DBA Data[Home] [Help]

APPS.HR_PERSON_RECORD dependencies on HR_PERSON_RECORD

Line 1: PACKAGE BODY HR_PERSON_RECORD as

1: PACKAGE BODY HR_PERSON_RECORD as
2: /* $Header: peperqry.pkb 120.8 2011/10/03 10:11:44 srannama ship $ */
3:
4: --Procedure to populate the person_record
5: procedure GET_PERSON_DETAILS( p_srch_criteria in srch_criteria,

Line 1539: l_temp_assignment HR_PERSON_RECORD.assignment_details;

1535:
1536:
1537:
1538: l_first_assignment_type varchar2(10);
1539: l_temp_assignment HR_PERSON_RECORD.assignment_details;
1540:
1541:
1542: BEGIN
1543: -- fetch the person id business group id and effective date for all the search criteria and store it in a table of record type

Line 1964: end HR_PERSON_RECORD ;

1960: then
1961: p_error := p_error||substr(SQLERRM,1,1500);
1962:
1963: END GET_PERSON_DETAILS;
1964: end HR_PERSON_RECORD ;