DBA Data[Home] [Help]

APPS.PAY_PAYRPHTS_XMLP_PKG dependencies on STANDARD

Line 11: --hr_standard.event('BEFORE REPORT');

7:
8: P_Status_1 := NVL(P_STATUS,'DISABLED');
9: P_Detail_1 := NVL(P_Detail,'Y');
10:
11: --hr_standard.event('BEFORE REPORT');
12:
13: insert into fnd_sessions (session_id,
14: effective_date)
15: select userenv('sessionid'),

Line 42: -- hr_standard.event('AFTER REPORT');

38: end;
39:
40: function AfterReport return boolean is
41: begin
42: -- hr_standard.event('AFTER REPORT');
43: return (TRUE);
44: end;
45:
46: function cf_count_trigger_nameformula(CS_COUNT_TRIGGER_NAME in number) return number is