DBA Data[Home] [Help]

APPS.PER_CTK_INS dependencies on PER_CHECKLISTS

Line 274: from per_checklists

270: Cursor C_Sel1 is select per_tasks_in_checklist_s.nextval from sys.dual;
271: --
272: cursor c_bg_id(p_checklist_id number) is
273: select business_group_id
274: from per_checklists
275: where checklist_id = p_checklist_id;
276: --
277: Cursor C_Sel2 is
278: Select null