DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on OE_SYS_PARAMETERS

Line 789: and msi.organization_id = oe_sys_parameters.value( 'MASTER_ORGANIZATION_ID' , oel.org_id);

785: from mtl_system_items msi,
786: oe_order_lines_all oel
787: where oel.line_id = pLineId
788: and msi.inventory_item_id = oel.inventory_item_id
789: and msi.organization_id = oe_sys_parameters.value( 'MASTER_ORGANIZATION_ID' , oel.org_id);
790: end if;
791: Exception when others then
792: IF PG_DEBUG <> 0 THEN
793: oe_debug_pub.add('create_in_src_orgs: ' || 'Failed in get_model_lead_time. ', 1);