DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on DUAL

Line 132: FROM DUAL;

128: --
129: /* Bug 5265024
130: CURSOR l_wms_txn_temp_id_csr IS
131: SELECT wms_transactions_temp_s.NEXTVAL
132: FROM DUAL;
133: */
134:
135: l_wms_txn_temp_tbl_size NUMBER;
136: l_temp_id_tbl g_number_tbl_type;

Line 1768: FROM dual

1764: WHERE organization_id = l_request_line_rec.organization_id;
1765:
1766: CURSOR c_wip_reservations IS
1767: SELECT 1
1768: FROM dual
1769: WHERE exists (
1770: SELECT 1
1771: FROM mtl_reservations
1772: WHERE organization_id = l_request_line_rec.organization_id

Line 1787: FROM DUAL;

1783:
1784: /* Bug # 5265024
1785: CURSOR l_wms_txn_temp_id_csr IS
1786: SELECT wms_transactions_temp_s.NEXTVAL
1787: FROM DUAL;
1788: */
1789:
1790: BEGIN
1791: