DBA Data[Home] [Help]

APPS.PER_JP_CONTACT_EXTRA_INFO dependencies on HR_API

Line 81: if p_datetrack_mode in (hr_api.g_future_change, hr_api.g_delete_next_change) then

77: c_proc constant varchar2(61) := c_package || 'chk_information_type_rkd';
78: begin
79: hr_utility.set_location('Entering : ' || c_proc, 10);
80: --
81: if p_datetrack_mode in (hr_api.g_future_change, hr_api.g_delete_next_change) then
82: chk_information_type(
83: p_contact_extra_info_id => p_contact_extra_info_id,
84: p_information_type => p_information_type_o,
85: p_contact_relationship_id => p_contact_relationship_id_o,

Line 373: IF p_datetrack_delete_mode IN (hr_api.g_future_change, hr_api.g_delete_next_change) THEN

369: l_dummy VARCHAR2(1);
370: --
371: BEGIN
372: --
373: IF p_datetrack_delete_mode IN (hr_api.g_future_change, hr_api.g_delete_next_change) THEN
374: --
375: OPEN cel_information_type;
376: FETCH cel_information_type INTO l_contact_relationship_id, l_information_type;
377: --