DBA Data[Home] [Help]

PACKAGE: APPS.PER_ES_CREATE_CWK

Source


1 package PER_ES_CREATE_CWK AUTHID CURRENT_USER as
2 /* $Header: peescwkp.pkh 120.0.12000000.1 2007/01/21 22:24:51 appldev ship $ */
3 --         p_first_last_name           p_last_name
4 --         p_identifier_type           p_per_information2
5 --         p_identifier_value          p_per_information3
6 
7 PROCEDURE create_es_cwk (p_last_name           VARCHAR2
8                         ,p_first_name          VARCHAR2
9                         ,p_national_identifier VARCHAR2
10                         ,p_per_information1    VARCHAR2
11                         ,p_per_information2    VARCHAR2
12                         ,p_per_information3    VARCHAR2
13                         );
14 END PER_ES_CREATE_CWK;