DBA Data[Home] [Help]

APPS.PAY_CA_YEPP_MISS_ASSIGN_PKG dependencies on PAY_CA_YEPP_MISS_ASSIGN_PKG

Line 1: PACKAGE BODY pay_ca_yepp_miss_assign_pkg AS

1: PACKAGE BODY pay_ca_yepp_miss_assign_pkg AS
2: /* $Header: pycayema.pkb 120.0 2005/05/29 03:55 appldev noship $ */
3: /*
4: ******************************************************************
5: * *

Line 19: Name : pay_ca_yepp_miss_assign_pkg

15: * the express written permission of Oracle Corporation, *
16: * 500 Oracle Parkway, Redwood City, CA, 94065. *
17: * *
18: ******************************************************************
19: Name : pay_ca_yepp_miss_assign_pkg
20: File : pycayema.pkb
21: Description : Package for the YEPP missing assignments report.
22: The package generates the output file in the specified
23: user format. The current formats supported are

Line 39: gv_package_name VARCHAR2(50) := 'pay_ca_yepp_miss_assign_pkg';

35: ** Local Package Variables
36: ************************************************************/
37:
38: gv_title VARCHAR2(100);
39: gv_package_name VARCHAR2(50) := 'pay_ca_yepp_miss_assign_pkg';
40:
41: /**********************************************************************
42: Function to fetch the Parameter Value from Legislative Parameter
43: *********************************************************************/

Line 802: END pay_ca_yepp_miss_assign_pkg;

798: END IF;
799:
800: END select_employee;
801:
802: END pay_ca_yepp_miss_assign_pkg;