DBA Data[Home] [Help]

APPS.PAY_CA_WF_PKG dependencies on PAY_CA_WF_PKG

Line 1: PACKAGE BODY pay_ca_wf_pkg AS

1: PACKAGE BODY pay_ca_wf_pkg AS
2: /* $Header: paycawfpkg.pkb 120.5 2012/01/19 07:55:56 rpahune ship $*/
3: /*
4: ******************************************************************
5: * *

Line 20: Package Body Name : pay_ca_wf_pkg

16: * 500 Oracle Parkway, Redwood City, CA, 94065. *
17: * *
18: ******************************************************************
19:
20: Package Body Name : pay_ca_wf_pkg
21: Package File Name : paycawfpkg.pkb
22: Description : This package declares functions which initiate the
23: Canadian Payroll Workflow
24:

Line 162: gv_package := 'pay_ca_wf_pkg';

158:
159: begin
160: --hr_utility.trace_on(null,'PYWF');
161:
162: gv_package := 'pay_ca_wf_pkg';
163:
164: select to_char(sysdate,'DDHH24MISS') into l_item_key from dual;
165:
166: -- initialise variable - 0 is SRS Success, 1 is SRS Warning, 2 is SRS Error

Line 425: gv_package := 'pay_ca_wf_pkg';

421:
422: begin
423: --hr_utility.trace_on(null,'PYWF');
424:
425: gv_package := 'pay_ca_wf_pkg';
426:
427: select to_char(sysdate,'DDHH24MISS') into l_item_key from dual;
428:
429: -- initialise variable - 0 is SRS Success, 1 is SRS Warning, 2 is SRS Error

Line 2687: wf_core.Context('pay_ca_wf_pkg',

2683:
2684:
2685: exception
2686: when others then
2687: wf_core.Context('pay_ca_wf_pkg',
2688: 'StartProcess',
2689: ItemType,
2690: RequestorUsername,
2691: ProcessOwner,

Line 4874: wf_core.Context('pay_ca_wf_pkg',

4870:
4871:
4872: exception
4873: when others then
4874: wf_core.Context('pay_ca_wf_pkg',
4875: 'StartProcess',
4876: ItemType,
4877: RequestorUsername,
4878: ProcessOwner,

Line 4985: end pay_ca_wf_pkg;

4981:
4982: end error;
4983:
4984:
4985: end pay_ca_wf_pkg;