DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on INL_SHIP_LINES_INT

Line 221: SELECT INL_SHIP_LINES_INT_S.nextval

217: l_current_organization_id:= p_lci_table(i).organization_id;
218: l_current_location_id := p_lci_table(i).location_id;
219: END IF;
220:
221: SELECT INL_SHIP_LINES_INT_S.nextval
222: INTO l_ship_line_int_id
223: FROM dual;
224:
225: INL_LOGGING_PVT.Log_Variable (

Line 231: INSERT INTO inl_ship_lines_int (

227: p_procedure_name => l_api_name,
228: p_var_name => 'l_ship_line_int_id',
229: p_var_value => l_ship_line_int_id);
230:
231: INSERT INTO inl_ship_lines_int (
232: ship_header_int_id, /* 01 */
233: ship_line_int_id, /* 02 */
234: processing_status_code, /* 03 */
235: ship_line_group_reference, /* 04 */

Line 1214: p_debug_info => 'Insert inl_ship_lines_int values in PL/SQL table.');

1210: p_var_value => l_output_tax_classf_code);
1211: INL_LOGGING_PVT.Log_Statement (
1212: p_module_name => g_module_name,
1213: p_procedure_name => l_proc_name,
1214: p_debug_info => 'Insert inl_ship_lines_int values in PL/SQL table.');
1215:
1216: l_lci_table(l_ind_lci).ship_line_group_reference := l_receipt_num;
1217: l_lci_table(l_ind_lci).party_id := l_party_id;
1218: l_lci_table(l_ind_lci).party_site_id := l_party_site_id;