DBA Data[Home] [Help]

APPS.GMD_SS_APPROVAL_WF_PKG dependencies on GMD_SS_WFLOW_GRP

Line 397: GMD_SS_WFLOW_GRP.events_for_status_change(lSSId , api_se_ret_status) ;

393: END IF;
394:
395: if (lTargetStatus = 400) then
396: -- We got approved, so kick off API to create sampling events
397: GMD_SS_WFLOW_GRP.events_for_status_change(lSSId , api_se_ret_status) ;
398: elsif (lTargetStatus = 700) then
399: -- We need to launch; Enable the Mother workflow for testing
400: gmd_api_pub.raise ('oracle.apps.gmd.qm.ss.test',
401: lSSId);