DBA Data[Home] [Help]

APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on IGS_FI_INV_INT_PKG

Line 168: Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row

164:
165: brajendr 22-FEB-2002 modifed the cursor (c_cc_number)which is used for creating the credit number as per the DLD
166:
167: jbegum 20-FEB-2002 Enh bug # 2228910
168: Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row
169:
170: sykrishn 04-FEB-2002 Modifications due to SFCR020- Changes to call to credits API and changes in igs_fi_credits_pkg.update_row
171: to add the new columns
172: Code related to derivation of credit_source removed since it is going to be passed as null to credits API. - SFCR020 - 2191470

Line 535: calls to igs_fi_inv_int_pkg.update_row.

531: vvutukur 15-Nov-2002 Enh#2584986.Passed SYSDATE to the call to charges API for the parameter
532: l_chg_line_tbl(1).p_gl_date.
533: vvutukur 16-Sep-2002 Enh#2564643.Removed references to subaccount_id.ie.,the assignment of
534: L_CHG_REC.P_SUBACCOUNT_ID to L_CUR_INVHEADER.SUBACCOUNT_ID,and from
535: calls to igs_fi_inv_int_pkg.update_row.
536: masehgal 17-Jan-2002 ENH # 2170429
537: Obsoletion of SPONSOR_CD from UPDATE_ROW Call to IGS_FI_INV_INT Tablehandler
538: ***************************************************************/
539: -- Cursor for fetching Invoice Header details

Line 652: --vvutukur 25-Nov-2002 Enh#2584986.Removed the call to igs_fi_inv_int_pkg.update_row.

648:
649: --Change History
650: --Who When What
651: --skharida 26-Jun-2006 Bug# 5208136 - Removed the obsoleted columns from the table IGS_FI_INV_INT_ALL
652: --vvutukur 25-Nov-2002 Enh#2584986.Removed the call to igs_fi_inv_int_pkg.update_row.
653: --vvutukur 16-Sep-2002 Enh#2564643.As part of subaccount removal build,removed parameter
654: -- x_subaccount_id from the following call to igs_fi_inv_int_pkg.update_row.
655: --jbegum 20 feb 02 Enh bug # 2228910
656: -- Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row

Line 654: -- x_subaccount_id from the following call to igs_fi_inv_int_pkg.update_row.

650: --Who When What
651: --skharida 26-Jun-2006 Bug# 5208136 - Removed the obsoleted columns from the table IGS_FI_INV_INT_ALL
652: --vvutukur 25-Nov-2002 Enh#2584986.Removed the call to igs_fi_inv_int_pkg.update_row.
653: --vvutukur 16-Sep-2002 Enh#2564643.As part of subaccount removal build,removed parameter
654: -- x_subaccount_id from the following call to igs_fi_inv_int_pkg.update_row.
655: --jbegum 20 feb 02 Enh bug # 2228910
656: -- Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row
657: --masehgal 17-Jan-2002 ENH # 2170429
658: -- Obsoletion of SPONSOR_CD from UPDATE_ROW Call to IGS_FI_INV_INT Tablehandler

Line 656: -- Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row

652: --vvutukur 25-Nov-2002 Enh#2584986.Removed the call to igs_fi_inv_int_pkg.update_row.
653: --vvutukur 16-Sep-2002 Enh#2564643.As part of subaccount removal build,removed parameter
654: -- x_subaccount_id from the following call to igs_fi_inv_int_pkg.update_row.
655: --jbegum 20 feb 02 Enh bug # 2228910
656: -- Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row
657: --masehgal 17-Jan-2002 ENH # 2170429
658: -- Obsoletion of SPONSOR_CD from UPDATE_ROW Call to IGS_FI_INV_INT Tablehandler
659:
660: -- Fetch the Invoice Header Details for the Reversal record to update optional_fee_flag to 'D'

