DBA Data[Home] [Help]

APPS.GMS_PA_COSTING_PKG dependencies on GMS_BC_PACKETS

Line 113: TYPE tt_project_id is table of gms_bc_packets.project_id%TYPE;

109: --
110: --
111: -- Variable declarations
112:
113: TYPE tt_project_id is table of gms_bc_packets.project_id%TYPE;
114: TYPE tt_award_id is table of gms_bc_packets.award_id%TYPE;
115: TYPE tt_task_id is table of gms_bc_packets.task_id%TYPE;
116: TYPE tt_expenditure_type is table of gms_bc_packets.expenditure_type%TYPE;
117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;

Line 114: TYPE tt_award_id is table of gms_bc_packets.award_id%TYPE;

110: --
111: -- Variable declarations
112:
113: TYPE tt_project_id is table of gms_bc_packets.project_id%TYPE;
114: TYPE tt_award_id is table of gms_bc_packets.award_id%TYPE;
115: TYPE tt_task_id is table of gms_bc_packets.task_id%TYPE;
116: TYPE tt_expenditure_type is table of gms_bc_packets.expenditure_type%TYPE;
117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;
118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;

Line 115: TYPE tt_task_id is table of gms_bc_packets.task_id%TYPE;

111: -- Variable declarations
112:
113: TYPE tt_project_id is table of gms_bc_packets.project_id%TYPE;
114: TYPE tt_award_id is table of gms_bc_packets.award_id%TYPE;
115: TYPE tt_task_id is table of gms_bc_packets.task_id%TYPE;
116: TYPE tt_expenditure_type is table of gms_bc_packets.expenditure_type%TYPE;
117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;
118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;
119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;

Line 116: TYPE tt_expenditure_type is table of gms_bc_packets.expenditure_type%TYPE;

112:
113: TYPE tt_project_id is table of gms_bc_packets.project_id%TYPE;
114: TYPE tt_award_id is table of gms_bc_packets.award_id%TYPE;
115: TYPE tt_task_id is table of gms_bc_packets.task_id%TYPE;
116: TYPE tt_expenditure_type is table of gms_bc_packets.expenditure_type%TYPE;
117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;
118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;
119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;
120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;

Line 117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;

113: TYPE tt_project_id is table of gms_bc_packets.project_id%TYPE;
114: TYPE tt_award_id is table of gms_bc_packets.award_id%TYPE;
115: TYPE tt_task_id is table of gms_bc_packets.task_id%TYPE;
116: TYPE tt_expenditure_type is table of gms_bc_packets.expenditure_type%TYPE;
117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;
118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;
119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;
120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;
121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;

Line 118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;

114: TYPE tt_award_id is table of gms_bc_packets.award_id%TYPE;
115: TYPE tt_task_id is table of gms_bc_packets.task_id%TYPE;
116: TYPE tt_expenditure_type is table of gms_bc_packets.expenditure_type%TYPE;
117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;
118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;
119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;
120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;
121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;
122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;

Line 119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;

115: TYPE tt_task_id is table of gms_bc_packets.task_id%TYPE;
116: TYPE tt_expenditure_type is table of gms_bc_packets.expenditure_type%TYPE;
117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;
118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;
119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;
120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;
121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;
122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;
123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;

Line 120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;

116: TYPE tt_expenditure_type is table of gms_bc_packets.expenditure_type%TYPE;
117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;
118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;
119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;
120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;
121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;
122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;
123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;
124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;

Line 121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;

117: TYPE tt_expenditure_item_date is table of gms_bc_packets.expenditure_item_date%TYPE;
118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;
119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;
120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;
121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;
122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;
123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;
124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;
125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;

Line 122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;

118: TYPE tt_actual_flag is table of gms_bc_packets.actual_flag%TYPE;
119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;
120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;
121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;
122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;
123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;
124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;
125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;
126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;

Line 123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;

119: TYPE tt_status_code is table of gms_bc_packets.status_code%TYPE;
120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;
121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;
122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;
123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;
124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;
125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;
126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;
127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;

Line 124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;

120: TYPE tt_last_update_date is table of gms_bc_packets.last_update_date%TYPE;
121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;
122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;
123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;
124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;
125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;
126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;
127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;
128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;

Line 125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;

