DBA Data[Home] [Help]

APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_GEN_GL

Line 564: igs_fi_gen_gl.get_period_status_for_date(p_d_date => p_d_reversal_gl_date,

560: p_v_string => 'Completed the Validation of the Source Credit id and Status');
561:
562: --Bug 4677083, Modified the reverse_waiver function to include the GL_DATE validation.
563: -- Check GL Date Status
564: igs_fi_gen_gl.get_period_status_for_date(p_d_date => p_d_reversal_gl_date,
565: p_v_closing_status => l_v_closing_status,
566: p_v_message_name => l_v_message_name);
567: IF l_v_message_name IS NOT NULL THEN
568: log_to_fnd(p_v_module => 'reverse_waiver',

Line 584: l_v_meaning := igs_fi_gen_gl.get_lkp_meaning(p_v_lookup_type => 'IGS_FI_WAV_REVERSAL_REASON' ,

580:
581: log_to_fnd(p_v_module => 'reverse_waiver',
582: p_v_string => 'Completed successfully the Validation of GL date Status');
583:
584: l_v_meaning := igs_fi_gen_gl.get_lkp_meaning(p_v_lookup_type => 'IGS_FI_WAV_REVERSAL_REASON' ,
585: p_v_lookup_code => p_v_reversal_reason );
586: -- Check for application Records for the Waiver Credit Transaction
587: FOR l_cur_appl_record IN cur_appl_record(cp_n_source_credit_id => p_n_source_credit_id)
588: LOOP

Line 623: igs_fi_gen_gl.finp_get_cur(p_v_currency_cd => l_v_currency_cd,

619:
620: FETCH cur_waiver_prg_attr INTO l_cur_waiver_prg_attr;
621: CLOSE cur_waiver_prg_attr;
622: -- Call out to Reterive the local Currency Setup
623: igs_fi_gen_gl.finp_get_cur(p_v_currency_cd => l_v_currency_cd,
624: p_v_curr_desc => l_v_curr_desc,
625: p_v_message_name => l_v_message_name);
626: IF l_v_message_name <> NULL THEN
627: fnd_message.set_name('IGS',l_v_message_name);

Line 629: p_v_string => 'Exiting After the call igs_fi_gen_gl.finp_get_cur ' || fnd_message.get);

625: p_v_message_name => l_v_message_name);
626: IF l_v_message_name <> NULL THEN
627: fnd_message.set_name('IGS',l_v_message_name);
628: log_to_fnd(p_v_module => 'reverse_waiver',
629: p_v_string => 'Exiting After the call igs_fi_gen_gl.finp_get_cur ' || fnd_message.get);
630: RAISE e_expected_error;
631: END IF ;
632: --call out to create a Waiver adjustment Charge
633: IF l_n_unapplied_amount > 0 THEN