DBA Data[Home] [Help]

APPS.IGS_FI_LOAD_EXT_CHG dependencies on IGS_FI_INVLN_INT

Line 348: 5. DFF changed to IGS_FI_INVLN_INT_ALL_FLEX from IGS_FI_IMPCHGS_EXT_FLEX

344: 1. Removed insert_row into IGS_FI_IMP_CHGS and IGS_FI_IMPCHGS_LINES tables
345: 2. Added call to igs_fi_prc_acct_pkg.build_accounts before calling charges_api
346: 3. Added p_d_gl_date to be passed to charges_api, in p_line_tbl
347: 4. Added parameter p_d_gl_date in call to igs_fi_ext_val()
348: 5. DFF changed to IGS_FI_INVLN_INT_ALL_FLEX from IGS_FI_IMPCHGS_EXT_FLEX
349: 6. Removed cursor cur_imp_chgs and the associated local variables
350: sarakshi 13-sep-2002 Enh#2564643,removed the reference of subaccount id from this procedure
351: vvutukur 29-Jul-2002 Bug#2425767.removed parameters x_chg_rate,x_chg_elements from the calls to
352: igs_fi_impchgs_lines_pkg.insert_row and igs_fi_ext_int_pkg.update_row as these

Line 420: l_v_err_string igs_fi_invln_int.error_string%TYPE;

416: l_transaction_amount igs_fi_ext_int.transaction_amount%TYPE;
417:
418: l_error_message fnd_new_messages.message_name%TYPE;
419: l_n_err_type NUMBER;
420: l_v_err_string igs_fi_invln_int.error_string%TYPE;
421: l_b_return_status BOOLEAN;
422:
423: CURSOR cur_fee_desc(cp_fee_type igs_fi_fee_type.fee_type%TYPE) IS
424: SELECT description

Line 605: -- Enh bug 2584986 Changed DFF name from IGS_FI_IMPCHGS_EXT_INT to IGS_FI_INVLN_INT_ALL_FLEX

601: fnd_file.put_line(fnd_file.log,l_v_msg);
602: l_cur_fei.error_msg := l_v_msg;
603: END IF;
604:
605: -- Enh bug 2584986 Changed DFF name from IGS_FI_IMPCHGS_EXT_INT to IGS_FI_INVLN_INT_ALL_FLEX
606: l_b_dff_validate := validate_desc_flex ( p_attribute_category => l_cur_fei.attribute_category,
607: p_attribute1 => l_cur_fei.attribute1,
608: p_attribute2 => l_cur_fei.attribute2,
609: p_attribute3 => l_cur_fei.attribute3,

Line 627: p_desc_flex_name => 'IGS_FI_INVLN_INT_ALL_FLEX'

623: p_attribute17 => l_cur_fei.attribute17,
624: p_attribute18 => l_cur_fei.attribute18,
625: p_attribute19 => l_cur_fei.attribute19,
626: p_attribute20 => l_cur_fei.attribute20,
627: p_desc_flex_name => 'IGS_FI_INVLN_INT_ALL_FLEX'
628: );
629: IF NOT l_b_dff_validate THEN
630: l_b_ext_val_flag := FALSE;
631: fnd_message.set_name('IGS','IGS_AD_INVALID_DESC_FLEX');