DBA Data[Home] [Help]

APPS.IRC_APL_TRACK_PURGE_PKG dependencies on IRC_APL_TRACK_PURGE_PKG

Line 1: package body irc_apl_track_purge_pkg as

1: package body irc_apl_track_purge_pkg as
2: /* $Header: ircapltrackpurge.pkb 120.0.12000000.1 2007/03/26 13:02:33 vboggava noship $ */
3: -- Package variables
4: --
5: g_package varchar2(33) := 'irc_apl_track_purge_pkg.';

Line 5: g_package varchar2(33) := 'irc_apl_track_purge_pkg.';

1: package body irc_apl_track_purge_pkg as
2: /* $Header: ircapltrackpurge.pkb 120.0.12000000.1 2007/03/26 13:02:33 vboggava noship $ */
3: -- Package variables
4: --
5: g_package varchar2(33) := 'irc_apl_track_purge_pkg.';
6: --
7: -- ----------------------------------------------------------------------------
8: -- |--------------------------< print_log_msg >-------------------------------|
9: -- ----------------------------------------------------------------------------

Line 141: irc_apl_track_purge_pkg.print_log_msg(p_print_process => 'APL');

137:
138:
139:
140: --To Print the Log For the Applicant Profile Snapshot deletion
141: irc_apl_track_purge_pkg.print_log_msg(p_print_process => 'APL');
142: --
143:
144: For rec_apl_profile_snapshot In csr_apl_profile_snapshot Loop
145: irc_apl_prfl_snapshots_api.delete_applicant_snapshot

Line 164: irc_apl_track_purge_pkg.print_log_msg(p_print_process => 'DOC');

160:
161: hr_utility.set_location('Delete Applicant Document Snapshot:'||l_proc, 30);
162:
163: --To Print the Log For the Document Snapshot deletion
164: irc_apl_track_purge_pkg.print_log_msg(p_print_process => 'DOC');
165: --
166:
167: For rec_apl_doc_snapshot In csr_apl_doc_snapshot Loop
168: irc_document_api.delete_document

Line 190: irc_apl_track_purge_pkg.print_log_msg(p_print_process => 'SRC');

186:
187: hr_utility.set_location('Delete Saved Search Criteria:'||l_proc, 40);
188:
189: --To Print the Log For the Saved Search Criteria deletion
190: irc_apl_track_purge_pkg.print_log_msg(p_print_process => 'SRC');
191: --
192:
193: For rec_saved_search_criteria In csr_saved_search_criteria Loop
194: irc_saved_search_criteria_api.delete_search_criteria

Line 211: irc_apl_track_purge_pkg.print_log_msg(p_print_process => 'ACC');

207:
208: hr_utility.set_location('Delete Applicant Profile Access:'||l_proc, 50);
209:
210: --To Print the Log For the Applicant Profile Access deletion
211: irc_apl_track_purge_pkg.print_log_msg(p_print_process => 'ACC');
212: --
213:
214: For rec_apl_profile_access In csr_apl_profile_access Loop
215: irc_apl_profile_access_api.delete_apl_profile_access

Line 247: irc_apl_track_purge_pkg.purge_records

243: begin
244: --
245: hr_utility.set_location('Entering Purge Record Process:'||l_proc, 10);
246: --
247: irc_apl_track_purge_pkg.purge_records
248: (p_months => p_months
249: );
250: --
251: retcode := 0;

Line 269: end irc_apl_track_purge_pkg;

265: --
266: end purge_record_process;
267: --
268:
269: end irc_apl_track_purge_pkg;