DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on PER_CHECKLISTS

Line 289: per_checklists ckl

285: ,ckl.event_reason_id
286: ,ckl.business_group_id
287: from
288: per_tasks_in_checklist ctsk,
289: per_checklists ckl
290: where ckl.event_reason_id = pl_ler_event
291: and ctsk.checklist_id = ckl.checklist_id
292: order by ckl.checklist_id,ctsk.eligibility_object_id;
293: x_cur c1%rowtype;