DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PKG dependencies on IGS_FI_CONTROL

Line 1603: l_currency_cd igs_fi_control_all.currency_cd%TYPE;

1599: l_return_status VARCHAR2(1);
1600: l_msg_count NUMBER(3);
1601: l_msg_data VARCHAR2(2000);
1602: l_msg VARCHAR2(2000);
1603: l_currency_cd igs_fi_control_all.currency_cd%TYPE;
1604: l_currency_desc fnd_currencies_tl.name%TYPE;
1605:
1606: -- Cursor for Fetching the description of the Fee Type in context
1607: CURSOR cur_ft_desc(cp_fee_type igs_fi_fee_type.fee_type%TYPE) IS

Line 1631: l_rec_installed igs_fi_control_all.rec_installed%TYPE;

1627: l_override_dr_account_cd igs_fi_f_typ_ca_inst.rec_account_cd%TYPE;
1628: l_override_cr_rev_ccid igs_fi_f_typ_ca_inst.rec_gl_ccid%TYPE;
1629: l_override_cr_account_cd igs_fi_f_typ_ca_inst.rec_account_cd%TYPE;
1630:
1631: l_rec_installed igs_fi_control_all.rec_installed%TYPE;
1632: l_message_name fnd_new_messages.message_name%TYPE;
1633:
1634: l_n_waiver_amount NUMBER;
1635: