DBA Data[Home] [Help]

APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_UTIL

Line 4: pg_wf_debug VARCHAR2(1) := ar_cmgt_util.get_wf_debug_flag;

1: Package BODY AR_CMGT_WF_ENGINE AS
2: /* $Header: ARCMGWFB.pls 120.67 2011/08/02 14:39:47 mraymond ship $ */
3:
4: pg_wf_debug VARCHAR2(1) := ar_cmgt_util.get_wf_debug_flag;
5:
6: PROCEDURE debug (
7: p_message_name IN VARCHAR2 ) IS
8: BEGIN

Line 9: ar_cmgt_util.wf_debug ('AR_CMGT_WF_ENGINE',p_message_name );

5:
6: PROCEDURE debug (
7: p_message_name IN VARCHAR2 ) IS
8: BEGIN
9: ar_cmgt_util.wf_debug ('AR_CMGT_WF_ENGINE',p_message_name );
10: END;
11:
12:
13: PROCEDURE raise_recco_event (p_case_folder_id IN NUMBER) AS

Line 1154: l_credit_classification := AR_CMGT_UTIL.get_credit_classification(p_party_id => l_party_id,

1150:
1151: IF l_credit_classification IS NULL
1152: THEN
1153:
1154: l_credit_classification := AR_CMGT_UTIL.get_credit_classification(p_party_id => l_party_id,
1155: p_cust_account_id => l_cust_account_id,
1156: p_site_use_id => l_site_use_id);
1157: UPDATE ar_cmgt_credit_requests
1158: SET credit_classification = l_credit_classification

Line 3276: AR_CMGT_UTIL.OM_CUST_APPLY_HOLD (

3272: THEN
3273: /*
3274: Commenting this call as the org wont be set while calling the Apply/Release
3275: order API.Replaced this API with Process Holds API -Bug#8652193
3276: AR_CMGT_UTIL.OM_CUST_APPLY_HOLD (
3277: p_party_id => l_party_id,
3278: p_cust_account_id => l_cust_account_id,
3279: p_site_use_id => l_site_use_id,
3280: p_error_msg => l_error_msg,

Line 3312: AR_CMGT_UTIL.OM_CUST_RELEASE_HOLD (

3308: -- orders on hold
3309: /*
3310: Commenting this call as the org wont be set while calling the Apply/Release
3311: order API.Replaced this API with Process Holds API -Bug#8652193
3312: AR_CMGT_UTIL.OM_CUST_RELEASE_HOLD (
3313: p_party_id => l_party_id,
3314: p_cust_account_id => l_cust_account_id,
3315: p_site_use_id => l_site_use_id,
3316: p_error_msg => l_error_msg,

Line 3788: l_person_id := ar_cmgt_util.get_person_based_on_resource (

3784: avalue => p_attribute_value);
3785: END IF;
3786: IF p_attribute_name = 'CREDIT_ANALYST_ID'
3787: THEN
3788: l_person_id := ar_cmgt_util.get_person_based_on_resource (
3789: l_resource_id => to_number(p_attribute_value));
3790:
3791: -- now get credit_ananlyst details
3792: get_employee_details(l_person_id,l_user_name, l_display_name);