DBA Data[Home] [Help]

APPS.PAY_WF_PKG dependencies on PAY_WF_PKG

Line 1: PACKAGE BODY PAY_WF_PKG AS

1: PACKAGE BODY PAY_WF_PKG AS
2: /* $Header: payuswfpkg.pkb 120.5 2011/07/20 15:28:33 rgottipa ship $ */
3: /*
4: ******************************************************************
5: * *

Line 20: Package Body Name : PAY_WF_PKG

16: * 500 Oracle Parkway, Redwood City, CA, 94065. *
17: * *
18: ******************************************************************
19:
20: Package Body Name : PAY_WF_PKG
21: Package File Name : payuswfpkg.pkb
22: Description : This package declares functions which are ....
23:
24: Change List

Line 177: gv_package := 'pay_wf_pkg';

173: --
174: --
175: begin
176: --hr_utility.trace_on(null,'PYWF');
177: gv_package := 'pay_wf_pkg';
178: l_RequestorUsername := 'SYSADMIN';
179:
180: select to_char(sysdate,'DDHH24MISS') into l_item_key from dual;
181:

Line 431: gv_package := 'pay_wf_pkg';

427: --
428: --
429: begin
430: --hr_utility.trace_on(null,'PYWF');
431: gv_package := 'pay_wf_pkg';
432: l_RequestorUsername := 'SYSADMIN';
433:
434: select to_char(sysdate,'DDHH24MISS') into l_item_key from dual;
435:

Line 2288: WF_CORE.Context('PAY_WF_PKG', 'StartProcess',ItemType, RequestorUsername, ProcessOwner, Workflowprocess);

2284:
2285:
2286: exception
2287: when others then
2288: WF_CORE.Context('PAY_WF_PKG', 'StartProcess',ItemType, RequestorUsername, ProcessOwner, Workflowprocess);
2289:
2290: error;
2291: RAISE;
2292:

Line 4051: WF_CORE.Context('PAY_WF_PKG', 'StartProcess',ItemType, RequestorUsername, ProcessOwner, Workflowprocess);

4047:
4048:
4049: exception
4050: when others then
4051: WF_CORE.Context('PAY_WF_PKG', 'StartProcess',ItemType, RequestorUsername, ProcessOwner, Workflowprocess);
4052:
4053: error;
4054: RAISE;
4055:

Line 4180: end PAY_WF_PKG;

4176:
4177: end error;
4178:
4179:
4180: end PAY_WF_PKG;