DBA Data[Home] [Help]

PACKAGE: APPS.PER_RU_ORG_INFO

Source


1 PACKAGE PER_RU_ORG_INFO AS
2 /* $Header: peruorgp.pkh 120.0.12000000.1 2007/01/22 03:55:39 appldev noship $ */
3  PROCEDURE CREATE_RU_ORG_INFO(
4          p_organization_id      NUMBER
5         ,p_org_info_type_code   VARCHAR2
6         ,p_org_information1     VARCHAR2
7         ,p_org_information2     VARCHAR2
8         ,p_org_information3     VARCHAR2
9         ,p_org_information4     VARCHAR2
10         ,p_org_information5     VARCHAR2
11         ,p_org_information7     VARCHAR2
12         ,p_org_information8     VARCHAR2
13         ,p_org_information12    VARCHAR2
14          );
15  PROCEDURE UPDATE_RU_ORG_INFO(
16                   p_org_information_id   NUMBER
17                  ,p_org_info_type_code   VARCHAR2
18                  ,p_org_information1     VARCHAR2
19 		 ,p_org_information2     VARCHAR2
20 	         ,p_org_information3     VARCHAR2
21 	         ,p_org_information4     VARCHAR2
22 	         ,p_org_information5     VARCHAR2
23 	         ,p_org_information7     VARCHAR2
24 		 ,p_org_information8     VARCHAR2
25 		 ,p_org_information12    VARCHAR2
26                           );
27 END PER_RU_ORG_INFO;