DBA Data[Home] [Help]

APPS.PER_CHECKLIST_ITEMS_API dependencies on PER_CHECKLIST_ITEMS_BK2

Line 353: per_checklist_items_bk2.update_checklist_items_b

349: begin
350: --
351: -- Start of API User Hook for the before hook of update_checklist_items
352: --
353: per_checklist_items_bk2.update_checklist_items_b
354: (
355: p_effective_date => TRUNC(p_effective_date)
356: ,p_checklist_item_id => p_checklist_item_id
357: ,p_person_id => p_person_id

Line 455: per_checklist_items_bk2.update_checklist_items_a

451: begin
452: --
453: -- Start of API User Hook for the after hook of update_checklist_items
454: --
455: per_checklist_items_bk2.update_checklist_items_a
456: (
457: p_effective_date => TRUNC(p_effective_date)
458: ,p_checklist_item_id => p_checklist_item_id
459: ,p_person_id => p_person_id