DBA Data[Home] [Help]

APPS.PAY_YEPP_MISS_ASSIGN_PKG dependencies on PAY_YEPP_MISS_ASSIGN_PKG

Line 1: PACKAGE BODY pay_yepp_miss_assign_pkg AS

1: PACKAGE BODY pay_yepp_miss_assign_pkg AS
2: /* $Header: pyyeppma.pkb 120.2 2007/01/19 13:52:01 ydevi noship $ */
3:
4: /******************************************************************************
5:

Line 22: Name : pay_yepp_miss_assign_pkg

18: * 500 Oracle Parkway, Redwood City, CA, 94065. *
19: * *
20: ******************************************************************
21:
22: Name : pay_yepp_miss_assign_pkg
23:
24: File : pyyeppma.pkb
25:
26: Description : Package for the YEPP missing assignments report.

Line 59: gv_package_name VARCHAR2(50) := 'pay_yepp_miss_assign_pkg';

55: ** Local Package Variables
56: ************************************************************/
57: gv_title VARCHAR2(100) := ' Year End Archive Missing Assignments Report';
58:
59: gv_package_name VARCHAR2(50) := 'pay_yepp_miss_assign_pkg';
60:
61: /**********************************************************************
62: Function to display the Titles of the columns of the employee details
63: **********************************************************************/

Line 791: END pay_yepp_miss_assign_pkg;

787: hr_utility.set_location(gv_package_name || '.select_employee', 180);
788:
789: END select_employee;
790:
791: END pay_yepp_miss_assign_pkg;