DBA Data[Home] [Help]

APPS.GMD_SS_APPROVAL_WF_PKG dependencies on GMD_API_PUB

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

397: -- We got approved, so kick off API to create sampling events
398: GMD_SS_WFLOW_GRP.events_for_status_change(lSSId , api_se_ret_status) ;
399: elsif (lTargetStatus = 700) then
400: -- We need to launch; Enable the Mother workflow for testing
401: gmd_api_pub.raise ('oracle.apps.gmd.qm.ss.test',
402: lSSId);
403: end if;
404:
405: IF (l_debug = 'Y') THEN