DBA Data[Home] [Help]

APPS.HR_LOCATIONS_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 109: FROM ORG_ORGANIZATION_DEFINITIONS OOD

105: --
106: cursor c3 is
107: select OOD.ORGANIZATION_CODE ||'-'||
108: OOD.ORGANIZATION_NAME
109: FROM ORG_ORGANIZATION_DEFINITIONS OOD
110: where OOD.ORGANIZATION_ID = p_inventory_orgnization_id ;
111: --
112: begin
113: --