DBA Data[Home] [Help]

PACKAGE: APPS.PER_ES_CREATE_APPLICANT

Source


1 package PER_ES_CREATE_APPLICANT as
2 /* $Header: peesappp.pkh 120.0.12000000.1 2007/01/21 22:24:19 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_applicant (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 
15 --
16 END PER_ES_CREATE_APPLICANT;