DBA Data[Home] [Help]

APPS.AR_CMGT_CREDIT_REQUEST_API dependencies on AR_CMGT_WF_ENGINE

Line 801: AR_CMGT_WF_ENGINE.START_WORKFLOW

797: IF pg_debug = 'Y'
798: THEN
799: debug ( 'Workflow Call');
800: END IF;
801: AR_CMGT_WF_ENGINE.START_WORKFLOW
802: (l_credit_request_id ,l_credit_request_status);
803: END IF;
804:
805: p_credit_request_id := l_credit_request_id;