DBA Data[Home] [Help]

PACKAGE: APPS.IRC_APL_PROFILE_ACCESS_BK2

Source


1 Package irc_apl_profile_access_bk2 AUTHID CURRENT_USER as
2 /* $Header: irapaapi.pkh 120.1 2008/02/21 13:38:56 viviswan noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< update_apl_profile_access_b >------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_apl_profile_access_b
9   (p_person_id				in     number
10   ,p_apl_profile_access_id           in     number
11   ,p_object_version_number		in     number
12   );
13 --
14 -- ----------------------------------------------------------------------------
15 -- |-------------------------< update_apl_profile_access_a >------------------|
16 -- ----------------------------------------------------------------------------
17 --
18 procedure update_apl_profile_access_a
19   (p_person_id				in     number
20   ,p_apl_profile_access_id           in     number
21   ,p_object_version_number		in     number
22   );
23 --
24 end irc_apl_profile_access_bk2;