DBA Data[Home] [Help]

APPS.PER_PEOPLE9_PKG dependencies on PER_APPLICATIONS_PKG

Line 36: per_applications_pkg.insert_Row(

32: l_assignment_sequence NUMBER; -- Dummy return for assignment_sequence.
33: --
34: begin
35: hr_utility.set_location('per_people9_pkg.insert_applicant_rows',1);
36: per_applications_pkg.insert_Row(
37: p_Rowid =>l_row_id,
38: p_Application_Id =>l_application_id,
39: p_Business_Group_Id =>p_business_group_id,
40: p_Person_Id =>p_person_id,

Line 214: per_applications_pkg.insert_letter_term(p_business_group_id =>p_business_group_id

210: -- Fix for bug 3612059 starts here.
211: -- Use check_for_letter_requests procedure call instead of the following call.
212: --
213: /*
214: per_applications_pkg.insert_letter_term(p_business_group_id =>p_business_group_id
215: ,p_application_id => l_application_id
216: ,p_person_id =>p_person_id
217: ,p_session_date =>p_effective_start_date
218: ,p_Last_Updated_By => NULL