DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PKG dependencies on IGS_FI_GEN_GL

Line 1580: || call to igs_fi_gen_gl.finp_get_cur

1576: || vvutukur 24-Dec-2002 Bug#2713315.Used FND_MESSAGE.SET_ENCODED to encode the token value, if charges api
1577: || returned some error message.
1578: || smadathi 06-Nov-2002 Enh. Bug 2584986. Modified charges API call to Add new parameter GL_DATE
1579: || Cursor CUR_CURRENCY declaration and its usage removed and replaced by
1580: || call to igs_fi_gen_gl.finp_get_cur
1581: || vvutukur 18-Sep-2002 Enh#2564643.Removed references to subaccount_id from cur_subaccount
1582: || cursor,p_header_rec record type parameter of call to charges api.
1583: || Renamed the cursor cur_subaccount to cur_ft_desc as this cursor
1584: || no longer refers to subaccount_id.Modified at its usage also.

Line 1638: -- The procedure igs_fi_gen_gl.finp_get_cur returns Currency code and currency description

1634: l_n_waiver_amount NUMBER;
1635:
1636: BEGIN
1637:
1638: -- The procedure igs_fi_gen_gl.finp_get_cur returns Currency code and currency description
1639: -- If no set up has been done in the System Options form, the procedure returns error message
1640:
1641: igs_fi_gen_gl.finp_get_cur( p_v_currency_cd => l_currency_cd ,
1642: p_v_curr_desc => l_currency_desc ,

Line 1641: igs_fi_gen_gl.finp_get_cur( p_v_currency_cd => l_currency_cd ,

1637:
1638: -- The procedure igs_fi_gen_gl.finp_get_cur returns Currency code and currency description
1639: -- If no set up has been done in the System Options form, the procedure returns error message
1640:
1641: igs_fi_gen_gl.finp_get_cur( p_v_currency_cd => l_currency_cd ,
1642: p_v_curr_desc => l_currency_desc ,
1643: p_v_message_name => l_message_name
1644: );
1645: