DBA Data[Home] [Help]

APPS.BEN_BENDEAUD_XMLP_PKG dependencies on FND_PROFILE

Line 154: select fnd_profile.value('BEN_DSG_NO_CHG') into cp_profile_value from dual;

150:
151: function BeforeReport return boolean is
152: begin
153: -- hr_standard.event('BEFORE REPORT');
154: select fnd_profile.value('BEN_DSG_NO_CHG') into cp_profile_value from dual;
155: return (TRUE);
156: end;
157:
158: function AfterReport return boolean is