Line 666: igs_fi_inv_int_pkg.update_row( x_rowid => l_cur_invheader.row_id ,

662: OPEN cur_invheader(TO_NUMBER(p_invoice_id));
663: FETCH cur_invheader INTO l_cur_invheader;
664: CLOSE cur_invheader;
665:
666: igs_fi_inv_int_pkg.update_row( x_rowid => l_cur_invheader.row_id ,
667: x_invoice_id => l_cur_invheader.invoice_id ,
668: x_person_id => l_cur_invheader.person_id ,
669: x_fee_type => l_cur_invheader.fee_type ,
670: x_fee_cat => l_cur_invheader.fee_cat ,

Line 739: igs_fi_inv_int_pkg.update_row.

735: at fee type set up level.
736: pathipat 04-Jun-2003 Enh 2831584 - SS Enhancements Build
737: Modified cursor cur_opt_fees - included join with igs_fi_invln_int_all
738: vvutukur 25-Nov-2002 Enh#2584986.Passed NULL to the newly added parameter x_reversal_gl_date in the call to
739: igs_fi_inv_int_pkg.update_row.
740: vvutukur 16-Sep-2002 Enh#2564643.Removed the references to subaccount_id.ie., from
741: parameters list p_subaccount_id,from cursor cur_opt_fees and from the
742: call to igs_fi_inv_int_pkg.update_row.9/16/02
743: removal build.

Line 742: call to igs_fi_inv_int_pkg.update_row.9/16/02

738: vvutukur 25-Nov-2002 Enh#2584986.Passed NULL to the newly added parameter x_reversal_gl_date in the call to
739: igs_fi_inv_int_pkg.update_row.
740: vvutukur 16-Sep-2002 Enh#2564643.Removed the references to subaccount_id.ie., from
741: parameters list p_subaccount_id,from cursor cur_opt_fees and from the
742: call to igs_fi_inv_int_pkg.update_row.9/16/02
743: removal build.
744: masehgal 17-Jan-2002 ENH # 2170429
745: Obsoletion of SPONSOR_CD from UPDATE_ROW Call to IGS_FI_INV_INT Tablehandler
746: ***************************************************************/

Line 773: -- x_subaccount_id from the following call to igs_fi_inv_int_pkg.update_row.

769: --Change History
770: --Who When What
771: --skharida 26-Jun-2006 Bug# 5208136 - Removed the obsoleted columns from the table IGS_FI_INV_INT_ALL
772: --vvutukur 16-Sep-2002 Enh#2564643.As part of subaccount removal build, removed parameter
773: -- x_subaccount_id from the following call to igs_fi_inv_int_pkg.update_row.
774: --jbegum 20 feb 02 Enh bug # 2228910
775: -- Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row
776: --masehgal 17-Jan-2002 ENH # 2170429
777: -- Obsoletion of SPONSOR_CD from UPDATE_ROW Call to IGS_FI_INV_INT Tablehandler

Line 775: -- Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row

771: --skharida 26-Jun-2006 Bug# 5208136 - Removed the obsoleted columns from the table IGS_FI_INV_INT_ALL
772: --vvutukur 16-Sep-2002 Enh#2564643.As part of subaccount removal build, removed parameter
773: -- x_subaccount_id from the following call to igs_fi_inv_int_pkg.update_row.
774: --jbegum 20 feb 02 Enh bug # 2228910
775: -- Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row
776: --masehgal 17-Jan-2002 ENH # 2170429
777: -- Obsoletion of SPONSOR_CD from UPDATE_ROW Call to IGS_FI_INV_INT Tablehandler
778:
779: Igs_Fi_Inv_Int_Pkg.update_row( x_rowid => l_cur_inv_int.row_id ,

Line 779: Igs_Fi_Inv_Int_Pkg.update_row( x_rowid => l_cur_inv_int.row_id ,

775: -- Removed the source_transaction_id column from igs_fi_inv_int_pkg.update_row
776: --masehgal 17-Jan-2002 ENH # 2170429
777: -- Obsoletion of SPONSOR_CD from UPDATE_ROW Call to IGS_FI_INV_INT Tablehandler
778:
779: Igs_Fi_Inv_Int_Pkg.update_row( x_rowid => l_cur_inv_int.row_id ,
780: x_invoice_id => l_cur_inv_int.invoice_id ,
781: x_person_id => l_cur_inv_int.person_id ,
782: x_fee_type => l_cur_inv_int.fee_type ,
783: x_fee_cat => l_cur_inv_int.fee_cat ,