DBA Data[Home] [Help]

APPS.GMD_QC_ERES_UTILS dependencies on GMD_SS_WFLOW_GRP

Line 613: GMD_SS_WFLOW_GRP.events_for_status_change(p_ss_id ,l_return_status) ;

609: WHERE ss_id = p_ss_id;
610:
611: IF (p_to_status = 400) THEN
612: -- We got approved, so kick off API to create sampling events
613: GMD_SS_WFLOW_GRP.events_for_status_change(p_ss_id ,l_return_status) ;
614: ELSIF (p_to_status = 700) THEN
615: -- We need to launch; Enable the Mother workflow for testing
616: GMD_API_PUB.RAISE('oracle.apps.gmd.qm.ss.test',p_ss_id);
617: END IF;