DBA Data[Home] [Help]

APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_GEN_007

Line 875: igs_fi_gen_007.finp_get_balance_rule ( p_v_balance_type => 'HOLDS',

871: fnd_file.put_line(fnd_file.log,' ');
872: RETURN FALSE;
873: END IF;
874:
875: igs_fi_gen_007.finp_get_balance_rule ( p_v_balance_type => 'HOLDS',
876: p_v_action => 'ACTIVE',
877: p_n_balance_rule_id => l_balance_rule_id,
878: p_d_last_conversion_date => l_last_conv_dt,
879: p_n_version_number => l_version_number );

Line 1175: igs_fi_gen_007.finp_get_conv_prc_run_ind( p_n_conv_process_run_ind => l_process_run_ind,

1171: END IF;
1172:
1173: -- If the holds conversion process is running (conv_process_run_ind of the control_all table
1174: -- will be 1 if the process is running), then error out. Else continue.
1175: igs_fi_gen_007.finp_get_conv_prc_run_ind( p_n_conv_process_run_ind => l_process_run_ind,
1176: p_v_message_name => l_message_name_1) ;
1177:
1178: IF l_message_name_1 IS NOT NULL THEN
1179: fnd_message.set_name('IGS',l_message_name_1);

Line 2328: igs_fi_gen_007.finp_get_conv_prc_run_ind( p_n_conv_process_run_ind => l_process_run_ind,

2324: END IF;
2325:
2326: -- if the holds conversion process is running (conv_process_run_ind of the control_all table
2327: -- will be 1 if the process is running), then error out. Else continue.
2328: igs_fi_gen_007.finp_get_conv_prc_run_ind( p_n_conv_process_run_ind => l_process_run_ind,
2329: p_v_message_name => l_message_name_1) ;
2330:
2331: IF l_message_name_1 IS NOT NULL THEN
2332: fnd_message.set_name('IGS',l_message_name_1);

Line 2350: igs_fi_gen_007.finp_get_balance_rule ( p_v_balance_type => 'HOLDS',

2346: p_message_name := 'IGS_FI_REASS_BAL_PRC_RUN';
2347: RETURN;
2348: END IF;
2349:
2350: igs_fi_gen_007.finp_get_balance_rule ( p_v_balance_type => 'HOLDS',
2351: p_v_action => 'ACTIVE',
2352: p_n_balance_rule_id => l_balance_rule_id,
2353: p_d_last_conversion_date => l_last_conv_dt,
2354: p_n_version_number => l_version_number);

Line 2699: igs_fi_gen_007.finp_get_balance_rule ( p_v_balance_type => 'HOLDS',

2695: END IF;
2696: CLOSE cur_active_holds;
2697:
2698: -- Obtain the latest active balance rule
2699: igs_fi_gen_007.finp_get_balance_rule ( p_v_balance_type => 'HOLDS',
2700: p_v_action => 'ACTIVE',
2701: p_n_balance_rule_id => l_balance_rule_id, -- Package level OUT variable
2702: p_d_last_conversion_date => l_d_last_conv_dt,
2703: p_n_version_number => l_n_version_number);