DBA Data[Home] [Help]

APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_GEN_007

Line 453: -- Instead added call to generic procedure igs_fi_gen_007.finp_get_balance_rule.

449: --
450: --Change History:
451: --Who When What
452: --vvutukur 01-Oct-2002 Enh#2562745.Removed cursor c_igs_fi_bal_rules and its usage in this procedure.
453: -- Instead added call to generic procedure igs_fi_gen_007.finp_get_balance_rule.
454: -- Modified local function insert_or_update_balance.
455: --smvk 17-Sep-2002 Removed the input parameter p_subaccount_id and
456: -- its usage from this function as a part of Bug # 2564643.
457: --smadathi 03-Jul-2002 Bug 2443082. Modified insert_or_update_balance function. Incorporated invokation of

Line 787: igs_fi_gen_007.finp_get_balance_rule(p_v_balance_type => p_balance_type,

783: --rules can be checked.
784: IF p_balance_type <> l_std_bal_type THEN
785: --Fetch balance_rule_id of active Holds balance_type.
786: IF p_balance_type = l_hold_bal_type THEN
787: igs_fi_gen_007.finp_get_balance_rule(p_v_balance_type => p_balance_type,
788: p_v_action => l_action_active,
789: p_n_balance_rule_id => l_balance_rule_id,
790: p_d_last_conversion_date => l_last_conversion_date,
791: p_n_version_number => l_version_number

Line 801: igs_fi_gen_007.finp_get_balance_rule(p_v_balance_type => p_balance_type,

797: RETURN;
798: END IF;
799: --Fetch balance rule id of latest Fee balance_type.
800: ELSIF p_balance_type = l_fee_bal_type THEN
801: igs_fi_gen_007.finp_get_balance_rule(p_v_balance_type => p_balance_type,
802: p_v_action => l_action_max,
803: p_n_balance_rule_id => l_balance_rule_id,
804: p_d_last_conversion_date => l_last_conversion_date,
805: p_n_version_number => l_version_number

Line 1365: IGS_FI_GEN_007.finp_get_conv_prc_run_ind( p_n_conv_process_run_ind => l_conv_process_run_ind,

1361: RAISE l_validation_exp;
1362: END IF;
1363:
1364: -- Check if the holds conversion process is not already running
1365: IGS_FI_GEN_007.finp_get_conv_prc_run_ind( p_n_conv_process_run_ind => l_conv_process_run_ind,
1366: p_v_message_name => l_message_name_1) ;
1367:
1368: IF l_message_name_1 IS NOT NULL THEN
1369: fnd_message.set_name('IGS',l_message_name_1);

Line 1387: IGS_FI_GEN_007.finp_get_balance_rule(p_v_balance_type => 'HOLDS',

1383: finpl_upd_conv_prc_run_ind(1);
1384: END IF;
1385:
1386: -- Get the balance_rule_id, last_conversion_date and the version number
1387: IGS_FI_GEN_007.finp_get_balance_rule(p_v_balance_type => 'HOLDS',
1388: p_v_action => 'MAX',
1389: p_n_balance_rule_id => l_balance_rule_id,
1390: p_d_last_conversion_date => l_last_conv_dt,
1391: p_n_version_number => l_version_number);