DBA Data[Home] [Help]

APPS.INL_SIMULATION_PVT dependencies on INL_SHIP_HEADERS_ALL

Line 1543: FROM inl_ship_headers_all

1539: attribute13,
1540: attribute14,
1541: attribute15,
1542: rcv_enabled_flag
1543: FROM inl_ship_headers_all
1544: WHERE simulation_id = p_current_simulation_id;
1545:
1546: TYPE ShipHeaders_List_Type IS
1547: TABLE OF ShipHeaders%ROWTYPE;

Line 1683: SELECT inl_ship_headers_all_s.NEXTVAL

1679: p_procedure_name => l_api_name,
1680: p_debug_info => 'Get the next Shipment Header Id');
1681:
1682: -- Get Shipment Header's nextval
1683: SELECT inl_ship_headers_all_s.NEXTVAL
1684: INTO l_ship_header_id
1685: FROM dual;
1686:
1687: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,

Line 1689: p_debug_info => 'Insert into INL_SHIP_HEADERS_ALL');

1685: FROM dual;
1686:
1687: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1688: p_procedure_name => l_api_name,
1689: p_debug_info => 'Insert into INL_SHIP_HEADERS_ALL');
1690:
1691: INSERT INTO inl_ship_headers_all (ship_header_id,
1692: ship_num,
1693: ship_date,

Line 1691: INSERT INTO inl_ship_headers_all (ship_header_id,

1687: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,
1688: p_procedure_name => l_api_name,
1689: p_debug_info => 'Insert into INL_SHIP_HEADERS_ALL');
1690:
1691: INSERT INTO inl_ship_headers_all (ship_header_id,
1692: ship_num,
1693: ship_date,
1694: ship_type_id,
1695: ship_status_code,