DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on INL_SHIP_LINES_INT

Line 184: SELECT INL_SHIP_LINES_INT_S.nextval

180:
181: l_current_shipment_header_id := p_lci_table(i).shipment_header_id;
182: END IF;
183:
184: SELECT INL_SHIP_LINES_INT_S.nextval
185: INTO l_ship_line_int_id
186: FROM dual;
187:
188: INL_LOGGING_PVT.Log_Variable (p_module_name => g_module_name,

Line 193: INSERT INTO inl_ship_lines_int (ship_header_int_id,

189: p_procedure_name => l_api_name,
190: p_var_name => 'l_ship_line_int_id',
191: p_var_value => l_ship_line_int_id);
192:
193: INSERT INTO inl_ship_lines_int (ship_header_int_id,
194: ship_line_int_id,
195: group_id,
196: processing_status_code,
197: validation_flag,

Line 873: p_debug_info => 'Insert inl_ship_lines_int values in PL/SQL table.'

869: );
870: INL_LOGGING_PVT.Log_Statement (
871: p_module_name => g_module_name,
872: p_procedure_name => l_proc_name,
873: p_debug_info => 'Insert inl_ship_lines_int values in PL/SQL table.'
874: );
875: l_lci_table(i).ship_line_group_reference := l_receipt_num;
876: l_lci_table(i).party_id := l_party_id;
877: l_lci_table(i).party_site_id := l_party_site_id;