DBA Data[Home] [Help]

APPS.PER_PEOPLE_V7_PKG dependencies on PER_PEOPLE_V14_PKG

Line 886: PER_PEOPLE_V14_PKG.Insert_Row(

882: open person;
883: fetch person into per_rec;
884: close person;
885: --
886: PER_PEOPLE_V14_PKG.Insert_Row(
887: X_Rowid => l_rowid,
888: X_Person_Id => Per_rec.Person_Id,
889: X_Party_Id => Per_rec.Party_Id,
890: X_Effective_Start_Date => X_termination_date + 1,

Line 1013: -- This procedure has already been called within PER_PEOPLE_V14_PKG

1009: -- p_date_start => Per_rec.start_date);
1010: --
1011: --
1012: -- #2221990
1013: -- This procedure has already been called within PER_PEOPLE_V14_PKG
1014: -- thus it is not necessary.
1015: --
1016: -- PTU : Start of Changes
1017: --

Line 2050: Per_People_V14_Pkg.insert_period_of_service(X_Person_id => X_Person_Id

2046:
2047:
2048: IF (type_rec.Current_Employee_Flag IS NOT NULL)
2049: THEN
2050: Per_People_V14_Pkg.insert_period_of_service(X_Person_id => X_Person_Id
2051: ,X_Business_Group_Id => X_Business_Group_id
2052: ,X_Date_Start => X_HIRE_DATE
2053: ,X_Period_Of_Service_Id => l_period_of_service_id
2054: );

Line 2089: per_people_v14_pkg.insert_row(l_Rowid

2085: hr_utility.set_location('Entering: '|| g_package || l_proc, 50);
2086: END IF;
2087:
2088:
2089: per_people_v14_pkg.insert_row(l_Rowid
2090: ,per_rec.Person_Id
2091: ,per_rec.Party_Id
2092: ,X_Hire_date
2093: ,type_rec.effective_end_date