DBA Data[Home] [Help]

APPS.PA_PAXRWNLR_XMLP_PKG dependencies on HR_ORGANIZATION_UNITS

Line 29: org_name hr_organization_units.name%TYPE;

25:
26:
27: declare
28: init_error exception;
29: org_name hr_organization_units.name%TYPE;
30: begin
31: /*srw.user_exit('FND SRWINIT');*/null;
32:
33:

Line 37: hr_organization_units

33:
34: if p_organization_id is not NULL then
35:
36: select substr(name, 1, 60) into org_name from
37: hr_organization_units
38: where organization_id = p_organization_id;
39: end if;
40: C_org_name := org_name;
41: if ( get_company_name <> TRUE ) then