DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on OE_SYS_PARAMETERS

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

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