DBA Data[Home] [Help]

PACKAGE: APPS.HR_ORGANIZATION_BK10

Source


1 Package hr_organization_bk10 AUTHID CURRENT_USER as
2 /* $Header: hrorgapi.pkh 120.16 2009/04/14 09:46:42 sathkris ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------<create_org_class_internal_b>-------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_org_class_internal_b
9   (  p_effective_date                 IN  DATE
10      ,p_organization_id                IN  NUMBER
11      ,p_org_classif_code               IN  VARCHAR2
12      ,p_classification_enabled         IN  VARCHAR2
13      ,p_org_information_id             IN  NUMBER
14      ,p_object_version_number          IN  NUMBER);
15 --
16 -- ----------------------------------------------------------------------------
17 -- |---------------------<create_org_class_internal_a>-------------------------|
18 -- ----------------------------------------------------------------------------
19 --
20 procedure create_org_class_internal_a
21   ( p_effective_date                 IN  DATE
22      ,p_organization_id                IN  NUMBER
23      ,p_org_classif_code               IN  VARCHAR2
24      ,p_classification_enabled         IN  VARCHAR2
25      ,p_org_information_id             IN  NUMBER
26      ,p_object_version_number          IN  NUMBER);
27 --
28 end hr_organization_bk10;