DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on BOM_COMPONENTS_B

Line 373: bom_components_b c

369: For bug 8550652 */
370: AND NOT EXISTS (
371: SELECT NULL
372: FROM bom_structures_b b,
373: bom_components_b c
374: WHERE
375: b.assembly_item_id = l.assembly_item_id
376: AND b.organization_id = p_org_id
377: AND ( (l.alternate_designator IS NULL AND b.alternate_bom_designator IS NULL)

Line 931: bom_components_b c,

927: WHERE l.sequence_id = p_list_id
928: AND EXISTS (
929: SELECT /*+ ORDERED USE_NL (B C CI CIR RI CO RI_ITM) */ NULL
930: FROM bom_structures_b b,
931: bom_components_b c,
932: bom_inventory_comps_interface ci,
933: bom_inventory_comps_interface cir,
934: eng_revised_items_interface ri,
935: bom_components_b co,

Line 935: bom_components_b co,

931: bom_components_b c,
932: bom_inventory_comps_interface ci,
933: bom_inventory_comps_interface cir,
934: eng_revised_items_interface ri,
935: bom_components_b co,
936: mtl_system_items_b ri_itm
937: WHERE c.implementation_date IS NOT NULL
938: AND c.operation_seq_num =
939: NVL(ci.operation_seq_num, NVL(cir.operation_seq_num,

Line 1039: FROM bom_components_b c,

1035: DELETE FROM bom_lists l
1036: WHERE l.sequence_id = p_list_id
1037: AND EXISTS (
1038: SELECT NULL
1039: FROM bom_components_b c,
1040: bom_structures_b b,
1041: bom_inventory_comps_interface ci,
1042: eng_revised_items_interface ri,
1043: mtl_system_items_b ri_itm