DBA Data[Home] [Help]

APPS.OE_INBOUND_INT dependencies on OE_SYS_PARAMETERS

Line 5942: AND bom.organization_id = oe_sys_parameters.Value('MASTER_ORGANIZATION_ID')

5938: CURSOR bill_seq_id_cur(p_inv_item_id NUMBER) IS
5939: SELECT bom.bill_sequence_id, bom.organization_id
5940: FROM bom_bill_of_materials bom
5941: WHERE bom.ASSEMBLY_ITEM_ID = p_inv_item_id
5942: AND bom.organization_id = oe_sys_parameters.Value('MASTER_ORGANIZATION_ID')
5943: AND bom.ALTERNATE_BOM_DESIGNATOR IS NULL;
5944:
5945: BEGIN
5946: oe_debug_pub.initialize;