DBA Data[Home] [Help]

APPS.PER_CTK_UPD dependencies on PER_CHECKLISTS

Line 195: from per_checklists

191: l_proc varchar2(72) := g_package||'pre_update';
192: -- for bgid
193: cursor c_bg_id(p_checklist_id number) is
194: select business_group_id
195: from per_checklists
196: where checklist_id = p_checklist_id;
197:
198: -- for elgibility profile
199: