DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on INV_ORGANIZATION_INFO_V

Line 10050: From Inv_Organization_Info_v --ORG_ORGANIZATION_DEFINITIONS

10046:
10047: -- Bug 2367743 Start
10048: Select ORGANIZATION_CODE
10049: Into l_org_code
10050: From Inv_Organization_Info_v --ORG_ORGANIZATION_DEFINITIONS
10051: Where ORGANIZATION_ID = NVL(p_line_rec.ship_from_org_id,l_org_id);
10052: IF l_debug_level > 0 THEN
10053: oe_debug_pub.add( 'ORGANIZATION CODE:'||L_ORG_CODE , 2 ) ;
10054: END IF;