DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on INV_ORGANIZATION_INFO_V

Line 11632: From Inv_Organization_Info_v --ORG_ORGANIZATION_DEFINITIONS

11628:
11629: -- Bug 2367743 Start
11630: Select ORGANIZATION_CODE
11631: Into l_org_code
11632: From Inv_Organization_Info_v --ORG_ORGANIZATION_DEFINITIONS
11633: Where ORGANIZATION_ID = NVL(p_line_rec.ship_from_org_id,l_org_id);
11634: IF l_debug_level > 0 THEN
11635: oe_debug_pub.add( 'ORGANIZATION CODE:'||L_ORG_CODE , 2 ) ;
11636: END IF;