DBA Data[Home] [Help]

APPS.IEX_CREDIT_HOLD_API dependencies on ARP_CPROF1_PKG

Line 52: --Begin - Andre Araujo - Bug#4662279 - Removed since the one in arp_cprof1_pkg has the same function

48: END IF;
49:
50: x_return_status := FND_API.G_RET_STS_SUCCESS;
51:
52: --Begin - Andre Araujo - Bug#4662279 - Removed since the one in arp_cprof1_pkg has the same function
53:
54: --iex_dunning_pvt.WriteLog('iexvcdhb.pls:Update:'||p_account_id||';'||p_site_id||';'||p_credit_hold);
55: --iex_dunning_pvt.WriteLog('iexvcdhb.pls:Update:update hz_customer_profiles');
56: -- update hz_customer_profiles

Line 72: --End - Andre Araujo - Bug#4662279 - Removed since the one in arp_cprof1_pkg has the same function

68: -- raise FND_API.G_EXC_ERROR;
69: -- iex_dunning_pvt.WriteLog('iexvcdhb.pls:Update HZ_CUSTOMER_PROFILES=N');
70: --end if;
71:
72: --End - Andre Araujo - Bug#4662279 - Removed since the one in arp_cprof1_pkg has the same function
73:
74: iex_dunning_pvt.WriteLog('iexvcdhb.pls:Update:update ar_customer_profiles');
75: -- update ar_customer_profiles
76: l_return := arp_cprof1_pkg.update_credit_hold(

Line 76: l_return := arp_cprof1_pkg.update_credit_hold(

72: --End - Andre Araujo - Bug#4662279 - Removed since the one in arp_cprof1_pkg has the same function
73:
74: iex_dunning_pvt.WriteLog('iexvcdhb.pls:Update:update ar_customer_profiles');
75: -- update ar_customer_profiles
76: l_return := arp_cprof1_pkg.update_credit_hold(
77: p_account_id,
78: p_site_id,
79: p_credit_hold) ;
80: