DBA Data[Home] [Help]

APPS.OCM_GET_EXTRL_DECSN_PUB dependencies on AR_CMGT_WF_ENGINE

Line 520: AR_CMGT_WF_ENGINE.START_WORKFLOW

516: update ar_cmgt_case_folders
517: set status = 'SUBMIT'
518: where case_folder_id = p_case_folder_id ;
519:
520: AR_CMGT_WF_ENGINE.START_WORKFLOW
521: (l_credit_request_id ,'SUBMIT');
522: ELSE
523: /*Message : Please provide a case folder id of case folder type 'CASE' and
524: status as 'CREATED' or 'SAVED' */