DBA Data[Home] [Help]

APPS.PER_CHECKLIST_ITEMS_API dependencies on PER_CHK_UPD

Line 407: per_chk_upd.upd

403: -- End of API User Hook for the before hook of update_checklist_items
404: --
405: end;
406: --
407: per_chk_upd.upd
408: (
409: p_effective_date => TRUNC(p_effective_date)
410: ,p_checklist_item_id => p_checklist_item_id
411: ,p_person_id => p_person_id

Line 810: per_chk_upd.convert_defs(l_chk_rec);

806: --
807: -- convert the null values
808: --
809: hr_utility.set_location(l_proc, 40);
810: per_chk_upd.convert_defs(l_chk_rec);
811: --
812: -- insert the data
813: --
814: hr_utility.set_location(l_proc, 50);

Line 871: per_chk_upd.convert_defs(l_chk_rec);

867: --
868: -- convert the null values
869: --
870: hr_utility.set_location(l_proc, 80);
871: per_chk_upd.convert_defs(l_chk_rec);
872: --
873: -- update the data
874: --
875: hr_utility.set_location(l_proc, 90);