DBA Data[Home] [Help]

APPS.PAY_US_YEPP_ADD_ACTIONS_PKG dependencies on PAY_US_YEPP_ADD_ACTIONS_PKG

Line 1: PACKAGE BODY PAY_US_YEPP_ADD_ACTIONS_PKG AS

1: PACKAGE BODY PAY_US_YEPP_ADD_ACTIONS_PKG AS
2: /* $Header: pyusyeaa.pkb 120.3 2006/08/30 00:11:18 sodhingr noship $ */
3: /*
4: ******************************************************************
5: * *

Line 20: Name : pay_us_yepp_add_actions_pkg

16: * 500 Oracle Parkway, Redwood City, CA, 94065. *
17: * *
18: ******************************************************************
19:
20: Name : pay_us_yepp_add_actions_pkg
21:
22: Description : Package used to report the Employees which are not
23: picked up by the Year End Process and mark them for
24: retry. It is used by the concurrent request -

Line 83: gv_package_name VARCHAR2(50) := 'pay_us_yepp_add_actions_pkg';

79: /********************************************************************
80: ** Local Package Variables
81: ********************************************************************/
82: gv_title VARCHAR2(100) := 'Add Assignment Actions Report';
83: gv_package_name VARCHAR2(50) := 'pay_us_yepp_add_actions_pkg';
84: gv_sec_asg_reported VARCHAR2(1) := 'N';
85:
86:
87: /********************************************************************

Line 1491: END pay_us_yepp_add_actions_pkg;

1487: RAISE;
1488:
1489: END add_actions_to_yepp;
1490:
1491: END pay_us_yepp_add_actions_pkg;