DBA Data[Home] [Help]

APPS.ITG_X_UTILS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 192: hr_all_organization_units unit

188: ) RETURN VARCHAR2 AS
189: CURSOR getTIN IS
190: SELECT ap.tax_identification_num, ap.entity_name
191: FROM ap_reporting_entities_all ap,
192: hr_all_organization_units unit
193: WHERE ap.location_id = unit.location_id
194: AND ap.org_id = orgId
195: AND unit.organization_id = orgUnit;
196: CURSOR getVRN IS