DBA Data[Home] [Help]

PACKAGE: APPS.IRC_MRS_UPGRADE

Source


1 PACKAGE irc_mrs_upgrade AS
2 /* $Header: irmrsupg.pkh 120.0 2005/07/26 15:15:03 mbocutt noship $ */
3 
4 -- ----------------------------------------------------------------------------
5 -- |--------------------------< migrateVacancyRecSite >-----------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 --
9 -- Description:
10 --   This procedure migrates a chunk of recruiting site records. For each ID in
11 --   the range the IRC_POSTING_CONTENTS table is udpated.
12 --
13 --
14 procedure migrateVacancyRecSite(
15    p_process_ctrl   IN            varchar2,
16    p_start_pkid     IN            number,
17    p_end_pkid       IN            number,
18    p_rows_processed    OUT nocopy number);
19 --
20 -- ----------------------------------------------------------------------------
21 -- |--------------------------< migrateVacancyRecSiteTL >---------------------|
22 -- ----------------------------------------------------------------------------
23 --
24 --
25 -- Description:
26 --   This procedure migrates a chunk of recruiting site records. For each ID in
27 --   the range the IRC_POSTING_CONTENTS table is udpated.
28 --
29 --
30 procedure migrateVacancyRecSiteTL(
31    p_process_ctrl   IN            varchar2,
32    p_start_pkid     IN            number,
33    p_end_pkid       IN            number,
34    p_rows_processed    OUT nocopy number);
35 --
36 end irc_mrs_upgrade;