DBA Data[Home] [Help]

APPS.OKS_EXTWAR_UTIL_PVT dependencies on BOM_BILL_OF_MATERIALS

Line 771: FROM bom_bill_of_materials --OKX_BILL_OF_MATERIALS_V

767:
768: CURSOR bill_seq_csr
769: IS
770: SELECT common_bill_sequence_id
771: FROM bom_bill_of_materials --OKX_BILL_OF_MATERIALS_V
772: WHERE organization_id = okc_context.get_okc_organization_id
773: AND assembly_item_id = p_inventory_item_id
774: AND alternate_bom_designator IS NULL;
775: BEGIN

Line 1025: From BOM_BILL_OF_MATERIALS --OKX_BILL_OF_MATERIALS_V

1021: Order by bic.component_item_id;
1022:
1023: Cursor Bill_Seq_Csr Is
1024: Select common_bill_sequence_id
1025: From BOM_BILL_OF_MATERIALS --OKX_BILL_OF_MATERIALS_V
1026: Where organization_id = okc_context.get_okc_organization_id
1027: And assembly_item_id = P_prod_item_id
1028: And alternate_bom_designator is Null;
1029: