DBA Data[Home] [Help]

APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_FI_PRC_BALANCES

Line 759: IF igs_fi_prc_balances.check_exclusion_rules( p_balance_type => p_balance_type,

755:
756: IF p_balance_type IS NOT NULL THEN
757: -- Check if the balance rules for exclusion are applicable
758: -- Added balance_rule_id parameter to the call as part of Enh Bug# 2562745
759: IF igs_fi_prc_balances.check_exclusion_rules( p_balance_type => p_balance_type,
760: p_balance_date => rec_chrgs.invoice_creation_date,
761: p_source_type => g_exclude_type,
762: p_source_id => rec_chrgs.invoice_id,
763: p_message_name => l_message,