DBA Data[Home] [Help]

PACKAGE: APPS.IRC_APL_PRFL_SNAPSHOTS_BK2

Source


1 Package irc_apl_prfl_snapshots_bk2 AUTHID CURRENT_USER as
2 /* $Header: irapsapi.pkh 120.1 2008/02/21 13:57:08 viviswan noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< update_applicant_snapshot_b >------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_applicant_snapshot_b
9   (p_effective_date                in     date
10   ,p_person_id                     in     number
11   ,p_profile_snapshot_id           in     number
12   ,p_object_version_number         in     number
13   );
14 --
15 -- ----------------------------------------------------------------------------
16 -- |-------------------------< update_applicant_snapshot_a >------------------|
17 -- ----------------------------------------------------------------------------
18 --
19 procedure update_applicant_snapshot_a
20   (p_effective_date                in     date
21   ,p_person_id                     in     number
22   ,p_profile_snapshot_id           in     number
23   ,p_object_version_number         in     number
24   );
25 --
26 end irc_apl_prfl_snapshots_bk2;