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.1 2005/10/10 16:36:06 jgoswami noship $ */
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 168: gv_package := 'pay_wf_pkg';

164: --
165: --
166: begin
167: --hr_utility.trace_on(null,'PYWF');
168: gv_package := 'pay_wf_pkg';
169: l_RequestorUsername := 'SYSADMIN';
170:
171: select to_char(sysdate,'DDHH24MISS') into l_item_key from dual;
172:

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

2011:
2012:
2013: exception
2014: when others then
2015: WF_CORE.Context('PAY_WF_PKG', 'StartProcess',ItemType, RequestorUsername, ProcessOwner, Workflowprocess);
2016:
2017: error;
2018: RAISE;
2019:

Line 2144: end PAY_WF_PKG;

2140:
2141: end error;
2142:
2143:
2144: end PAY_WF_PKG;