DBA Data[Home] [Help]

APPS.BOM_BULKLOAD_PVT_PKG dependencies on DUAL

Line 1267: L_SRCSYS_PARENT from dual

1263: l_eff_ctrl,
1264: l_is_preferred,
1265: l_assemblytype,
1266: L_PARENT_REVISION,
1267: L_SRCSYS_PARENT from dual
1268: where not exists
1269: (select 'X' from bom_bill_of_mtls_interface
1270: where
1271: batch_id = p_batch_id

Line 1310: L_SRCSYS_PARENT from dual

1306: l_eff_ctrl,
1307: l_is_preferred,
1308: l_assemblytype,
1309: L_PARENT_REVISION,
1310: L_SRCSYS_PARENT from dual
1311: where not exists
1312: (select 'X' from bom_bill_of_mtls_interface
1313: where
1314: batch_id = p_batch_id

Line 2171: FROM dual;

2167:
2168: IF p_data_set_id IS NULL THEN
2169: SELECT mtl_system_items_intf_sets_s.NEXTVAL
2170: INTO l_msii_set_process_id
2171: FROM dual;
2172: ELSE
2173: l_msii_set_process_id := p_data_set_id;
2174: END IF;
2175: