DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_PRC_BALANCES

Line 490: l_return_stat := igs_fi_prc_balances.check_exclusion_rules (

486: -- Calling Check Exclusion Rules procedure to check whether the credit found is
487: -- excluded or not.
488: BEGIN
489: --Added balance rule id parameter to check_exclusion_rules as part of Enh#2562745.
490: l_return_stat := igs_fi_prc_balances.check_exclusion_rules (
491: p_balance_type => p_bal_type,
492: p_balance_date => l_credits.effective_date,
493: p_source_type => 'CREDIT',
494: p_source_id => l_credits.credit_id,

Line 1309: igs_fi_prc_balances.calculate_balance ( p_person_id => p_person_id,

1305: BEGIN
1306: --if the person is NOT on an Active Payment Plan..
1307: IF p_n_std_plan_id IS NULL THEN
1308: --call calculate_balance procedure. This call is added as part of Enh#2562745.
1309: igs_fi_prc_balances.calculate_balance ( p_person_id => p_person_id,
1310: p_balance_type => 'FEE',
1311: p_balance_date => p_batch_cutoff_dt,
1312: p_action => 'ASONBALDATE',
1313: p_balance_rule_id => g_balance_rule_id,