DBA Data[Home] [Help]

PACKAGE: APPS.HR_SECURITY_ORGANIZATION_BK2

Source


1 Package HR_SECURITY_ORGANIZATION_BK2 as
2 /* $Header: pepsoapi.pkh 120.2.12010000.2 2008/08/06 09:30:10 ubhat ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |------------------< update_security_organization_b >----------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_security_organization_b
9   ( p_organization_id          in  number
10   , p_security_profile_id       in  number
11   , p_entry_type                in  varchar2
12   , p_security_organization_id  in  number
13   , p_object_version_number     in  number
14   );
15 --
16 -- ----------------------------------------------------------------------------
17 -- |--------------------< update_security_organization_a >--------------------|
18 -- ----------------------------------------------------------------------------
19 --
20 procedure update_security_organization_a
21   (  p_organization_id          in  number
22   , p_security_profile_id       in  number
23   , p_entry_type                in  varchar2
24   , p_security_organization_id  in  number
25   , p_object_version_number     in  number
26   );
27 --
28 end HR_SECURITY_ORGANIZATION_BK2;