DBA Data[Home] [Help]

APPS.PQP_HRTCA_INTEGRATION dependencies on FND_PROFILE

Line 1922: Fnd_Profile.put('PER_PERSON_ID',p_person_id);

1918: l_person_extra_info_rec.pei_information12 := l_vv_rec.cntry_entry_form_num;
1919: l_person_extra_info_rec.pei_information13 := l_vv_rec.port_of_entry;
1920: -- The Visa Number value-set refers to the person_id profile value, hence
1921: -- setting the profile value to the current person_id passed.
1922: Fnd_Profile.put('PER_PERSON_ID',p_person_id);
1923: -- Check if the existing visa visit history is already existing,
1924: -- if yes then update it.
1925: OPEN csr_pe_visit (c_person_id => p_person_id
1926: ,c_visa_number => l_vv_rec.visa_number);