DBA Data[Home] [Help]

APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_PARAMS_HOOK_PKG

Line 834: AR_CMGT_PARAMS_HOOK_PKG.get_ocm_custom_param_value(

830: OPEN get_custom_params;
831: LOOP
832: FETCH get_custom_params INTO l_custom_param_name;
833:
834: AR_CMGT_PARAMS_HOOK_PKG.get_ocm_custom_param_value(
835: P_CREDIT_REQUEST_ID=>p_credit_request_id
836: ,P_CUSTOM_PARAM_NAME=>l_custom_param_name
837: ,P_CUSTOM_PARAM_VALUE=>l_custom_param_value);
838: