DBA Data[Home] [Help]

APPS.EDR_EVENT_RELATIONSHIP_PVT dependencies on WF_EVENTS_VL

Line 457: select count(*) from wf_events_vl

453: and document_id = p_parent_erecord_id;
454:
455: --This cursor is defined to query the workflow event details view.
456: cursor l_wf_count_csr is
457: select count(*) from wf_events_vl
458: where name = p_parent_event_name;
459:
460: PARENT_EVENT_NOT_FOUND EXCEPTION ;
461: INVALID_PARENT EXCEPTION;