DBA Data[Home] [Help]

APPS.PA_PAXEXONE_XMLP_PKG dependencies on HR_ORGANIZATION_UNITS

Line 22: org_name hr_organization_units.name%TYPE;

18:
19: Declare
20: init_failure exception;
21: hold_employee_name VARCHAR2(80);
22: org_name hr_organization_units.name%TYPE;
23:
24: BEGIN
25:
26:

Line 58: hr_organization_units

54:
55: IF incurred_org is not null then
56: select substr(name,1,30)
57: into org_name from
58: hr_organization_units
59: where organization_id = incurred_org;
60: END IF;
61: c_incurred_org := org_name;
62: