DBA Data[Home] [Help]

APPS.AR_CMGT_CREDIT_REQUEST_API dependencies on AR_CMGT_WF_ENGINE

Line 809: AR_CMGT_WF_ENGINE.START_WORKFLOW

805: IF pg_debug = 'Y'
806: THEN
807: debug ( 'Workflow Call');
808: END IF;
809: AR_CMGT_WF_ENGINE.START_WORKFLOW
810: (l_credit_request_id ,l_credit_request_status);
811: END IF;
812:
813: p_credit_request_id := l_credit_request_id;