DBA Data[Home] [Help]

APPS.PER_CHECKLIST_EVENTS dependencies on PER_CHECKLISTS

Line 317: per_checklists ckl

313: ,ckl.event_reason_id
314: ,ckl.business_group_id
315: from
316: per_tasks_in_checklist ctsk,
317: per_checklists ckl
318: where ckl.event_reason_id = pl_ler_event
319: and ctsk.checklist_id = ckl.checklist_id
320: order by ckl.checklist_id,ctsk.eligibility_object_id;
321: x_cur c1%rowtype;