DBA Data[Home] [Help]

APPS.IGS_FI_DEPOSITS_PRCSS dependencies on IGS_FI_GEN_007

Line 355: -- igs_fi_gen_007.finp_get_conv_prc_run_ind returns 1. Credit Reversal cannot be done

351: RETURN;
352: END IF;
353:
354: -- If the Holds Balance Conversion Process is running then the generic function
355: -- igs_fi_gen_007.finp_get_conv_prc_run_ind returns 1. Credit Reversal cannot be done
356: -- when the Holds Balance Conversion Process is running. Hence error message is shown to the user
357:
358: igs_fi_gen_007.finp_get_conv_prc_run_ind(p_n_conv_process_run_ind => l_n_conv_prc_val,
359: p_v_message_name => l_v_message_name);

Line 358: igs_fi_gen_007.finp_get_conv_prc_run_ind(p_n_conv_process_run_ind => l_n_conv_prc_val,

354: -- If the Holds Balance Conversion Process is running then the generic function
355: -- igs_fi_gen_007.finp_get_conv_prc_run_ind returns 1. Credit Reversal cannot be done
356: -- when the Holds Balance Conversion Process is running. Hence error message is shown to the user
357:
358: igs_fi_gen_007.finp_get_conv_prc_run_ind(p_n_conv_process_run_ind => l_n_conv_prc_val,
359: p_v_message_name => l_v_message_name);
360:
361: --If there is no record in igs_fi_control table, error message should be displayed to the user.
362: --User need to navigate to System Options Form and insert a record before performing this operation.

Line 745: -- igs_fi_gen_007.finp_get_conv_prc_run_ind returns 1. Credit Reversal cannot be done

741: );
742: END LOOP;
743: END IF;
744: -- If the Holds Balance Conversion Process is running then the generic function
745: -- igs_fi_gen_007.finp_get_conv_prc_run_ind returns 1. Credit Reversal cannot be done
746: -- when the Holds Balance Conversion Process is running.Hence error message is shown
747: -- user.
748: ELSE -- l_con_prc_val = 1
749: p_c_message_name := 'IGS_FI_REASS_BAL_PRC_RUN';

Line 822: igs_fi_gen_007.finp_get_conv_prc_run_ind( p_n_conv_process_run_ind => l_n_conv_prc_run_ind,

818: BEGIN
819:
820: -- If the Holds Conversion process is running, Transfer cannot be performed as it updates
821: -- balances after successful transfer. So error out in Holds Conversion is running
822: igs_fi_gen_007.finp_get_conv_prc_run_ind( p_n_conv_process_run_ind => l_n_conv_prc_run_ind,
823: p_v_message_name => l_v_message_name
824: );
825: IF l_n_conv_prc_run_ind = 1 THEN
826: p_c_message_name := 'IGS_FI_REASS_BAL_PRC_RUN';