DBA Data[Home] [Help]

APPS.PA_PAXPCEGS_XMLP_PKG dependencies on HR_ORGANIZATION_UNITS

Line 14: c_org_name hr_organization_units.name%TYPE;

10: function BeforeReport return boolean is
11: begin
12: Declare
13: init_failure exception;
14: c_org_name hr_organization_units.name%TYPE;
15: BEGIN
16: P_CONC_REQUEST_ID := FND_GLOBAL.CONC_REQUEST_ID;
17: ENDING_DATE_1:=to_char(ENDING_DATE,'DD-MON-YY');
18: /*srw.user_exit('FND SRWINIT');*/null;

Line 38: hr_organization_units

34: select
35: Substr(name, 1, 60) into
36: c_org_name
37: from
38: hr_organization_units
39: where
40: organization_id = p_start_organization_id;
41: END IF;
42: start_organization := c_org_name;