DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_FI_FEE_RET_SCHD_PKG

Line 1487: || removed x_deduction_amount parameter from call to IGS_FI_FEE_RET_SCHD_PKG.INSERT_ROW.

1483: || when schedule defined at FTCI level, they cannot also be
1484: || defined at FCFL level and vice-versa.
1485: || pathipat 24-Jan-2003 Bug: 2765199 - Removed exception section
1486: || vvutukur 24-Jul-2002 Bug#2425767.Removed deduction_amount from select of cursor c_frtns_source,
1487: || removed x_deduction_amount parameter from call to IGS_FI_FEE_RET_SCHD_PKG.INSERT_ROW.
1488: ----------------------------------------------------------------------------*/
1489: gv_other_detail VARCHAR2(255);
1490: BEGIN
1491: DECLARE

Line 1634: IGS_FI_FEE_RET_SCHD_PKG.INSERT_ROW(

1630: v_message_name) THEN
1631: l_rowid := NULL;-- initialise l_rowid to null before passing into the TBH
1632: -- l_rowid with a value will throw Un-Handled Exception
1633: -- Call to igs_fi_gen_gl.get_formatted_amount formats ret_amount by rounding off to currency precision
1634: IGS_FI_FEE_RET_SCHD_PKG.INSERT_ROW(
1635: X_ROWID=>l_rowid,
1636: X_FEE_CAL_TYPE=>p_dest_cal_type,
1637: X_SEQUENCE_NUMBER=>v_frtns_source_rec.sequence_number,
1638: X_FEE_CI_SEQUENCE_NUMBER=>p_dest_sequence_number,