DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on INL_SHIP_LINES_INT_S

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,