DBA Data[Home] [Help]

APPS.IEX_STRATEGY_WORK_PUB dependencies on IEX_UTILITIES

Line 357: if ( iex_utilities.DunningProfileCheck (

353: iex_debug_pub.logmessage ('send_mail: ' || ' in send mail, l_count ='|| l_count );
354: END IF;
355:
356: -- ctlee - check the hz_customer_profiles.dunning_letter
357: if ( iex_utilities.DunningProfileCheck (
358: p_party_id => l_party_id
359: , p_cust_account_id => l_cust_account_id
360: , p_site_use_id => l_customer_site_use_id
361: , p_delinquency_id => l_delinquency_id ) = 'N'

Line 390: if ( iex_utilities.DunningMinAmountCheck (

386: end if;
387:
388:
389: -- ctlee - check the hz_customer_profiles_amt min_dunning_invoice_amount and min_dunning_amount
390: if ( iex_utilities.DunningMinAmountCheck (
391: p_cust_account_id => l_cust_account_id
392: , p_site_use_id => l_customer_site_use_id) = 'N'
393: ) then
394: result := 'COMPLETE:' || 'Y'; -- Bug #6679939 bibeura 11-Dec-2007 Changed from 'N' to 'Y'

Line 1920: if ( iex_utilities.DunningProfileCheck (

1916: END IF;
1917:
1918:
1919: -- ctlee - check the hz_customer_profiles.dunning_letter
1920: if ( iex_utilities.DunningProfileCheck (
1921: p_party_id => l_party_id
1922: , p_cust_account_id => l_cust_account_id
1923: , p_site_use_id => l_customer_site_use_id
1924: , p_delinquency_id => l_delinquency_id ) = 'N'

Line 1935: if ( iex_utilities.DunningMinAmountCheck (

1931: end if;
1932:
1933:
1934: -- ctlee - check the hz_customer_profiles_amt min_dunning_invoice_amount and min_dunning_amount
1935: if ( iex_utilities.DunningMinAmountCheck (
1936: p_cust_account_id => l_cust_account_id
1937: , p_site_use_id => l_customer_site_use_id) = 'N'
1938: ) then
1939: x_error_message := 'The dunning amount does not exceed the minimum dunning amount in customer profile';