121: TYPE tt_last_updated_by is table of gms_bc_packets.last_updated_by%TYPE;
122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;
123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;
124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;
125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;
126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;
127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;
128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;
129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;

Line 126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;

122: TYPE tt_created_by is table of gms_bc_packets.created_by%TYPE;
123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;
124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;
125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;
126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;
127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;
128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;
129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;
130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;

Line 127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;

123: TYPE tt_creation_date is table of gms_bc_packets.creation_date%TYPE;
124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;
125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;
126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;
127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;
128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;
129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;
130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;
131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;

Line 128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;

124: TYPE tt_last_update_login is table of gms_bc_packets.last_update_login%TYPE;
125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;
126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;
127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;
128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;
129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;
130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;
131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;
132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;

Line 129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;

125: TYPE tt_je_category_name is table of gms_bc_packets.je_category_name%TYPE;
126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;
127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;
128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;
129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;
130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;
131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;
132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;
133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;

Line 130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;

126: TYPE tt_je_source_name is table of gms_bc_packets.je_source_name%TYPE;
127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;
128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;
129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;
130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;
131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;
132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;
133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;
134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;

Line 131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;

127: TYPE tt_transfered_flag is table of gms_bc_packets.transfered_flag%TYPE;
128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;
129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;
130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;
131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;
132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;
133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;
134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;
135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;

Line 132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;

128: TYPE tt_document_type is table of gms_bc_packets.document_type%TYPE;
129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;
130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;
131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;
132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;
133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;
134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;
135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;
136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;

Line 133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;

129: TYPE tt_expenditure_organization_id is table of gms_bc_packets.expenditure_organization_id%TYPE;
130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;
131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;
132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;
133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;
134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;
135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;
136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;
137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;

Line 134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;

130: TYPE tt_document_header_id is table of gms_bc_packets.document_header_id%TYPE;
131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;
132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;
133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;
134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;
135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;
136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;
137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;
138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;

Line 135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;

131: TYPE tt_document_distribution_id is table of gms_bc_packets.document_distribution_id%TYPE;
132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;
133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;
134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;
135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;
136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;
137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;
138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;
139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;

Line 136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;

132: TYPE tt_entered_dr is table of gms_bc_packets.entered_dr%TYPE;
133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;
134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;
135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;
136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;
137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;
138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;
139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;
140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;

Line 137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;

133: TYPE tt_entered_cr is table of gms_bc_packets.entered_cr%TYPE;
134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;
135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;
136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;
137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;
138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;
139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;
140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;
141: TYPE tt_revenue_category is table of gms_bc_packets.revenue_category%TYPE;

Line 138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;

134: TYPE tt_status_flag is table of gms_bc_packets.status_flag%TYPE;
135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;
136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;
137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;
138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;
139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;
140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;
141: TYPE tt_revenue_category is table of gms_bc_packets.revenue_category%TYPE;
142: TYPE tt_adjusted_document_header_id is table of gms_bc_packets.adjusted_document_header_id%TYPE;

Line 139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;

135: TYPE tt_bc_packet_id is table of gms_bc_packets.bc_packet_id%TYPE;
136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;
137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;
138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;
139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;
140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;
141: TYPE tt_revenue_category is table of gms_bc_packets.revenue_category%TYPE;
142: TYPE tt_adjusted_document_header_id is table of gms_bc_packets.adjusted_document_header_id%TYPE;
143: TYPE tt_award_set_id is table of gms_bc_packets.award_set_id%TYPE;

Line 140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;

136: TYPE tt_request_id is table of gms_bc_packets.request_id%TYPE;
137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;
138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;
139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;
140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;
141: TYPE tt_revenue_category is table of gms_bc_packets.revenue_category%TYPE;
142: TYPE tt_adjusted_document_header_id is table of gms_bc_packets.adjusted_document_header_id%TYPE;
143: TYPE tt_award_set_id is table of gms_bc_packets.award_set_id%TYPE;
144: TYPE tt_transaction_source is table of gms_bc_packets.transaction_source%TYPE;

Line 141: TYPE tt_revenue_category is table of gms_bc_packets.revenue_category%TYPE;

