DBA Data[Home] [Help]

APPS.PER_FR_TERMINATION_UPG_PKG dependencies on PER_FR_TERMINATION_UPG_PKG

Line 1: PACKAGE BODY PER_FR_TERMINATION_UPG_PKG AS

1: PACKAGE BODY PER_FR_TERMINATION_UPG_PKG AS
2: /* $Header: pefrtmup.pkb 115.2 2002/09/27 15:24:44 jrhodes noship $ */
3:
4: CURSOR csr_pds(p_business_group_id number)
5: IS

Line 25: g_package varchar2(30) := 'per_fr_termination_upg_pkg';

21: AND pds.date_start between
22: p.effective_start_date and p.effective_end_date
23: order by p.full_name,pds.date_start;
24:
25: g_package varchar2(30) := 'per_fr_termination_upg_pkg';
26:
27: /********************************************************************************
28: * Procedure that writes out the termination information to the log *
29: * this allows users to mannually enter this information where it could not be *

Line 145: END PER_FR_TERMINATION_UPG_PKG;

141: /* Allow exceptions to be handled by calling unit do not trap here. */
142: end run_upgrade;
143:
144:
145: END PER_FR_TERMINATION_UPG_PKG;