DBA Data[Home] [Help]

APPS.PER_FR_DISABILITY_UPG_PKG dependencies on PER_FR_DISABILITY_UPG_PKG

Line 1: PACKAGE BODY PER_FR_DISABILITY_UPG_PKG AS

1: PACKAGE BODY PER_FR_DISABILITY_UPG_PKG AS
2: /* $Header: pefrdiup.pkb 115.1 2002/07/03 06:47:11 pvaish noship $ */
3:
4: CURSOR csr_disabled_entries(p_business_group_id number)
5: IS

Line 31: g_package varchar2(30) := 'per_fr_disability_upg_pkg';

27: and per2.business_group_id = p_business_group_id)
28: AND pei.PEI_INFORMATION30 IS NULL
29: order by per1.full_name;
30:
31: g_package varchar2(30) := 'per_fr_disability_upg_pkg';
32:
33: /********************************************************************************
34: * Procedure that writes out the whole disability information to the log *
35: * this allows users to mannually enter this information where it could not be *

Line 276: END PER_FR_DISABILITY_UPG_PKG;

272:
273: end run_upgrade;
274:
275:
276: END PER_FR_DISABILITY_UPG_PKG;