137: TYPE tt_ind_compiled_set_id is table of gms_bc_packets.ind_compiled_set_id%TYPE;
138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;
139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;
140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;
141: TYPE tt_revenue_category is table of gms_bc_packets.revenue_category%TYPE;
142: TYPE tt_adjusted_document_header_id is table of gms_bc_packets.adjusted_document_header_id%TYPE;
143: TYPE tt_award_set_id is table of gms_bc_packets.award_set_id%TYPE;
144: TYPE tt_transaction_source is table of gms_bc_packets.transaction_source%TYPE;
145: TYPE tt_burdenable_raw_cost is table of gms_award_distributions.burdenable_raw_cost%TYPE;

Line 142: TYPE tt_adjusted_document_header_id is table of gms_bc_packets.adjusted_document_header_id%TYPE;

138: TYPE tt_person_id is table of gms_bc_packets.person_id%TYPE;
139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;
140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;
141: TYPE tt_revenue_category is table of gms_bc_packets.revenue_category%TYPE;
142: TYPE tt_adjusted_document_header_id is table of gms_bc_packets.adjusted_document_header_id%TYPE;
143: TYPE tt_award_set_id is table of gms_bc_packets.award_set_id%TYPE;
144: TYPE tt_transaction_source is table of gms_bc_packets.transaction_source%TYPE;
145: TYPE tt_burdenable_raw_cost is table of gms_award_distributions.burdenable_raw_cost%TYPE;
146: TYPE tt_acct_raw_cost is table of pa_transaction_interface_all.acct_raw_cost%TYPE;

Line 143: TYPE tt_award_set_id is table of gms_bc_packets.award_set_id%TYPE;

139: TYPE tt_job_id is table of gms_bc_packets.job_id%TYPE;
140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;
141: TYPE tt_revenue_category is table of gms_bc_packets.revenue_category%TYPE;
142: TYPE tt_adjusted_document_header_id is table of gms_bc_packets.adjusted_document_header_id%TYPE;
143: TYPE tt_award_set_id is table of gms_bc_packets.award_set_id%TYPE;
144: TYPE tt_transaction_source is table of gms_bc_packets.transaction_source%TYPE;
145: TYPE tt_burdenable_raw_cost is table of gms_award_distributions.burdenable_raw_cost%TYPE;
146: TYPE tt_acct_raw_cost is table of pa_transaction_interface_all.acct_raw_cost%TYPE;
147: TYPE tt_line_type_lookup is table of ap_invoice_distributions_all.line_type_lookup_code%TYPE;

Line 144: TYPE tt_transaction_source is table of gms_bc_packets.transaction_source%TYPE;

140: TYPE tt_expenditure_category is table of gms_bc_packets.expenditure_category%TYPE;
141: TYPE tt_revenue_category is table of gms_bc_packets.revenue_category%TYPE;
142: TYPE tt_adjusted_document_header_id is table of gms_bc_packets.adjusted_document_header_id%TYPE;
143: TYPE tt_award_set_id is table of gms_bc_packets.award_set_id%TYPE;
144: TYPE tt_transaction_source is table of gms_bc_packets.transaction_source%TYPE;
145: TYPE tt_burdenable_raw_cost is table of gms_award_distributions.burdenable_raw_cost%TYPE;
146: TYPE tt_acct_raw_cost is table of pa_transaction_interface_all.acct_raw_cost%TYPE;
147: TYPE tt_line_type_lookup is table of ap_invoice_distributions_all.line_type_lookup_code%TYPE;
148: TYPE tt_invoice_type_lookup is table of ap_invoices_all.invoice_type_lookup_code%TYPE;

Line 154: TYPE tt_bud_task_id is table of gms_bc_packets.bud_task_id%TYPE;

150: --REL12 : AP lines uptake enhancement : Added below plsql tables
151: TYPE tt_invoice_id is table of ap_invoices_all.invoice_id%TYPE;
152: TYPE tt_invoice_distribution_id is table of ap_invoice_distributions_all.invoice_distribution_id%TYPE;
153: TYPE tt_sys_ref4 IS table of pa_transaction_interface_all.cdl_system_reference4%TYPE;
154: TYPE tt_bud_task_id is table of gms_bc_packets.bud_task_id%TYPE;
155: TYPE tt_txn_interface_id is table of pa_transaction_interface_all.txn_interface_id%TYPE;
156: Type tt_nz_adj_flag is table of pa_transaction_interface_all.net_zero_adjustment_flag%TYPE ;
157: --
158: