DBA Data[Home] [Help]

APPS.PQP_GB_SWF_ARCHIVE dependencies on PQP_GB_SWF_ARCHIVE

Line 1: package body pqp_gb_swf_archive as

1: package body pqp_gb_swf_archive as
2: /* $Header: pqpgbswfar.pkb 120.8 2011/09/09 10:49:19 abdash noship $ */
3:
4: -- Global variables
5: g_census_year number;

Line 118: g_package constant varchar2(20):= 'pqp_gb_swf_archive.';

114: );
115: type action_info_table is table of
116: act_info_rec index by binary_integer;
117:
118: g_package constant varchar2(20):= 'pqp_gb_swf_archive.';
119:
120: -------------------------------Procedure insert_archive_row ---------------------------
121: -- Inserts rows to be archived to pay_action_information table with the context specified
122:

Line 4553: end pqp_gb_swf_archive;

4549: when others then
4550: hr_utility.set_location('Error in deinit: '||sqlerrm||l_proc,999);
4551: end deinit_code;
4552:
4553: end pqp_gb_swf_archive;