DBA Data[Home] [Help]

APPS.IGF_AP_UHK_INAS_PKG dependencies on IGF_AP_CSS_PROFILE

Line 19: p_profile_rec IN OUT NOCOPY igf_ap_css_profile%ROWTYPE,

15: -------------------------------------------------------------------
16:
17: FUNCTION get_im_efc(
18: p_sys_awd_year IN igf_ap_batch_aw_map.sys_award_year%TYPE,
19: p_profile_rec IN OUT NOCOPY igf_ap_css_profile%ROWTYPE,
20: p_fnar_rec IN OUT NOCOPY igf_ap_css_fnar%ROWTYPE,
21: p_error_msg OUT NOCOPY fnd_new_messages.message_name%TYPE
22: ) RETURN BOOLEAN AS
23: ------------------------------------------------------------------

Line 70: pr_cssp_id IN OUT NOCOPY igf_ap_css_profile.cssp_id%TYPE ,

66:
67: FUNCTION callHook(
68: p_sys_awd_year IN igf_ap_batch_aw_map.sys_award_year%TYPE,
69:
70: pr_cssp_id IN OUT NOCOPY igf_ap_css_profile.cssp_id%TYPE ,
71: pr_org_id IN OUT NOCOPY igf_ap_css_profile.org_id%TYPE ,
72: pr_base_id IN OUT NOCOPY igf_ap_css_profile.base_id%TYPE ,
73: pr_system_record_type IN OUT NOCOPY igf_ap_css_profile.system_record_type%TYPE ,
74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,

Line 71: pr_org_id IN OUT NOCOPY igf_ap_css_profile.org_id%TYPE ,

67: FUNCTION callHook(
68: p_sys_awd_year IN igf_ap_batch_aw_map.sys_award_year%TYPE,
69:
70: pr_cssp_id IN OUT NOCOPY igf_ap_css_profile.cssp_id%TYPE ,
71: pr_org_id IN OUT NOCOPY igf_ap_css_profile.org_id%TYPE ,
72: pr_base_id IN OUT NOCOPY igf_ap_css_profile.base_id%TYPE ,
73: pr_system_record_type IN OUT NOCOPY igf_ap_css_profile.system_record_type%TYPE ,
74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,
75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,

Line 72: pr_base_id IN OUT NOCOPY igf_ap_css_profile.base_id%TYPE ,

68: p_sys_awd_year IN igf_ap_batch_aw_map.sys_award_year%TYPE,
69:
70: pr_cssp_id IN OUT NOCOPY igf_ap_css_profile.cssp_id%TYPE ,
71: pr_org_id IN OUT NOCOPY igf_ap_css_profile.org_id%TYPE ,
72: pr_base_id IN OUT NOCOPY igf_ap_css_profile.base_id%TYPE ,
73: pr_system_record_type IN OUT NOCOPY igf_ap_css_profile.system_record_type%TYPE ,
74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,
75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,
76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,

Line 73: pr_system_record_type IN OUT NOCOPY igf_ap_css_profile.system_record_type%TYPE ,

69:
70: pr_cssp_id IN OUT NOCOPY igf_ap_css_profile.cssp_id%TYPE ,
71: pr_org_id IN OUT NOCOPY igf_ap_css_profile.org_id%TYPE ,
72: pr_base_id IN OUT NOCOPY igf_ap_css_profile.base_id%TYPE ,
73: pr_system_record_type IN OUT NOCOPY igf_ap_css_profile.system_record_type%TYPE ,
74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,
75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,
76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,
77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,

Line 74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,

70: pr_cssp_id IN OUT NOCOPY igf_ap_css_profile.cssp_id%TYPE ,
71: pr_org_id IN OUT NOCOPY igf_ap_css_profile.org_id%TYPE ,
72: pr_base_id IN OUT NOCOPY igf_ap_css_profile.base_id%TYPE ,
73: pr_system_record_type IN OUT NOCOPY igf_ap_css_profile.system_record_type%TYPE ,
74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,
75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,
76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,
77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,
78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,

Line 75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,

71: pr_org_id IN OUT NOCOPY igf_ap_css_profile.org_id%TYPE ,
72: pr_base_id IN OUT NOCOPY igf_ap_css_profile.base_id%TYPE ,
73: pr_system_record_type IN OUT NOCOPY igf_ap_css_profile.system_record_type%TYPE ,
74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,
75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,
76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,
77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,
78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,
79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,

Line 76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,

72: pr_base_id IN OUT NOCOPY igf_ap_css_profile.base_id%TYPE ,
73: pr_system_record_type IN OUT NOCOPY igf_ap_css_profile.system_record_type%TYPE ,
74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,
75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,
76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,
77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,
78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,
79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,
80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,

Line 77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,

73: pr_system_record_type IN OUT NOCOPY igf_ap_css_profile.system_record_type%TYPE ,
74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,
75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,
76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,
77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,
78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,
79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,
80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,
81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,

Line 78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,

74: pr_active_profile IN OUT NOCOPY igf_ap_css_profile.active_profile%TYPE ,
75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,
76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,
77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,
78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,
79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,
80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,
81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,
82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,

Line 79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,

75: pr_college_code IN OUT NOCOPY igf_ap_css_profile.college_code%TYPE ,
76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,
77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,
78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,
79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,
80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,
81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,
82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,
83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,

Line 80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,

76: pr_academic_year IN OUT NOCOPY igf_ap_css_profile.academic_year%TYPE ,
77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,
78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,
79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,
80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,
81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,
82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,
83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,
84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,

Line 81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,

77: pr_stu_record_type IN OUT NOCOPY igf_ap_css_profile.stu_record_type%TYPE ,
78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,
79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,
80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,
81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,
82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,
83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,
84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,
85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,

Line 82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,

78: pr_css_id_number IN OUT NOCOPY igf_ap_css_profile.css_id_number%TYPE ,
79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,
80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,
81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,
82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,
83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,
84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,
85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,
86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,

Line 83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,

79: pr_registration_receipt_date IN OUT NOCOPY igf_ap_css_profile.registration_receipt_date%TYPE ,
80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,
81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,
82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,
83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,
84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,
85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,
86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,
87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,

Line 84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,

80: pr_registration_type IN OUT NOCOPY igf_ap_css_profile.registration_type%TYPE ,
81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,
82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,
83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,
84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,
85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,
86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,
87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,
88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,

Line 85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,

81: pr_application_receipt_date IN OUT NOCOPY igf_ap_css_profile.application_receipt_date%TYPE ,
82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,
83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,
84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,
85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,
86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,
87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,
88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,
89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,

Line 86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,

82: pr_application_type IN OUT NOCOPY igf_ap_css_profile.application_type%TYPE ,
83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,
84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,
85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,
86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,
87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,
88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,
89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,
90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,

Line 87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,

83: pr_original_fnar_compute IN OUT NOCOPY igf_ap_css_profile.original_fnar_compute%TYPE ,
84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,
85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,
86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,
87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,
88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,
89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,
90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,
91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,

Line 88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,

84: pr_revision_fnar_compute_date IN OUT NOCOPY igf_ap_css_profile.revision_fnar_compute_date%TYPE ,
85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,
86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,
87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,
88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,
89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,
90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,
91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,
92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,

Line 89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,

85: pr_electronic_extract_date IN OUT NOCOPY igf_ap_css_profile.electronic_extract_date%TYPE ,
86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,
87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,
88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,
89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,
90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,
91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,
92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,
93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,

Line 90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,

86: pr_inst_reporting_type IN OUT NOCOPY igf_ap_css_profile.institutional_reporting_type%TYPE ,
87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,
88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,
89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,
90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,
91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,
92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,
93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,
94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,

Line 91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,

87: pr_asr_receipt_date IN OUT NOCOPY igf_ap_css_profile.asr_receipt_date%TYPE ,
88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,
89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,
90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,
91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,
92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,
93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,
94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,
95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,

Line 92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,

88: pr_last_name IN OUT NOCOPY igf_ap_css_profile.last_name%TYPE ,
89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,
90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,
91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,
92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,
93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,
94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,
95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,
96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,

Line 93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,

89: pr_first_name IN OUT NOCOPY igf_ap_css_profile.first_name%TYPE ,
90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,
91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,
92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,
93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,
94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,
95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,
96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,
97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,

Line 94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,

90: pr_middle_initial IN OUT NOCOPY igf_ap_css_profile.middle_initial%TYPE ,
91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,
92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,
93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,
94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,
95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,
96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,
97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,
98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,

Line 95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,

91: pr_address_number_and_street IN OUT NOCOPY igf_ap_css_profile.address_number_and_street%TYPE ,
92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,
93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,
94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,
95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,
96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,
97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,
98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,
99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,

Line 96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,

92: pr_city IN OUT NOCOPY igf_ap_css_profile.city%TYPE ,
93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,
94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,
95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,
96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,
97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,
98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,
99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,
100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,

Line 97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,

93: pr_state_mailing IN OUT NOCOPY igf_ap_css_profile.state_mailing%TYPE ,
94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,
95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,
96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,
97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,
98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,
99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,
100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,
101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,

Line 98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,

94: pr_zip_code IN OUT NOCOPY igf_ap_css_profile.zip_code%TYPE ,
95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,
96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,
97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,
98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,
99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,
100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,
101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,
102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,

Line 99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,

95: pr_s_telephone_number IN OUT NOCOPY igf_ap_css_profile.s_telephone_number%TYPE ,
96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,
97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,
98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,
99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,
100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,
101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,
102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,
103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,

Line 100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,

96: pr_s_title IN OUT NOCOPY igf_ap_css_profile.s_title%TYPE ,
97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,
98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,
99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,
100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,
101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,
102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,
103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,
104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,

Line 101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,

97: pr_date_of_birth IN OUT NOCOPY igf_ap_css_profile.date_of_birth%TYPE ,
98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,
99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,
100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,
101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,
102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,
103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,
104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,
105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,

Line 102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,

98: pr_social_security_number IN OUT NOCOPY igf_ap_css_profile.social_security_number%TYPE ,
99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,
100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,
101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,
102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,
103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,
104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,
105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,
106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,

Line 103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,

99: pr_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.state_legal_residence%TYPE ,
100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,
101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,
102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,
103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,
104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,
105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,
106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,
107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,

Line 104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,

100: pr_foreign_address_indicator IN OUT NOCOPY igf_ap_css_profile.foreign_address_indicator%TYPE ,
101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,
102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,
103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,
104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,
105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,
106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,
107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,
108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,

Line 105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,

101: pr_foreign_postal_code IN OUT NOCOPY igf_ap_css_profile.foreign_postal_code%TYPE ,
102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,
103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,
104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,
105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,
106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,
107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,
108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,
109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,

Line 106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,

102: pr_country IN OUT NOCOPY igf_ap_css_profile.country%TYPE ,
103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,
104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,
105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,
106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,
107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,
108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,
109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,
110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,

Line 107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,

103: pr_financial_aid_status IN OUT NOCOPY igf_ap_css_profile.financial_aid_status%TYPE ,
104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,
105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,
106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,
107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,
108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,
109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,
110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,
111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,

Line 108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,

104: pr_year_in_college IN OUT NOCOPY igf_ap_css_profile.year_in_college%TYPE ,
105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,
106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,
107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,
108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,
109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,
110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,
111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,
112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,

Line 109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,

105: pr_marital_status IN OUT NOCOPY igf_ap_css_profile.marital_status%TYPE ,
106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,
107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,
108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,
109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,
110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,
111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,
112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,
113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,

Line 110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,

106: pr_ward_court IN OUT NOCOPY igf_ap_css_profile.ward_court%TYPE ,
107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,
108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,
109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,
110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,
111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,
112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,
113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,
114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,

Line 111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,

107: pr_legal_dependents_other IN OUT NOCOPY igf_ap_css_profile.legal_dependents_other%TYPE ,
108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,
109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,
110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,
111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,
112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,
113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,
114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,
115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,

Line 112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,

108: pr_household_size IN OUT NOCOPY igf_ap_css_profile.household_size%TYPE ,
109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,
110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,
111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,
112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,
113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,
114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,
115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,
116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,

Line 113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,

109: pr_number_in_college IN OUT NOCOPY igf_ap_css_profile.number_in_college%TYPE ,
110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,
111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,
112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,
113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,
114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,
115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,
116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,
117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,

Line 114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,

110: pr_citizenship_status IN OUT NOCOPY igf_ap_css_profile.citizenship_status%TYPE ,
111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,
112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,
113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,
114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,
115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,
116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,
117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,
118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,

Line 115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,

111: pr_citizenship_country IN OUT NOCOPY igf_ap_css_profile.citizenship_country%TYPE ,
112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,
113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,
114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,
115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,
116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,
117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,
118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,
119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,

Line 116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,

112: pr_visa_classification IN OUT NOCOPY igf_ap_css_profile.visa_classification%TYPE ,
113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,
114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,
115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,
116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,
117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,
118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,
119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,
120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,

Line 117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,

113: pr_tax_figures IN OUT NOCOPY igf_ap_css_profile.tax_figures%TYPE ,
114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,
115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,
116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,
117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,
118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,
119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,
120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,
121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,

Line 118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,

114: pr_number_exemptions IN OUT NOCOPY igf_ap_css_profile.number_exemptions%TYPE ,
115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,
116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,
117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,
118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,
119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,
120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,
121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,
122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,

Line 119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,

115: pr_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.adjusted_gross_inc%TYPE ,
116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,
117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,
118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,
119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,
120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,
121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,
122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,
123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,

Line 120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,

116: pr_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.us_tax_paid%TYPE ,
117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,
118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,
119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,
120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,
121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,
122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,
123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,
124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,

Line 121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,

117: pr_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.itemized_deductions%TYPE ,
118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,
119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,
120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,
121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,
122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,
123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,
124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,
125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,

Line 122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,

118: pr_stu_income_work IN OUT NOCOPY igf_ap_css_profile.stu_income_work%TYPE ,
119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,
120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,
121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,
122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,
123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,
124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,
125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,
126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,

Line 123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,

119: pr_spouse_income_work IN OUT NOCOPY igf_ap_css_profile.spouse_income_work%TYPE ,
120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,
121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,
122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,
123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,
124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,
125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,
126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,
127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,

Line 124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,

120: pr_divid_int_inc IN OUT NOCOPY igf_ap_css_profile.divid_int_inc%TYPE ,
121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,
122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,
123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,
124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,
125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,
126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,
127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,
128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,

Line 125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,

121: pr_soc_sec_benefits IN OUT NOCOPY igf_ap_css_profile.soc_sec_benefits%TYPE ,
122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,
123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,
124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,
125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,
126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,
127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,
128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,
129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,

Line 126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,

122: pr_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.welfare_tanf%TYPE ,
123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,
124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,
125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,
126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,
127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,
128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,
129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,
130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,

Line 127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,

123: pr_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.child_supp_rcvd%TYPE ,
124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,
125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,
126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,
127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,
128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,
129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,
130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,
131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,

Line 128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,

124: pr_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.earned_income_credit%TYPE ,
125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,
126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,
127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,
128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,
129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,
130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,
131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,
132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,

Line 129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,

125: pr_other_untax_income IN OUT NOCOPY igf_ap_css_profile.other_untax_income%TYPE ,
126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,
127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,
128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,
129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,
130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,
131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,
132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,
133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,

Line 130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,

126: pr_tax_stu_aid IN OUT NOCOPY igf_ap_css_profile.tax_stu_aid%TYPE ,
127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,
128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,
129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,
130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,
131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,
132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,
133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,
134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,

Line 131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,

127: pr_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.cash_sav_check%TYPE ,
128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,
129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,
130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,
131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,
132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,
133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,
134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,
135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,

Line 132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,

128: pr_ira_keogh IN OUT NOCOPY igf_ap_css_profile.ira_keogh%TYPE ,
129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,
130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,
131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,
132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,
133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,
134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,
135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,
136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,

Line 133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,

129: pr_invest_value IN OUT NOCOPY igf_ap_css_profile.invest_value%TYPE ,
130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,
131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,
132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,
133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,
134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,
135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,
136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,
137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,

Line 134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,

130: pr_invest_debt IN OUT NOCOPY igf_ap_css_profile.invest_debt%TYPE ,
131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,
132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,
133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,
134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,
135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,
136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,
137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,
138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,

Line 135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,

131: pr_home_value IN OUT NOCOPY igf_ap_css_profile.home_value%TYPE ,
132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,
133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,
134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,
135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,
136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,
137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,
138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,
139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,

Line 136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,

132: pr_home_debt IN OUT NOCOPY igf_ap_css_profile.home_debt%TYPE ,
133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,
134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,
135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,
136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,
137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,
138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,
139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,
140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,

Line 137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,

133: pr_oth_real_value IN OUT NOCOPY igf_ap_css_profile.oth_real_value%TYPE ,
134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,
135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,
136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,
137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,
138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,
139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,
140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,
141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,

Line 138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,

134: pr_oth_real_debt IN OUT NOCOPY igf_ap_css_profile.oth_real_debt%TYPE ,
135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,
136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,
137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,
138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,
139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,
140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,
141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,
142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,

Line 139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,

135: pr_bus_farm_value IN OUT NOCOPY igf_ap_css_profile.bus_farm_value%TYPE ,
136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,
137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,
138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,
139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,
140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,
141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,
142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,
143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,

Line 140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,

136: pr_bus_farm_debt IN OUT NOCOPY igf_ap_css_profile.bus_farm_debt%TYPE ,
137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,
138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,
139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,
140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,
141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,
142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,
143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,
144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,

Line 141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,

137: pr_live_on_farm IN OUT NOCOPY igf_ap_css_profile.live_on_farm%TYPE ,
138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,
139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,
140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,
141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,
142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,
143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,
144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,
145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,

Line 142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,

138: pr_home_purch_price IN OUT NOCOPY igf_ap_css_profile.home_purch_price%TYPE ,
139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,
140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,
141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,
142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,
143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,
144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,
145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,
146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,

Line 143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,

139: pr_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.hope_ll_credit%TYPE ,
140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,
141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,
142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,
143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,
144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,
145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,
146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,
147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,

Line 144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,

140: pr_home_purch_year IN OUT NOCOPY igf_ap_css_profile.home_purch_year%TYPE ,
141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,
142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,
143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,
144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,
145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,
146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,
147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,
148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,

Line 145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,

141: pr_trust_amount IN OUT NOCOPY igf_ap_css_profile.trust_amount%TYPE ,
142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,
143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,
144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,
145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,
146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,
147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,
148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,
149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,

Line 146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,

142: pr_trust_avail IN OUT NOCOPY igf_ap_css_profile.trust_avail%TYPE ,
143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,
144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,
145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,
146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,
147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,
148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,
149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,
150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,

Line 147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,

143: pr_trust_estab IN OUT NOCOPY igf_ap_css_profile.trust_estab%TYPE ,
144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,
145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,
146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,
147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,
148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,
149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,
150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,
151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,

Line 148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,

144: pr_child_support_paid IN OUT NOCOPY igf_ap_css_profile.child_support_paid%TYPE ,
145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,
146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,
147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,
148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,
149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,
150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,
151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,
152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,

Line 149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,

145: pr_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.med_dent_expenses%TYPE ,
146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,
147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,
148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,
149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,
150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,
151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,
152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,
153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,

Line 150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,

146: pr_vet_us IN OUT NOCOPY igf_ap_css_profile.vet_us%TYPE ,
147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,
148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,
149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,
150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,
151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,
152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,
153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,
154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,

Line 151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,

147: pr_vet_ben_amount IN OUT NOCOPY igf_ap_css_profile.vet_ben_amount%TYPE ,
148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,
149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,
150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,
151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,
152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,
153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,
154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,
155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,

Line 152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,

148: pr_vet_ben_months IN OUT NOCOPY igf_ap_css_profile.vet_ben_months%TYPE ,
149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,
150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,
151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,
152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,
153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,
154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,
155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,
156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,

Line 153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,

149: pr_stu_summer_wages IN OUT NOCOPY igf_ap_css_profile.stu_summer_wages%TYPE ,
150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,
151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,
152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,
153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,
154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,
155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,
156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,
157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,

Line 154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,

150: pr_stu_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.stu_school_yr_wages%TYPE ,
151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,
152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,
153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,
154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,
155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,
156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,
157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,
158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,

Line 155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,

151: pr_spouse_summer_wages IN OUT NOCOPY igf_ap_css_profile.spouse_summer_wages%TYPE ,
152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,
153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,
154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,
155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,
156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,
157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,
158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,
159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,

Line 156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,

152: pr_spouse_school_yr_wages IN OUT NOCOPY igf_ap_css_profile.spouse_school_yr_wages%TYPE ,
153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,
154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,
155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,
156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,
157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,
158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,
159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,
160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,

Line 157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,

153: pr_summer_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.summer_other_tax_inc%TYPE ,
154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,
155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,
156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,
157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,
158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,
159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,
160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,
161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,

Line 158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,

154: pr_school_yr_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_other_tax_inc%TYPE ,
155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,
156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,
157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,
158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,
159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,
160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,
161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,
162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,

Line 159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,

155: pr_summer_untax_inc IN OUT NOCOPY igf_ap_css_profile.summer_untax_inc%TYPE ,
156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,
157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,
158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,
159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,
160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,
161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,
162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,
163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,

Line 160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,

156: pr_school_yr_untax_inc IN OUT NOCOPY igf_ap_css_profile.school_yr_untax_inc%TYPE ,
157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,
158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,
159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,
160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,
161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,
162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,
163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,
164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,

Line 161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,

157: pr_grants_schol_etc IN OUT NOCOPY igf_ap_css_profile.grants_schol_etc%TYPE ,
158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,
159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,
160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,
161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,
162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,
163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,
164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,
165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,

Line 162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,

158: pr_tuit_benefits IN OUT NOCOPY igf_ap_css_profile.tuit_benefits%TYPE ,
159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,
160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,
161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,
162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,
163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,
164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,
165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,
166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,

Line 163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,

159: pr_cont_parents IN OUT NOCOPY igf_ap_css_profile.cont_parents%TYPE ,
160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,
161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,
162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,
163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,
164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,
165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,
166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,
167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,

Line 164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,

160: pr_cont_relatives IN OUT NOCOPY igf_ap_css_profile.cont_relatives%TYPE ,
161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,
162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,
163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,
164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,
165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,
166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,
167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,
168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,

Line 165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,

161: pr_p_siblings_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_siblings_pre_tuit%TYPE ,
162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,
163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,
164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,
165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,
166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,
167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,
168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,
169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,

Line 166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,

162: pr_p_student_pre_tuit IN OUT NOCOPY igf_ap_css_profile.p_student_pre_tuit%TYPE ,
163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,
164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,
165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,
166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,
167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,
168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,
169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,
170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,

Line 167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,

163: pr_p_household_size IN OUT NOCOPY igf_ap_css_profile.p_household_size%TYPE ,
164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,
165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,
166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,
167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,
168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,
169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,
170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,
171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,

Line 168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,

164: pr_p_number_in_college IN OUT NOCOPY igf_ap_css_profile.p_number_in_college%TYPE ,
165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,
166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,
167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,
168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,
169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,
170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,
171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,
172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,

Line 169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,

165: pr_p_parents_in_college IN OUT NOCOPY igf_ap_css_profile.p_parents_in_college%TYPE ,
166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,
167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,
168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,
169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,
170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,
171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,
172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,
173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,

Line 170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,

166: pr_p_marital_status IN OUT NOCOPY igf_ap_css_profile.p_marital_status%TYPE ,
167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,
168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,
169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,
170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,
171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,
172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,
173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,
174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,

Line 171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,

167: pr_p_state_legal_residence IN OUT NOCOPY igf_ap_css_profile.p_state_legal_residence%TYPE ,
168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,
169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,
170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,
171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,
172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,
173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,
174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,
175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,

Line 172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,

168: pr_p_natural_par_status IN OUT NOCOPY igf_ap_css_profile.p_natural_par_status%TYPE ,
169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,
170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,
171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,
172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,
173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,
174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,
175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,
176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,

Line 173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,

169: pr_p_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_child_supp_paid%TYPE ,
170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,
171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,
172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,
173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,
174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,
175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,
176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,
177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,

Line 174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,

170: pr_p_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_repay_ed_loans%TYPE ,
171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,
172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,
173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,
174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,
175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,
176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,
177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,
178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,

Line 175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,

171: pr_p_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_med_dent_expenses%TYPE ,
172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,
173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,
174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,
175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,
176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,
177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,
178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,
179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,

Line 176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,

172: pr_p_tuit_paid_amount IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_amount%TYPE ,
173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,
174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,
175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,
176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,
177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,
178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,
179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,
180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,

Line 177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,

173: pr_p_tuit_paid_number IN OUT NOCOPY igf_ap_css_profile.p_tuit_paid_number%TYPE ,
174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,
175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,
176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,
177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,
178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,
179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,
180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,
181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,

Line 178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,

174: pr_p_exp_child_supp_paid IN OUT NOCOPY igf_ap_css_profile.p_exp_child_supp_paid%TYPE ,
175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,
176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,
177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,
178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,
179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,
180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,
181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,
182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,

Line 179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,

175: pr_p_exp_repay_ed_loans IN OUT NOCOPY igf_ap_css_profile.p_exp_repay_ed_loans%TYPE ,
176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,
177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,
178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,
179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,
180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,
181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,
182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,
183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,

Line 180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,

176: pr_p_exp_med_dent_expenses IN OUT NOCOPY igf_ap_css_profile.p_exp_med_dent_expenses%TYPE ,
177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,
178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,
179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,
180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,
181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,
182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,
183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,
184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,

Line 181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,

177: pr_p_exp_tuit_pd_amount IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_amount%TYPE ,
178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,
179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,
180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,
181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,
182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,
183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,
184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,
185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,

Line 182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,

178: pr_p_exp_tuit_pd_number IN OUT NOCOPY igf_ap_css_profile.p_exp_tuit_pd_number%TYPE ,
179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,
180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,
181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,
182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,
183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,
184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,
185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,
186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,

Line 183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,

179: pr_p_cash_sav_check IN OUT NOCOPY igf_ap_css_profile.p_cash_sav_check%TYPE ,
180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,
181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,
182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,
183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,
184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,
185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,
186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,
187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,

Line 184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,

180: pr_p_month_mortgage_pay IN OUT NOCOPY igf_ap_css_profile.p_month_mortgage_pay%TYPE ,
181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,
182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,
183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,
184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,
185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,
186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,
187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,
188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,

Line 185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,

181: pr_p_invest_value IN OUT NOCOPY igf_ap_css_profile.p_invest_value%TYPE ,
182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,
183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,
184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,
185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,
186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,
187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,
188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,
189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,

Line 186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,

182: pr_p_invest_debt IN OUT NOCOPY igf_ap_css_profile.p_invest_debt%TYPE ,
183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,
184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,
185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,
186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,
187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,
188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,
189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,
190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,

Line 187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,

183: pr_p_home_value IN OUT NOCOPY igf_ap_css_profile.p_home_value%TYPE ,
184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,
185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,
186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,
187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,
188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,
189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,
190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,
191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,

Line 188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,

184: pr_p_home_debt IN OUT NOCOPY igf_ap_css_profile.p_home_debt%TYPE ,
185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,
186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,
187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,
188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,
189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,
190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,
191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,
192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,

Line 189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,

185: pr_p_home_purch_price IN OUT NOCOPY igf_ap_css_profile.p_home_purch_price%TYPE ,
186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,
187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,
188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,
189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,
190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,
191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,
192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,
193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,

Line 190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,

186: pr_p_own_business_farm IN OUT NOCOPY igf_ap_css_profile.p_own_business_farm%TYPE ,
187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,
188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,
189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,
190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,
191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,
192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,
193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,
194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,

Line 191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,

187: pr_p_business_value IN OUT NOCOPY igf_ap_css_profile.p_business_value%TYPE ,
188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,
189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,
190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,
191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,
192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,
193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,
194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,
195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,

Line 192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,

188: pr_p_business_debt IN OUT NOCOPY igf_ap_css_profile.p_business_debt%TYPE ,
189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,
190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,
191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,
192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,
193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,
194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,
195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,
196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,

Line 193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,

189: pr_p_farm_value IN OUT NOCOPY igf_ap_css_profile.p_farm_value%TYPE ,
190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,
191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,
192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,
193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,
194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,
195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,
196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,
197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,

Line 194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,

190: pr_p_farm_debt IN OUT NOCOPY igf_ap_css_profile.p_farm_debt%TYPE ,
191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,
192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,
193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,
194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,
195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,
196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,
197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,
198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,

Line 195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,

191: pr_p_live_on_farm IN OUT NOCOPY igf_ap_css_profile.p_live_on_farm%TYPE ,
192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,
193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,
194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,
195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,
196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,
197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,
198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,
199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,

Line 196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,

192: pr_p_oth_real_estate_value IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_value%TYPE ,
193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,
194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,
195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,
196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,
197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,
198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,
199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,
200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,

Line 197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,

193: pr_p_oth_real_estate_debt IN OUT NOCOPY igf_ap_css_profile.p_oth_real_estate_debt%TYPE ,
194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,
195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,
196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,
197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,
198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,
199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,
200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,
201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,

Line 198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,

194: pr_p_oth_real_purch_price IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_price%TYPE ,
195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,
196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,
197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,
198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,
199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,
200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,
201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,
202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,

Line 199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,

195: pr_p_siblings_assets IN OUT NOCOPY igf_ap_css_profile.p_siblings_assets%TYPE ,
196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,
197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,
198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,
199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,
200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,
201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,
202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,
203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,

Line 200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,

196: pr_p_home_purch_year IN OUT NOCOPY igf_ap_css_profile.p_home_purch_year%TYPE ,
197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,
198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,
199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,
200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,
201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,
202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,
203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,
204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,

Line 201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,

197: pr_p_oth_real_purch_year IN OUT NOCOPY igf_ap_css_profile.p_oth_real_purch_year%TYPE ,
198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,
199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,
200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,
201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,
202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,
203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,
204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,
205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,

Line 202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,

198: pr_p_prior_agi IN OUT NOCOPY igf_ap_css_profile.p_prior_agi%TYPE ,
199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,
200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,
201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,
202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,
203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,
204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,
205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,
206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,

Line 203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,

199: pr_p_prior_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_prior_us_tax_paid%TYPE ,
200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,
201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,
202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,
203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,
204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,
205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,
206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,
207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,

Line 204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,

200: pr_p_prior_item_deductions IN OUT NOCOPY igf_ap_css_profile.p_prior_item_deductions%TYPE ,
201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,
202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,
203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,
204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,
205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,
206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,
207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,
208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,

Line 205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,

201: pr_p_prior_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_prior_other_untax_inc%TYPE ,
202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,
203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,
204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,
205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,
206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,
207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,
208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,
209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,

Line 206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,

202: pr_p_tax_figures IN OUT NOCOPY igf_ap_css_profile.p_tax_figures%TYPE ,
203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,
204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,
205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,
206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,
207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,
208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,
209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,
210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,

Line 207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,

203: pr_p_number_exemptions IN OUT NOCOPY igf_ap_css_profile.p_number_exemptions%TYPE ,
204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,
205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,
206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,
207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,
208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,
209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,
210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,
211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,

Line 208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,

204: pr_p_adjusted_gross_inc IN OUT NOCOPY igf_ap_css_profile.p_adjusted_gross_inc%TYPE ,
205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,
206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,
207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,
208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,
209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,
210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,
211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,
212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,

Line 209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,

205: pr_p_wages_sal_tips IN OUT NOCOPY igf_ap_css_profile.p_wages_sal_tips%TYPE ,
206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,
207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,
208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,
209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,
210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,
211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,
212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,
213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,

Line 210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,

206: pr_p_interest_income IN OUT NOCOPY igf_ap_css_profile.p_interest_income%TYPE ,
207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,
208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,
209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,
210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,
211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,
212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,
213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,
214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,

Line 211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,

207: pr_p_dividend_income IN OUT NOCOPY igf_ap_css_profile.p_dividend_income%TYPE ,
208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,
209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,
210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,
211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,
212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,
213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,
214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,
215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,

Line 212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,

208: pr_p_net_inc_bus_farm IN OUT NOCOPY igf_ap_css_profile.p_net_inc_bus_farm%TYPE ,
209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,
210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,
211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,
212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,
213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,
214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,
215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,
216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,

Line 213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,

209: pr_p_other_taxable_income IN OUT NOCOPY igf_ap_css_profile.p_other_taxable_income%TYPE ,
210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,
211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,
212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,
213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,
214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,
215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,
216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,
217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,

Line 214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,

210: pr_p_adj_to_income IN OUT NOCOPY igf_ap_css_profile.p_adj_to_income%TYPE ,
211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,
212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,
213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,
214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,
215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,
216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,
217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,
218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,

Line 215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,

211: pr_p_us_tax_paid IN OUT NOCOPY igf_ap_css_profile.p_us_tax_paid%TYPE ,
212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,
213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,
214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,
215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,
216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,
217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,
218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,
219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,

Line 216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,

212: pr_p_itemized_deductions IN OUT NOCOPY igf_ap_css_profile.p_itemized_deductions%TYPE ,
213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,
214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,
215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,
216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,
217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,
218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,
219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,
220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,

Line 217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,

213: pr_p_father_income_work IN OUT NOCOPY igf_ap_css_profile.p_father_income_work%TYPE ,
214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,
215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,
216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,
217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,
218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,
219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,
220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,
221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,

Line 218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,

214: pr_p_mother_income_work IN OUT NOCOPY igf_ap_css_profile.p_mother_income_work%TYPE ,
215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,
216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,
217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,
218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,
219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,
220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,
221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,
222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,

Line 219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,

215: pr_p_soc_sec_ben IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben%TYPE ,
216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,
217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,
218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,
219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,
220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,
221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,
222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,
223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,

Line 220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,

216: pr_p_welfare_tanf IN OUT NOCOPY igf_ap_css_profile.p_welfare_tanf%TYPE ,
217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,
218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,
219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,
220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,
221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,
222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,
223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,
224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,

Line 221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,

217: pr_p_child_supp_rcvd IN OUT NOCOPY igf_ap_css_profile.p_child_supp_rcvd%TYPE ,
218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,
219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,
220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,
221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,
222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,
223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,
224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,
225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,

Line 222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,

218: pr_p_ded_ira_keogh IN OUT NOCOPY igf_ap_css_profile.p_ded_ira_keogh%TYPE ,
219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,
220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,
221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,
222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,
223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,
224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,
225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,
226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,

Line 223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,

219: pr_p_tax_defer_pens_savs IN OUT NOCOPY igf_ap_css_profile.p_tax_defer_pens_savs%TYPE ,
220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,
221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,
222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,
223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,
224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,
225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,
226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,
227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,

Line 224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,

220: pr_p_dep_care_med_spending IN OUT NOCOPY igf_ap_css_profile.p_dep_care_med_spending%TYPE ,
221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,
222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,
223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,
224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,
225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,
226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,
227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,
228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,

Line 225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,

221: pr_p_earned_income_credit IN OUT NOCOPY igf_ap_css_profile.p_earned_income_credit%TYPE ,
222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,
223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,
224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,
225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,
226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,
227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,
228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,
229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,

Line 226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,

222: pr_p_living_allow IN OUT NOCOPY igf_ap_css_profile.p_living_allow%TYPE ,
223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,
224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,
225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,
226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,
227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,
228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,
229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,
230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,

Line 227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,

223: pr_p_tax_exmpt_int IN OUT NOCOPY igf_ap_css_profile.p_tax_exmpt_int%TYPE ,
224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,
225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,
226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,
227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,
228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,
229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,
230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,
231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,

Line 228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,

224: pr_p_foreign_inc_excl IN OUT NOCOPY igf_ap_css_profile.p_foreign_inc_excl%TYPE ,
225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,
226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,
227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,
228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,
229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,
230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,
231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,
232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,

Line 229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,

225: pr_p_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_other_untax_inc%TYPE ,
226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,
227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,
228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,
229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,
230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,
231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,
232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,
233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,

Line 230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,

226: pr_p_hope_ll_credit IN OUT NOCOPY igf_ap_css_profile.p_hope_ll_credit%TYPE ,
227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,
228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,
229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,
230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,
231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,
232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,
233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,
234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,

Line 231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,

227: pr_p_yr_separation IN OUT NOCOPY igf_ap_css_profile.p_yr_separation%TYPE ,
228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,
229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,
230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,
231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,
232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,
233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,
234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,
235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,

Line 232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,

228: pr_p_yr_divorce IN OUT NOCOPY igf_ap_css_profile.p_yr_divorce%TYPE ,
229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,
230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,
231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,
232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,
233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,
234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,
235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,
236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,

Line 233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,

229: pr_p_exp_father_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_father_inc%TYPE ,
230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,
231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,
232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,
233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,
234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,
235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,
236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,
237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,

Line 234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,

230: pr_p_exp_mother_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_mother_inc%TYPE ,
231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,
232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,
233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,
234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,
235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,
236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,
237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,
238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,

Line 235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,

231: pr_p_exp_other_tax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_tax_inc%TYPE ,
232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,
233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,
234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,
235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,
236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,
237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,
238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,
239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,

Line 236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,

232: pr_p_exp_other_untax_inc IN OUT NOCOPY igf_ap_css_profile.p_exp_other_untax_inc%TYPE ,
233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,
234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,
235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,
236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,
237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,
238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,
239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,
240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,

Line 237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,

233: pr_line_2_relation IN OUT NOCOPY igf_ap_css_profile.line_2_relation%TYPE ,
234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,
235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,
236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,
237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,
238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,
239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,
240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,
241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,

Line 238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,

234: pr_line_2_attend_college IN OUT NOCOPY igf_ap_css_profile.line_2_attend_college%TYPE ,
235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,
236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,
237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,
238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,
239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,
240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,
241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,
242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,

Line 239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,

235: pr_line_3_relation IN OUT NOCOPY igf_ap_css_profile.line_3_relation%TYPE ,
236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,
237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,
238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,
239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,
240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,
241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,
242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,
243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,

Line 240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,

236: pr_line_3_attend_college IN OUT NOCOPY igf_ap_css_profile.line_3_attend_college%TYPE ,
237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,
238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,
239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,
240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,
241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,
242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,
243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,
244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,

Line 241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,

237: pr_line_4_relation IN OUT NOCOPY igf_ap_css_profile.line_4_relation%TYPE ,
238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,
239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,
240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,
241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,
242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,
243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,
244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,
245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,

Line 242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,

238: pr_line_4_attend_college IN OUT NOCOPY igf_ap_css_profile.line_4_attend_college%TYPE ,
239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,
240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,
241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,
242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,
243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,
244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,
245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,
246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,

Line 243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,

239: pr_line_5_relation IN OUT NOCOPY igf_ap_css_profile.line_5_relation%TYPE ,
240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,
241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,
242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,
243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,
244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,
245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,
246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,
247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,

Line 244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,

240: pr_line_5_attend_college IN OUT NOCOPY igf_ap_css_profile.line_5_attend_college%TYPE ,
241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,
242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,
243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,
244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,
245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,
246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,
247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,
248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,

Line 245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,

241: pr_line_6_relation IN OUT NOCOPY igf_ap_css_profile.line_6_relation%TYPE ,
242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,
243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,
244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,
245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,
246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,
247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,
248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,
249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,

Line 246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,

242: pr_line_6_attend_college IN OUT NOCOPY igf_ap_css_profile.line_6_attend_college%TYPE ,
243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,
244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,
245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,
246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,
247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,
248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,
249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,
250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,

Line 247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,

243: pr_line_7_relation IN OUT NOCOPY igf_ap_css_profile.line_7_relation%TYPE ,
244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,
245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,
246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,
247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,
248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,
249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,
250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,
251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,

Line 248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,

244: pr_line_7_attend_college IN OUT NOCOPY igf_ap_css_profile.line_7_attend_college%TYPE ,
245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,
246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,
247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,
248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,
249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,
250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,
251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,
252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,

Line 249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,

245: pr_line_8_relation IN OUT NOCOPY igf_ap_css_profile.line_8_relation%TYPE ,
246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,
247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,
248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,
249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,
250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,
251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,
252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,
253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,

Line 250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,

246: pr_line_8_attend_college IN OUT NOCOPY igf_ap_css_profile.line_8_attend_college%TYPE ,
247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,
248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,
249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,
250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,
251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,
252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,
253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,
254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,

Line 251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,

247: pr_p_age_father IN OUT NOCOPY igf_ap_css_profile.p_age_father%TYPE ,
248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,
249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,
250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,
251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,
252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,
253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,
254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,
255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,

Line 252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,

248: pr_p_age_mother IN OUT NOCOPY igf_ap_css_profile.p_age_mother%TYPE ,
249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,
250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,
251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,
252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,
253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,
254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,
255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,
256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,

Line 253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,

249: pr_p_div_sep_ind IN OUT NOCOPY igf_ap_css_profile.p_div_sep_ind%TYPE ,
250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,
251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,
252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,
253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,
254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,
255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,
256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,
257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,

Line 254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,

250: pr_b_cont_non_custodial_par IN OUT NOCOPY igf_ap_css_profile.b_cont_non_custodial_par%TYPE ,
251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,
252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,
253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,
254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,
255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,
256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,
257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,
258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,

Line 255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,

251: pr_college_type_2 IN OUT NOCOPY igf_ap_css_profile.college_type_2%TYPE ,
252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,
253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,
254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,
255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,
256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,
257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,
258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,
259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,

Line 256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,

252: pr_college_type_3 IN OUT NOCOPY igf_ap_css_profile.college_type_3%TYPE ,
253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,
254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,
255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,
256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,
257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,
258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,
259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,
260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,

Line 257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,

253: pr_college_type_4 IN OUT NOCOPY igf_ap_css_profile.college_type_4%TYPE ,
254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,
255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,
256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,
257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,
258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,
259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,
260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,
261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,

Line 258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,

254: pr_college_type_5 IN OUT NOCOPY igf_ap_css_profile.college_type_5%TYPE ,
255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,
256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,
257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,
258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,
259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,
260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,
261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,
262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,

Line 259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,

255: pr_college_type_6 IN OUT NOCOPY igf_ap_css_profile.college_type_6%TYPE ,
256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,
257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,
258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,
259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,
260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,
261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,
262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,
263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,

Line 260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,

256: pr_college_type_7 IN OUT NOCOPY igf_ap_css_profile.college_type_7%TYPE ,
257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,
258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,
259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,
260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,
261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,
262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,
263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,
264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,

Line 261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,

257: pr_college_type_8 IN OUT NOCOPY igf_ap_css_profile.college_type_8%TYPE ,
258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,
259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,
260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,
261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,
262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,
263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,
264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,
265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,

Line 262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,

258: pr_school_code_1 IN OUT NOCOPY igf_ap_css_profile.school_code_1%TYPE ,
259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,
260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,
261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,
262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,
263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,
264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,
265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,
266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,

Line 263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,

259: pr_housing_code_1 IN OUT NOCOPY igf_ap_css_profile.housing_code_1%TYPE ,
260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,
261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,
262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,
263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,
264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,
265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,
266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,
267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,

Line 264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,

260: pr_school_code_2 IN OUT NOCOPY igf_ap_css_profile.school_code_2%TYPE ,
261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,
262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,
263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,
264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,
265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,
266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,
267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,
268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,

Line 265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,

261: pr_housing_code_2 IN OUT NOCOPY igf_ap_css_profile.housing_code_2%TYPE ,
262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,
263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,
264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,
265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,
266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,
267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,
268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,
269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,

Line 266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,

262: pr_school_code_3 IN OUT NOCOPY igf_ap_css_profile.school_code_3%TYPE ,
263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,
264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,
265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,
266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,
267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,
268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,
269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,
270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,

Line 267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,

263: pr_housing_code_3 IN OUT NOCOPY igf_ap_css_profile.housing_code_3%TYPE ,
264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,
265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,
266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,
267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,
268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,
269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,
270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,
271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,

Line 268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,

264: pr_school_code_4 IN OUT NOCOPY igf_ap_css_profile.school_code_4%TYPE ,
265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,
266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,
267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,
268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,
269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,
270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,
271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,
272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,

Line 269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,

265: pr_housing_code_4 IN OUT NOCOPY igf_ap_css_profile.housing_code_4%TYPE ,
266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,
267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,
268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,
269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,
270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,
271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,
272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,
273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,

Line 270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,

266: pr_school_code_5 IN OUT NOCOPY igf_ap_css_profile.school_code_5%TYPE ,
267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,
268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,
269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,
270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,
271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,
272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,
273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,
274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,

Line 271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,

267: pr_housing_code_5 IN OUT NOCOPY igf_ap_css_profile.housing_code_5%TYPE ,
268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,
269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,
270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,
271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,
272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,
273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,
274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,
275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,

Line 272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,

268: pr_school_code_6 IN OUT NOCOPY igf_ap_css_profile.school_code_6%TYPE ,
269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,
270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,
271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,
272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,
273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,
274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,
275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,
276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,

Line 273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,

269: pr_housing_code_6 IN OUT NOCOPY igf_ap_css_profile.housing_code_6%TYPE ,
270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,
271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,
272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,
273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,
274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,
275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,
276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,
277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,

Line 274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,

270: pr_school_code_7 IN OUT NOCOPY igf_ap_css_profile.school_code_7%TYPE ,
271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,
272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,
273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,
274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,
275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,
276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,
277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,
278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,

Line 275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,

271: pr_housing_code_7 IN OUT NOCOPY igf_ap_css_profile.housing_code_7%TYPE ,
272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,
273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,
274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,
275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,
276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,
277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,
278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,
279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,

Line 276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,

272: pr_school_code_8 IN OUT NOCOPY igf_ap_css_profile.school_code_8%TYPE ,
273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,
274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,
275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,
276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,
277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,
278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,
279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,
280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,

Line 277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,

273: pr_housing_code_8 IN OUT NOCOPY igf_ap_css_profile.housing_code_8%TYPE ,
274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,
275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,
276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,
277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,
278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,
279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,
280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,
281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,

Line 278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,

274: pr_school_code_9 IN OUT NOCOPY igf_ap_css_profile.school_code_9%TYPE ,
275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,
276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,
277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,
278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,
279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,
280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,
281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,
282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,

Line 279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,

275: pr_housing_code_9 IN OUT NOCOPY igf_ap_css_profile.housing_code_9%TYPE ,
276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,
277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,
278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,
279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,
280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,
281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,
282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,
283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,

Line 280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,

276: pr_school_code_10 IN OUT NOCOPY igf_ap_css_profile.school_code_10%TYPE ,
277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,
278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,
279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,
280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,
281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,
282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,
283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,
284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,

Line 281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,

277: pr_housing_code_10 IN OUT NOCOPY igf_ap_css_profile.housing_code_10%TYPE ,
278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,
279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,
280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,
281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,
282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,
283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,
284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,
285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,

Line 282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,

278: pr_additional_school_code_1 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_1%TYPE ,
279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,
280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,
281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,
282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,
283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,
284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,
285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,
286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,

Line 283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,

279: pr_additional_school_code_2 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_2%TYPE ,
280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,
281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,
282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,
283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,
284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,
285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,
286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,
287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,

Line 284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,

280: pr_additional_school_code_3 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_3%TYPE ,
281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,
282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,
283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,
284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,
285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,
286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,
287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,
288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,

Line 285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,

281: pr_additional_school_code_4 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_4%TYPE ,
282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,
283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,
284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,
285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,
286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,
287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,
288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,
289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,

Line 286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,

282: pr_additional_school_code_5 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_5%TYPE ,
283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,
284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,
285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,
286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,
287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,
288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,
289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,
290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,

Line 287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,

283: pr_additional_school_code_6 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_6%TYPE ,
284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,
285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,
286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,
287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,
288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,
289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,
290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,
291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,

Line 288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,

284: pr_additional_school_code_7 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_7%TYPE ,
285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,
286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,
287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,
288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,
289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,
290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,
291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,
292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,

Line 289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,

285: pr_additional_school_code_8 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_8%TYPE ,
286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,
287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,
288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,
289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,
290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,
291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,
292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,
293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,

Line 290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,

286: pr_additional_school_code_9 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_9%TYPE ,
287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,
288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,
289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,
290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,
291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,
292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,
293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,
294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,

Line 291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,

287: pr_additional_school_code_10 IN OUT NOCOPY igf_ap_css_profile.additional_school_code_10%TYPE ,
288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,
289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,
290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,
291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,
292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,
293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,
294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,
295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,

Line 292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,

288: pr_explanation_spec_circum IN OUT NOCOPY igf_ap_css_profile.explanation_spec_circum%TYPE ,
289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,
290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,
291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,
292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,
293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,
294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,
295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,
296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,

Line 293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,

289: pr_signature_student IN OUT NOCOPY igf_ap_css_profile.signature_student%TYPE ,
290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,
291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,
292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,
293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,
294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,
295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,
296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,
297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,

Line 294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,

290: pr_signature_spouse IN OUT NOCOPY igf_ap_css_profile.signature_spouse%TYPE ,
291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,
292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,
293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,
294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,
295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,
296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,
297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,
298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,

Line 295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,

291: pr_signature_father IN OUT NOCOPY igf_ap_css_profile.signature_father%TYPE ,
292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,
293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,
294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,
295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,
296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,
297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,
298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,
299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,

Line 296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,

292: pr_signature_mother IN OUT NOCOPY igf_ap_css_profile.signature_mother%TYPE ,
293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,
294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,
295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,
296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,
297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,
298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,
299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,
300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,

Line 297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,

293: pr_month_day_completed IN OUT NOCOPY igf_ap_css_profile.month_day_completed%TYPE ,
294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,
295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,
296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,
297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,
298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,
299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,
300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,
301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,

Line 298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,

294: pr_year_completed IN OUT NOCOPY igf_ap_css_profile.year_completed%TYPE ,
295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,
296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,
297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,
298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,
299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,
300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,
301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,
302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,

Line 299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,

295: pr_age_line_2 IN OUT NOCOPY igf_ap_css_profile.age_line_2%TYPE ,
296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,
297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,
298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,
299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,
300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,
301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,
302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,
303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,

Line 300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,

296: pr_age_line_3 IN OUT NOCOPY igf_ap_css_profile.age_line_3%TYPE ,
297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,
298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,
299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,
300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,
301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,
302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,
303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,
304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,

Line 301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,

297: pr_age_line_4 IN OUT NOCOPY igf_ap_css_profile.age_line_4%TYPE ,
298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,
299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,
300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,
301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,
302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,
303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,
304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,
305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,

Line 302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,

298: pr_age_line_5 IN OUT NOCOPY igf_ap_css_profile.age_line_5%TYPE ,
299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,
300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,
301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,
302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,
303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,
304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,
305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,
306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,

Line 303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,

299: pr_age_line_6 IN OUT NOCOPY igf_ap_css_profile.age_line_6%TYPE ,
300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,
301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,
302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,
303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,
304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,
305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,
306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,
307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,

Line 304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,

300: pr_age_line_7 IN OUT NOCOPY igf_ap_css_profile.age_line_7%TYPE ,
301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,
302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,
303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,
304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,
305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,
306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,
307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,
308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,

Line 305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,

301: pr_age_line_8 IN OUT NOCOPY igf_ap_css_profile.age_line_8%TYPE ,
302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,
303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,
304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,
305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,
306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,
307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,
308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,
309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,

Line 306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,

302: pr_a_online_signature IN OUT NOCOPY igf_ap_css_profile.a_online_signature%TYPE ,
303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,
304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,
305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,
306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,
307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,
308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,
309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,
310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,

Line 307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,

303: pr_question_1_number IN OUT NOCOPY igf_ap_css_profile.question_1_number%TYPE ,
304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,
305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,
306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,
307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,
308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,
309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,
310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,
311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,

Line 308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,

304: pr_question_1_size IN OUT NOCOPY igf_ap_css_profile.question_1_size%TYPE ,
305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,
306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,
307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,
308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,
309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,
310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,
311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,
312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,

Line 309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,

305: pr_question_1_answer IN OUT NOCOPY igf_ap_css_profile.question_1_answer%TYPE ,
306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,
307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,
308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,
309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,
310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,
311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,
312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,
313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,

Line 310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,

306: pr_question_2_number IN OUT NOCOPY igf_ap_css_profile.question_2_number%TYPE ,
307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,
308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,
309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,
310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,
311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,
312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,
313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,
314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,

Line 311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,

307: pr_question_2_size IN OUT NOCOPY igf_ap_css_profile.question_2_size%TYPE ,
308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,
309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,
310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,
311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,
312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,
313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,
314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,
315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,

Line 312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,

308: pr_question_2_answer IN OUT NOCOPY igf_ap_css_profile.question_2_answer%TYPE ,
309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,
310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,
311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,
312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,
313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,
314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,
315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,
316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,

Line 313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,

309: pr_question_3_number IN OUT NOCOPY igf_ap_css_profile.question_3_number%TYPE ,
310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,
311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,
312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,
313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,
314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,
315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,
316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,
317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,

Line 314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,

310: pr_question_3_size IN OUT NOCOPY igf_ap_css_profile.question_3_size%TYPE ,
311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,
312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,
313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,
314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,
315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,
316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,
317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,
318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,

Line 315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,

311: pr_question_3_answer IN OUT NOCOPY igf_ap_css_profile.question_3_answer%TYPE ,
312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,
313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,
314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,
315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,
316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,
317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,
318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,
319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,

Line 316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,

312: pr_question_4_number IN OUT NOCOPY igf_ap_css_profile.question_4_number%TYPE ,
313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,
314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,
315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,
316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,
317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,
318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,
319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,
320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,

Line 317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,

313: pr_question_4_size IN OUT NOCOPY igf_ap_css_profile.question_4_size%TYPE ,
314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,
315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,
316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,
317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,
318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,
319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,
320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,
321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,

Line 318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,

314: pr_question_4_answer IN OUT NOCOPY igf_ap_css_profile.question_4_answer%TYPE ,
315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,
316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,
317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,
318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,
319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,
320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,
321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,
322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,

Line 319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,

315: pr_question_5_number IN OUT NOCOPY igf_ap_css_profile.question_5_number%TYPE ,
316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,
317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,
318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,
319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,
320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,
321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,
322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,
323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,

Line 320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,

316: pr_question_5_size IN OUT NOCOPY igf_ap_css_profile.question_5_size%TYPE ,
317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,
318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,
319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,
320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,
321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,
322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,
323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,
324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,

Line 321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,

317: pr_question_5_answer IN OUT NOCOPY igf_ap_css_profile.question_5_answer%TYPE ,
318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,
319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,
320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,
321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,
322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,
323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,
324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,
325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,

Line 322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,

318: pr_question_6_number IN OUT NOCOPY igf_ap_css_profile.question_6_number%TYPE ,
319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,
320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,
321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,
322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,
323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,
324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,
325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,
326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,

Line 323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,

319: pr_question_6_size IN OUT NOCOPY igf_ap_css_profile.question_6_size%TYPE ,
320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,
321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,
322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,
323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,
324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,
325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,
326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,
327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,

Line 324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,

320: pr_question_6_answer IN OUT NOCOPY igf_ap_css_profile.question_6_answer%TYPE ,
321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,
322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,
323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,
324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,
325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,
326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,
327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,
328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,

Line 325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,

321: pr_question_7_number IN OUT NOCOPY igf_ap_css_profile.question_7_number%TYPE ,
322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,
323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,
324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,
325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,
326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,
327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,
328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,
329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,

Line 326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,

322: pr_question_7_size IN OUT NOCOPY igf_ap_css_profile.question_7_size%TYPE ,
323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,
324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,
325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,
326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,
327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,
328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,
329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,
330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,

Line 327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,

323: pr_question_7_answer IN OUT NOCOPY igf_ap_css_profile.question_7_answer%TYPE ,
324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,
325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,
326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,
327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,
328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,
329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,
330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,
331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,

Line 328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,

324: pr_question_8_number IN OUT NOCOPY igf_ap_css_profile.question_8_number%TYPE ,
325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,
326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,
327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,
328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,
329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,
330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,
331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,
332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,

Line 329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,

325: pr_question_8_size IN OUT NOCOPY igf_ap_css_profile.question_8_size%TYPE ,
326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,
327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,
328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,
329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,
330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,
331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,
332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,
333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,

Line 330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,

326: pr_question_8_answer IN OUT NOCOPY igf_ap_css_profile.question_8_answer%TYPE ,
327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,
328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,
329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,
330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,
331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,
332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,
333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,
334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,

Line 331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,

327: pr_question_9_number IN OUT NOCOPY igf_ap_css_profile.question_9_number%TYPE ,
328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,
329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,
330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,
331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,
332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,
333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,
334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,
335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,

Line 332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,

328: pr_question_9_size IN OUT NOCOPY igf_ap_css_profile.question_9_size%TYPE ,
329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,
330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,
331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,
332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,
333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,
334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,
335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,
336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,

Line 333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,

329: pr_question_9_answer IN OUT NOCOPY igf_ap_css_profile.question_9_answer%TYPE ,
330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,
331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,
332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,
333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,
334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,
335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,
336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,
337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,

Line 334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,

330: pr_question_10_number IN OUT NOCOPY igf_ap_css_profile.question_10_number%TYPE ,
331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,
332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,
333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,
334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,
335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,
336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,
337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,
338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,

Line 335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,

331: pr_question_10_size IN OUT NOCOPY igf_ap_css_profile.question_10_size%TYPE ,
332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,
333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,
334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,
335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,
336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,
337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,
338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,
339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,

Line 336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,

332: pr_question_10_answer IN OUT NOCOPY igf_ap_css_profile.question_10_answer%TYPE ,
333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,
334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,
335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,
336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,
337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,
338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,
339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,
340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,

Line 337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,

333: pr_question_11_number IN OUT NOCOPY igf_ap_css_profile.question_11_number%TYPE ,
334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,
335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,
336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,
337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,
338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,
339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,
340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,
341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,

Line 338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,

334: pr_question_11_size IN OUT NOCOPY igf_ap_css_profile.question_11_size%TYPE ,
335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,
336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,
337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,
338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,
339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,
340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,
341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,
342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,

Line 339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,

335: pr_question_11_answer IN OUT NOCOPY igf_ap_css_profile.question_11_answer%TYPE ,
336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,
337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,
338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,
339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,
340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,
341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,
342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,
343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,

Line 340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,

336: pr_question_12_number IN OUT NOCOPY igf_ap_css_profile.question_12_number%TYPE ,
337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,
338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,
339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,
340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,
341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,
342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,
343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,
344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,

Line 341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,

337: pr_question_12_size IN OUT NOCOPY igf_ap_css_profile.question_12_size%TYPE ,
338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,
339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,
340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,
341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,
342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,
343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,
344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,
345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,

Line 342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,

338: pr_question_12_answer IN OUT NOCOPY igf_ap_css_profile.question_12_answer%TYPE ,
339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,
340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,
341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,
342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,
343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,
344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,
345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,
346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,

Line 343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,

339: pr_question_13_number IN OUT NOCOPY igf_ap_css_profile.question_13_number%TYPE ,
340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,
341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,
342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,
343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,
344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,
345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,
346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,
347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,

Line 344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,

340: pr_question_13_size IN OUT NOCOPY igf_ap_css_profile.question_13_size%TYPE ,
341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,
342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,
343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,
344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,
345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,
346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,
347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,
348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,

Line 345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,

341: pr_question_13_answer IN OUT NOCOPY igf_ap_css_profile.question_13_answer%TYPE ,
342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,
343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,
344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,
345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,
346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,
347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,
348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,
349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,

Line 346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,

342: pr_question_14_number IN OUT NOCOPY igf_ap_css_profile.question_14_number%TYPE ,
343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,
344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,
345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,
346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,
347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,
348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,
349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,
350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,

Line 347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,

343: pr_question_14_size IN OUT NOCOPY igf_ap_css_profile.question_14_size%TYPE ,
344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,
345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,
346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,
347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,
348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,
349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,
350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,
351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,

Line 348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,

344: pr_question_14_answer IN OUT NOCOPY igf_ap_css_profile.question_14_answer%TYPE ,
345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,
346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,
347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,
348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,
349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,
350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,
351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,
352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,

Line 349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,

345: pr_question_15_number IN OUT NOCOPY igf_ap_css_profile.question_15_number%TYPE ,
346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,
347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,
348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,
349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,
350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,
351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,
352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,
353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,

Line 350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,

346: pr_question_15_size IN OUT NOCOPY igf_ap_css_profile.question_15_size%TYPE ,
347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,
348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,
349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,
350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,
351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,
352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,
353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,
354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,

Line 351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,

347: pr_question_15_answer IN OUT NOCOPY igf_ap_css_profile.question_15_answer%TYPE ,
348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,
349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,
350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,
351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,
352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,
353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,
354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,
355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,

Line 352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,

348: pr_question_16_number IN OUT NOCOPY igf_ap_css_profile.question_16_number%TYPE ,
349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,
350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,
351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,
352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,
353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,
354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,
355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,
356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,

Line 353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,

349: pr_question_16_size IN OUT NOCOPY igf_ap_css_profile.question_16_size%TYPE ,
350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,
351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,
352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,
353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,
354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,
355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,
356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,
357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,

Line 354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,

350: pr_question_16_answer IN OUT NOCOPY igf_ap_css_profile.question_16_answer%TYPE ,
351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,
352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,
353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,
354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,
355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,
356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,
357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,
358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,

Line 355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,

351: pr_question_17_number IN OUT NOCOPY igf_ap_css_profile.question_17_number%TYPE ,
352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,
353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,
354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,
355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,
356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,
357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,
358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,
359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,

Line 356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,

352: pr_question_17_size IN OUT NOCOPY igf_ap_css_profile.question_17_size%TYPE ,
353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,
354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,
355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,
356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,
357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,
358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,
359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,
360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,

Line 357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,

353: pr_question_17_answer IN OUT NOCOPY igf_ap_css_profile.question_17_answer%TYPE ,
354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,
355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,
356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,
357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,
358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,
359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,
360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,
361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,

Line 358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,

354: pr_question_18_number IN OUT NOCOPY igf_ap_css_profile.question_18_number%TYPE ,
355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,
356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,
357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,
358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,
359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,
360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,
361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,
362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,

Line 359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,

355: pr_question_18_size IN OUT NOCOPY igf_ap_css_profile.question_18_size%TYPE ,
356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,
357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,
358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,
359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,
360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,
361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,
362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,
363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,

Line 360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,

356: pr_question_18_answer IN OUT NOCOPY igf_ap_css_profile.question_18_answer%TYPE ,
357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,
358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,
359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,
360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,
361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,
362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,
363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,
364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,

Line 361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,

357: pr_question_19_number IN OUT NOCOPY igf_ap_css_profile.question_19_number%TYPE ,
358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,
359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,
360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,
361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,
362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,
363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,
364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,
365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,

Line 362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,

358: pr_question_19_size IN OUT NOCOPY igf_ap_css_profile.question_19_size%TYPE ,
359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,
360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,
361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,
362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,
363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,
364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,
365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,
366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,

Line 363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,

359: pr_question_19_answer IN OUT NOCOPY igf_ap_css_profile.question_19_answer%TYPE ,
360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,
361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,
362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,
363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,
364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,
365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,
366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,
367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,

Line 364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,

360: pr_question_20_number IN OUT NOCOPY igf_ap_css_profile.question_20_number%TYPE ,
361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,
362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,
363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,
364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,
365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,
366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,
367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,
368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,

Line 365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,

361: pr_question_20_size IN OUT NOCOPY igf_ap_css_profile.question_20_size%TYPE ,
362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,
363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,
364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,
365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,
366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,
367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,
368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,
369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,

Line 366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,

362: pr_question_20_answer IN OUT NOCOPY igf_ap_css_profile.question_20_answer%TYPE ,
363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,
364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,
365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,
366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,
367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,
368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,
369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,
370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,

Line 367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,

363: pr_question_21_number IN OUT NOCOPY igf_ap_css_profile.question_21_number%TYPE ,
364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,
365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,
366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,
367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,
368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,
369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,
370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,
371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,

Line 368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,

364: pr_question_21_size IN OUT NOCOPY igf_ap_css_profile.question_21_size%TYPE ,
365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,
366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,
367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,
368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,
369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,
370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,
371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,
372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,

Line 369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,

365: pr_question_21_answer IN OUT NOCOPY igf_ap_css_profile.question_21_answer%TYPE ,
366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,
367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,
368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,
369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,
370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,
371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,
372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,
373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,

Line 370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,

366: pr_question_22_number IN OUT NOCOPY igf_ap_css_profile.question_22_number%TYPE ,
367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,
368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,
369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,
370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,
371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,
372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,
373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,
374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,

Line 371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,

367: pr_question_22_size IN OUT NOCOPY igf_ap_css_profile.question_22_size%TYPE ,
368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,
369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,
370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,
371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,
372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,
373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,
374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,
375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,

Line 372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,

368: pr_question_22_answer IN OUT NOCOPY igf_ap_css_profile.question_22_answer%TYPE ,
369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,
370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,
371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,
372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,
373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,
374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,
375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,
376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,

Line 373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,

369: pr_question_23_number IN OUT NOCOPY igf_ap_css_profile.question_23_number%TYPE ,
370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,
371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,
372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,
373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,
374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,
375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,
376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,
377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,

Line 374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,

370: pr_question_23_size IN OUT NOCOPY igf_ap_css_profile.question_23_size%TYPE ,
371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,
372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,
373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,
374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,
375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,
376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,
377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,
378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,

Line 375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,

371: pr_question_23_answer IN OUT NOCOPY igf_ap_css_profile.question_23_answer%TYPE ,
372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,
373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,
374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,
375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,
376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,
377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,
378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,
379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,

Line 376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,

372: pr_question_24_number IN OUT NOCOPY igf_ap_css_profile.question_24_number%TYPE ,
373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,
374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,
375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,
376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,
377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,
378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,
379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,
380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,

Line 377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,

373: pr_question_24_size IN OUT NOCOPY igf_ap_css_profile.question_24_size%TYPE ,
374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,
375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,
376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,
377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,
378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,
379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,
380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,
381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,

Line 378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,

374: pr_question_24_answer IN OUT NOCOPY igf_ap_css_profile.question_24_answer%TYPE ,
375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,
376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,
377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,
378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,
379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,
380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,
381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,
382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,

Line 379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,

375: pr_question_25_number IN OUT NOCOPY igf_ap_css_profile.question_25_number%TYPE ,
376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,
377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,
378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,
379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,
380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,
381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,
382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,
383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,

Line 380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,

376: pr_question_25_size IN OUT NOCOPY igf_ap_css_profile.question_25_size%TYPE ,
377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,
378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,
379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,
380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,
381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,
382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,
383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,
384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,

Line 381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,

377: pr_question_25_answer IN OUT NOCOPY igf_ap_css_profile.question_25_answer%TYPE ,
378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,
379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,
380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,
381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,
382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,
383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,
384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,
385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,

Line 382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,

378: pr_question_26_number IN OUT NOCOPY igf_ap_css_profile.question_26_number%TYPE ,
379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,
380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,
381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,
382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,
383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,
384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,
385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,
386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,

Line 383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,

379: pr_question_26_size IN OUT NOCOPY igf_ap_css_profile.question_26_size%TYPE ,
380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,
381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,
382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,
383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,
384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,
385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,
386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,
387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,

Line 384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,

380: pr_question_26_answer IN OUT NOCOPY igf_ap_css_profile.question_26_answer%TYPE ,
381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,
382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,
383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,
384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,
385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,
386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,
387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,
388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,

Line 385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,

381: pr_question_27_number IN OUT NOCOPY igf_ap_css_profile.question_27_number%TYPE ,
382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,
383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,
384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,
385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,
386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,
387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,
388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,
389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,

Line 386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,

382: pr_question_27_size IN OUT NOCOPY igf_ap_css_profile.question_27_size%TYPE ,
383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,
384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,
385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,
386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,
387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,
388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,
389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,
390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,

Line 387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,

383: pr_question_27_answer IN OUT NOCOPY igf_ap_css_profile.question_27_answer%TYPE ,
384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,
385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,
386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,
387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,
388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,
389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,
390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,
391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,

Line 388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,

384: pr_question_28_number IN OUT NOCOPY igf_ap_css_profile.question_28_number%TYPE ,
385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,
386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,
387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,
388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,
389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,
390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,
391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,
392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,

Line 389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,

385: pr_question_28_size IN OUT NOCOPY igf_ap_css_profile.question_28_size%TYPE ,
386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,
387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,
388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,
389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,
390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,
391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,
392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,
393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,

Line 390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,

386: pr_question_28_answer IN OUT NOCOPY igf_ap_css_profile.question_28_answer%TYPE ,
387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,
388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,
389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,
390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,
391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,
392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,
393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,
394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,

Line 391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,

387: pr_question_29_number IN OUT NOCOPY igf_ap_css_profile.question_29_number%TYPE ,
388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,
389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,
390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,
391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,
392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,
393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,
394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,
395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,

Line 392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,

388: pr_question_29_size IN OUT NOCOPY igf_ap_css_profile.question_29_size%TYPE ,
389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,
390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,
391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,
392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,
393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,
394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,
395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,
396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,

Line 393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,

389: pr_question_29_answer IN OUT NOCOPY igf_ap_css_profile.question_29_answer%TYPE ,
390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,
391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,
392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,
393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,
394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,
395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,
396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,
397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,

Line 394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,

390: pr_question_30_number IN OUT NOCOPY igf_ap_css_profile.question_30_number%TYPE ,
391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,
392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,
393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,
394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,
395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,
396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,
397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,
398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,

Line 395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,

391: pr_questions_30_size IN OUT NOCOPY igf_ap_css_profile.questions_30_size%TYPE ,
392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,
393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,
394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,
395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,
396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,
397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,
398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,
399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,

Line 396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,

392: pr_question_30_answer IN OUT NOCOPY igf_ap_css_profile.question_30_answer%TYPE ,
393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,
394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,
395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,
396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,
397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,
398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,
399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,
400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,

Line 397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,

393: pr_legacy_record_flag IN OUT NOCOPY igf_ap_css_profile.legacy_record_flag%TYPE ,
394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,
395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,
396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,
397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,
398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,
399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,
400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,
401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,

Line 398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,

394: pr_coa_duration_efc_amt IN OUT NOCOPY igf_ap_css_profile.coa_duration_efc_amt%TYPE ,
395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,
396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,
397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,
398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,
399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,
400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,
401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,
402: pr_p_tuit_fee_deduct_amt IN OUT NOCOPY igf_ap_css_profile.p_tuit_fee_deduct_amt%TYPE ,

Line 399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,

395: pr_coa_duration_num IN OUT NOCOPY igf_ap_css_profile.coa_duration_num %TYPE ,
396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,
397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,
398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,
399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,
400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,
401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,
402: pr_p_tuit_fee_deduct_amt IN OUT NOCOPY igf_ap_css_profile.p_tuit_fee_deduct_amt%TYPE ,
403: pr_stu_lives_with_num IN OUT NOCOPY igf_ap_css_profile.stu_lives_with_num%TYPE ,

Line 400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,

396: pr_created_by IN OUT NOCOPY igf_ap_css_profile.created_by%TYPE ,
397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,
398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,
399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,
400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,
401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,
402: pr_p_tuit_fee_deduct_amt IN OUT NOCOPY igf_ap_css_profile.p_tuit_fee_deduct_amt%TYPE ,
403: pr_stu_lives_with_num IN OUT NOCOPY igf_ap_css_profile.stu_lives_with_num%TYPE ,
404: pr_stu_most_support_from_num IN OUT NOCOPY igf_ap_css_profile.stu_most_support_from_num%TYPE ,

Line 401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,

397: pr_creation_date IN OUT NOCOPY igf_ap_css_profile.creation_date%TYPE ,
398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,
399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,
400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,
401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,
402: pr_p_tuit_fee_deduct_amt IN OUT NOCOPY igf_ap_css_profile.p_tuit_fee_deduct_amt%TYPE ,
403: pr_stu_lives_with_num IN OUT NOCOPY igf_ap_css_profile.stu_lives_with_num%TYPE ,
404: pr_stu_most_support_from_num IN OUT NOCOPY igf_ap_css_profile.stu_most_support_from_num%TYPE ,
405: pr_location_computer_num IN OUT NOCOPY igf_ap_css_profile.location_computer_num%TYPE ,

Line 402: pr_p_tuit_fee_deduct_amt IN OUT NOCOPY igf_ap_css_profile.p_tuit_fee_deduct_amt%TYPE ,

398: pr_last_updated_by IN OUT NOCOPY igf_ap_css_profile.last_updated_by%TYPE ,
399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,
400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,
401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,
402: pr_p_tuit_fee_deduct_amt IN OUT NOCOPY igf_ap_css_profile.p_tuit_fee_deduct_amt%TYPE ,
403: pr_stu_lives_with_num IN OUT NOCOPY igf_ap_css_profile.stu_lives_with_num%TYPE ,
404: pr_stu_most_support_from_num IN OUT NOCOPY igf_ap_css_profile.stu_most_support_from_num%TYPE ,
405: pr_location_computer_num IN OUT NOCOPY igf_ap_css_profile.location_computer_num%TYPE ,
406:

Line 403: pr_stu_lives_with_num IN OUT NOCOPY igf_ap_css_profile.stu_lives_with_num%TYPE ,

399: pr_last_update_date IN OUT NOCOPY igf_ap_css_profile.last_update_date%TYPE ,
400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,
401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,
402: pr_p_tuit_fee_deduct_amt IN OUT NOCOPY igf_ap_css_profile.p_tuit_fee_deduct_amt%TYPE ,
403: pr_stu_lives_with_num IN OUT NOCOPY igf_ap_css_profile.stu_lives_with_num%TYPE ,
404: pr_stu_most_support_from_num IN OUT NOCOPY igf_ap_css_profile.stu_most_support_from_num%TYPE ,
405: pr_location_computer_num IN OUT NOCOPY igf_ap_css_profile.location_computer_num%TYPE ,
406:
407: f_fnar_id IN OUT NOCOPY igf_ap_css_fnar.fnar_id%TYPE ,

Line 404: pr_stu_most_support_from_num IN OUT NOCOPY igf_ap_css_profile.stu_most_support_from_num%TYPE ,

400: pr_last_update_login IN OUT NOCOPY igf_ap_css_profile.last_update_login%TYPE ,
401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,
402: pr_p_tuit_fee_deduct_amt IN OUT NOCOPY igf_ap_css_profile.p_tuit_fee_deduct_amt%TYPE ,
403: pr_stu_lives_with_num IN OUT NOCOPY igf_ap_css_profile.stu_lives_with_num%TYPE ,
404: pr_stu_most_support_from_num IN OUT NOCOPY igf_ap_css_profile.stu_most_support_from_num%TYPE ,
405: pr_location_computer_num IN OUT NOCOPY igf_ap_css_profile.location_computer_num%TYPE ,
406:
407: f_fnar_id IN OUT NOCOPY igf_ap_css_fnar.fnar_id%TYPE ,
408: f_cssp_id IN OUT NOCOPY igf_ap_css_fnar.cssp_id%TYPE ,

Line 405: pr_location_computer_num IN OUT NOCOPY igf_ap_css_profile.location_computer_num%TYPE ,

401: pr_p_soc_sec_ben_student_amt IN OUT NOCOPY igf_ap_css_profile.p_soc_sec_ben_student_amt%TYPE ,
402: pr_p_tuit_fee_deduct_amt IN OUT NOCOPY igf_ap_css_profile.p_tuit_fee_deduct_amt%TYPE ,
403: pr_stu_lives_with_num IN OUT NOCOPY igf_ap_css_profile.stu_lives_with_num%TYPE ,
404: pr_stu_most_support_from_num IN OUT NOCOPY igf_ap_css_profile.stu_most_support_from_num%TYPE ,
405: pr_location_computer_num IN OUT NOCOPY igf_ap_css_profile.location_computer_num%TYPE ,
406:
407: f_fnar_id IN OUT NOCOPY igf_ap_css_fnar.fnar_id%TYPE ,
408: f_cssp_id IN OUT NOCOPY igf_ap_css_fnar.cssp_id%TYPE ,
409: f_r_s_email_address IN OUT NOCOPY igf_ap_css_fnar.r_s_email_address%TYPE ,

Line 803: p_profile_rec igf_ap_css_profile%ROWTYPE;

799:
800: p_err_mesg OUT NOCOPY fnd_new_messages.message_name%TYPE)
801: RETURN VARCHAR AS
802:
803: p_profile_rec igf_ap_css_profile%ROWTYPE;
804:
805: p_fnar_rec igf_ap_css_fnar%ROWTYPE;
806:
807: p_user_hook BOOLEAN;