DBA Data[Home] [Help]

PACKAGE: APPS.HR_SA_GET_PERSON_DETAILS

Source


1 PACKAGE HR_SA_GET_PERSON_DETAILS AUTHID CURRENT_USER AS
2 /* $Header: pesagpdt.pkh 115.1 2003/05/30 11:13:18 abppradh noship $ */
3 
4 Function ASG_NATIONALITY_GROUP (p_Assignment_Id Number,
5 	      	               p_Effective_Date Date) return Varchar2;
6 Function PER_NATIONALITY_GROUP (p_Person_Id Number,
7 	      	               p_Effective_Date Date) return Varchar2;
8 
9 END HR_SA_GET_PERSON_DETAILS;