DBA Data[Home] [Help]

APPS.BOM_BULKLOAD_PVT_PKG dependencies on DUAL

Line 1228: L_SRCSYS_PARENT from dual

1224: l_eff_ctrl,
1225: l_is_preferred,
1226: l_assemblytype,
1227: L_PARENT_REVISION,
1228: L_SRCSYS_PARENT from dual
1229: where not exists
1230: (select 'X' from bom_bill_of_mtls_interface
1231: where
1232: batch_id = p_batch_id

Line 1271: L_SRCSYS_PARENT from dual

1267: l_eff_ctrl,
1268: l_is_preferred,
1269: l_assemblytype,
1270: L_PARENT_REVISION,
1271: L_SRCSYS_PARENT from dual
1272: where not exists
1273: (select 'X' from bom_bill_of_mtls_interface
1274: where
1275: batch_id = p_batch_id

Line 2079: FROM dual;

2075:
2076: IF p_data_set_id IS NULL THEN
2077: SELECT mtl_system_items_intf_sets_s.NEXTVAL
2078: INTO l_msii_set_process_id
2079: FROM dual;
2080: ELSE
2081: l_msii_set_process_id := p_data_set_id;
2082: END IF;
2083: