DBA Data[Home] [Help]

APPS.AR_ARXCCS_XMLP_PKG dependencies on OE_CREDIT_CHECK_PVT

Line 2966: oe_credit_check_pvt.currency_list

2962: from hz_customer_profiles
2963: where cust_account_profile_id = c_customer_profile_id;
2964: /*srw.message(592, 'calling gli for '||l_entity_type||' '||l_entity_id||' '||l_trx_curr_code);*/null;
2965:
2966: oe_credit_check_pvt.currency_list
2967: (l_entity_type
2968: ,l_entity_id
2969: ,l_trx_curr_code
2970: ,l_limit_curr_code

Line 2990: oe_credit_check_pvt.currency_list

2986:
2987: if l_entity_type = 'SITE' and l_limit_curr_code is null then
2988: /*srw.message(592, 'calling gli-II for '||l_entity_type||' '||l_entity_id||' '||l_trx_curr_code);*/null;
2989:
2990: oe_credit_check_pvt.currency_list
2991: ('CUSTOMER'
2992: ,l_customer_id
2993: ,l_trx_curr_code
2994: ,l_limit_curr_code

Line 3628: oe_credit_check_pvt.currency_list

3624: /*srw.reference(currency_credit1);*/null;
3625:
3626:
3627: if qc_site1 is NULL then
3628: oe_credit_check_pvt.currency_list
3629: (l_entity_type
3630: ,l_entity_id
3631: ,l_trx_curr_code
3632: ,l_limit_curr_code

Line 3654: oe_credit_check_pvt.currency_list

3650: else
3651:
3652: l_entity_type:='SITE';
3653: l_entity_id:=Site_use_id;
3654: oe_credit_check_pvt.currency_list
3655: (l_entity_type
3656: ,l_entity_id
3657: ,l_trx_curr_code
3658: ,l_limit_curr_code