DBA Data[Home] [Help]

APPS.PA_PAXRWDOH_XMLP_PKG dependencies on HR_ORGANIZATION_UNITS

Line 28: Org_Name hr_organization_units.name%TYPE;

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

Line 35: select substr(name,1,60) into Org_Name from hr_organization_units

31:
32: /*srw.user_exit('FND SRWINIT');*/null;
33:
34: if START_ORG_ID is not NULL then
35: select substr(name,1,60) into Org_Name from hr_organization_units
36: where organization_id = START_ORG_ID;
37: end if;
38: C_Org_Name := Org_Name;
39: if ( get_company_name <> TRUE ) then