DBA Data[Home] [Help]

APPS.PER_CHECKLIST_ITEMS_API dependencies on PER_CHECKLIST_ITEMS_BK1

Line 80: per_checklist_items_bk1.create_checklist_items_b

76: begin
77: --
78: -- Start of API User Hook for the before hook of create_checklist_items
79: --
80: per_checklist_items_bk1.create_checklist_items_b
81: (
82: p_effective_date => TRUNC(p_effective_date)
83: ,p_person_id => p_person_id
84: ,p_item_code => p_item_code

Line 181: per_checklist_items_bk1.create_checklist_items_a

177: begin
178: --
179: -- Start of API User Hook for the after hook of create_checklist_items
180: --
181: per_checklist_items_bk1.create_checklist_items_a
182: (
183: p_effective_date => TRUNC(p_effective_date)
184: ,p_person_id => p_person_id
185: ,p_item_code => p_item_code