DBA Data[Home] [Help]

PACKAGE: APPS.PER_GB_ORG_INFO

Source


1 PACKAGE PER_GB_ORG_INFO AUTHID CURRENT_USER as
2 /* $Header: pegborgp.pkh 120.6.12020000.2 2012/12/20 10:01:39 sampmand ship $ */
3 PROCEDURE CREATE_GB_ORG_INFO(
4          p_organization_id             NUMBER
5         ,p_org_info_type_code          VARCHAR2
6         ,p_org_information1            VARCHAR2
7         ,p_org_information3            VARCHAR2 --Added for bug 7338614
8         ,p_org_information10           VARCHAR2
9 		,p_org_information6            VARCHAR2
10 		,p_org_information20            VARCHAR2-- Added for the bug fix 13076448
11         );
12 PROCEDURE UPDATE_GB_ORG_INFO(
13          p_org_info_type_code     VARCHAR2
14         ,p_org_information1       VARCHAR2
15         ,p_org_information3       VARCHAR2 --Added for bug 7338614
16         ,p_org_information10      VARCHAR2
17 		,p_org_information6       VARCHAR2 -- Added for the bug fix 13076448
18 		,p_org_information20            VARCHAR2
19         ,p_org_information_id     NUMBER
20 		);
21 END PER_GB_ORG_INFO;