DBA Data[Home] [Help]

APPS.GMD_SS_APPROVAL_WF_PKG dependencies on GMD_API_PUB

Line 400: gmd_api_pub.raise ('oracle.apps.gmd.qm.ss.test',

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);
402: end if;
403:
404: IF (l_debug = 'Y') THEN