DBA Data[Home] [Help]

APPS.GMD_STABILITY_STUDIES_GRP dependencies on WF_EVENTS

Line 693: SELECT status into l_event_status from wf_events where name = 'oracle.apps.gmd.qm.ss.csts' ;

689: -- check if workflow event and subscription are ENABLED or NOT ?
690:
691: l_progress := '020' ;
692:
693: SELECT status into l_event_status from wf_events where name = 'oracle.apps.gmd.qm.ss.csts' ;
694:
695: l_progress := '030' ;
696:
697: IF l_event_status = 'DISABLED' THEN