DBA Data[Home] [Help]

APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_UTIL

Line 9: ar_cmgt_util.debug (p_message_name, 'ar.cmgt.plsql.AR_CMGT_WF_ENGINE' );

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

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

968:
969: IF l_credit_classification IS NULL
970: THEN
971:
972: l_credit_classification := AR_CMGT_UTIL.get_credit_classification(p_party_id => l_party_id,
973: p_cust_account_id => l_cust_account_id,
974: p_site_use_id => l_site_use_id);
975: UPDATE ar_cmgt_credit_requests
976: SET credit_classification = l_credit_classification

Line 2821: AR_CMGT_UTIL.OM_CUST_APPLY_HOLD (

2817: -- When customer is placed on hold put all the
2818: -- orders on hold
2819: IF c_reco_rec.credit_recommendation = 'CUST_HOLD'
2820: THEN
2821: AR_CMGT_UTIL.OM_CUST_APPLY_HOLD (
2822: p_party_id => l_party_id,
2823: p_cust_account_id => l_cust_account_id,
2824: p_site_use_id => l_site_use_id,
2825: p_error_msg => l_error_msg,

Line 2840: AR_CMGT_UTIL.OM_CUST_RELEASE_HOLD (

2836: ELSIF c_reco_rec.credit_recommendation = 'REMOVE_CUST_HOLD'
2837: THEN
2838: -- When customer is placed on hold put all the
2839: -- orders on hold
2840: AR_CMGT_UTIL.OM_CUST_RELEASE_HOLD (
2841: p_party_id => l_party_id,
2842: p_cust_account_id => l_cust_account_id,
2843: p_site_use_id => l_site_use_id,
2844: p_error_msg => l_error_msg,

Line 3300: l_person_id := ar_cmgt_util.get_person_based_on_resource (

3296: avalue => p_attribute_value);
3297: END IF;
3298: IF p_attribute_name = 'CREDIT_ANALYST_ID'
3299: THEN
3300: l_person_id := ar_cmgt_util.get_person_based_on_resource (
3301: l_resource_id => to_number(p_attribute_value));
3302:
3303: -- now get credit_ananlyst details
3304: get_employee_details(l_person_id,l_user_name, l_display_name);