DBA Data[Home] [Help]

APPS.PER_FR_WORK_ACC_UPG_PKG dependencies on PER_FR_WORK_ACC_UPG_PKG

Line 1: PACKAGE BODY PER_FR_WORK_ACC_UPG_PKG AS

1: PACKAGE BODY PER_FR_WORK_ACC_UPG_PKG AS
2: /* $Header: pefrwaup.pkb 115.1 2002/07/03 06:46:24 pvaish noship $ */
3:
4: CURSOR csr_work_accidents(p_business_group_id number)
5: IS

Line 33: g_package varchar2(30) := 'per_fr_work_acc_upg_pkg';

29: AND pei.PEI_INFORMATION30 IS NULL
30: order by per1.full_name;
31:
32:
33: g_package varchar2(30) := 'per_fr_work_acc_upg_pkg';
34:
35:
36: /********************************************************************************
37: * Procedure that writes out the whole work incidents information to the *

Line 260: END PER_FR_WORK_ACC_UPG_PKG;

256: /* Allow exceptions to be handled by calling unit do not trap here. */
257:
258: end run_upgrade;
259:
260: END PER_FR_WORK_ACC_UPG_PKG;