DBA Data[Home] [Help]

APPS.PER_PTU_SHD dependencies on HR_PERSON_TYPE_USAGE_INFO

Line 216: if hr_person_type_usage_info.IsNonCoreHRPersonType

212: -- p_delete := false;
213: -- p_future_change := false;
214: -- p_delete_next_change := false;
215:
216: if hr_person_type_usage_info.IsNonCoreHRPersonType
217: (p_base_key_value,
218: p_effective_date)
219: then
220: p_future_change := false;

Line 223: if hr_person_type_usage_info.FutSysPerTypeChgExists

219: then
220: p_future_change := false;
221: p_delete_next_change := false;
222: else
223: if hr_person_type_usage_info.FutSysPerTypeChgExists
224: (p_base_key_value,
225: p_effective_date)
226: then
227: p_zap := false;

Line 278: if hr_person_type_usage_info.IsNonCoreHRPersonType

274: -- p_update_override := false;
275: -- p_update_change_insert := false;
276: -- p_update := false;
277: --
278: if hr_person_type_usage_info.IsNonCoreHRPersonType
279: (p_base_key_value,
280: p_effective_date)
281: then
282: p_update_override := false;

Line 286: if hr_person_type_usage_info.FutSysPerTypeChgExists

282: p_update_override := false;
283: p_update_change_insert := false;
284: p_update := false;
285: else
286: if hr_person_type_usage_info.FutSysPerTypeChgExists
287: (p_base_key_value,
288: p_effective_date)
289: then
290: p_update_override := false;