DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on INL_SHIP_HEADERS_INT_S

Line 101: SELECT INL_SHIP_HEADERS_INT_S.nextval

97: END IF;
98:
99: IF (l_current_shipment_header_id <> p_lci_table(i).shipment_header_id) THEN
100:
101: SELECT INL_SHIP_HEADERS_INT_S.nextval
102: INTO l_ship_header_int_id
103: FROM dual;
104:
105: SELECT INL_INTERFACE_GROUPS_S.nextval

Line 114: INSERT INTO inl_ship_headers_int(ship_header_int_id,

110: p_procedure_name => l_api_name,
111: p_var_name => 'l_ship_header_int_id',
112: p_var_value => l_ship_header_int_id);
113:
114: INSERT INTO inl_ship_headers_int(ship_header_int_id,
115: group_id,
116: transaction_type,
117: processing_status_code,
118: interface_source_code,