DBA Data[Home] [Help]

APPS.GMD_STABILITY_STUDIES_GRP dependencies on WF_EVENT_SUBSCRIPTIONS

Line 658: SELECT 'X' from wf_event_subscriptions

654: l_progress VARCHAR2(3);
655: l_temp_index NUMBER ;
656:
657: CURSOR cr_subscription_enabled IS
658: SELECT 'X' from wf_event_subscriptions
659: WHERE wf_process_name = 'STABILITY_STS_CHANGE'
660: and status = 'ENABLED' ;
661:
662: