Table pm_year_program_application
Description:
This table contains information pertaining to the application process.
PRIMARY KEY
p_partner_key_n
bigint default: 0 NOT NULL
This is the partner key assigned to each partner. It consists of the fund id followed by a computer generated six digit number. pm_general_application
pm_application_key_i
integer default: 0 NOT NULL
Key to uniquely identify application pm_general_application
pm_registration_office_n
bigint default: 0 NOT NULL
Partner key of office by which application was entered. pm_general_application

pm_yp_app_date_d
date NOT NULL
Date of application
pm_yp_basic_app_type_c
varchar (32) NOT NULL
Describes what the application is for, eg. conference, year program.
pm_yp_basic_delete_flag_l
boolean default: '0'
This field will not appear on the screen but will be updated when someone chooses to delete a record. Rather that an actual deletion, the record will be 'marked' for deletion after an agreed upon interval.
pm_ho_orient_conf_booking_key_c
varchar (16)
Indicates booking at an orientation session.
pm_yp_agreed_support_figure_n
numeric (24, 10) default: 0
The agreed support figure.
pm_yp_agreed_joining_charge_n
numeric (24, 10) default: 0
Indicates the agreed upon joining charge for the conference and / or the summer outreach.
pm_yp_support_period_c
varchar (24)
Period of time the support covers..
pm_yp_joining_conf_i
integer default: 1
Indicates which New Recruits Conference the applicant plans to attend.
pm_start_of_commitment_d
date
This is the expected date their commitment starts.
pm_end_of_commitment_d
date
This is the expected date their commitment ends.
pm_intended_com_length_months_i
integer
Indicates how long the applicant intends to stay with us
pt_position_name_c
varchar (60)
Name of the position. pt_position
pt_position_scope_c
varchar (24)
Scope of this position. pt_position
pt_assistant_to_l
boolean default: '0'
Indicates if the assignment is in assistance to the given position.
s_date_created_d
date default: CURRENT_DATE
The date the record was created.
s_created_by_c
varchar (20)
User ID of who created this record. s_user
s_date_modified_d
date
The date the record was modified.
s_modified_by_c
varchar (20)
User ID of who last modified this record. s_user
s_modification_id_t
timestamp default: CURRENT_TIMESTAMP
This identifies the current version of the record.


FOREIGN KEY
pm_year_program_application_fk1: p_partner_key_n;pm_application_key_i;pm_registration_office_n => pm_general_application
pm_year_program_application_fk2: pt_position_name_c;pt_position_scope_c => pt_position
pm_year_program_application_fkcr: s_created_by_c => s_user
pm_year_program_application_fkmd: s_modified_by_c => s_user