[Home] [Help]
339: l_n_chg_stdnt_party := NULL;
340: END IF;
341:
342: -- Step 4: If Error Account = N, then insert the record into IGS_FI_COM_RECS_INT table
343: igs_fi_com_recs_int_pkg.insert_row ( x_rowid => l_rowid ,
344: x_transaction_category => 'CHARGE' ,
345: x_transaction_header_id => l_rec_charges.invoice_id ,
346: x_transaction_number => l_rec_charges.charge_number ,
347: x_party_id => l_rec_charges.person_id ,
468: l_n_credit_stdnt_party := NULL;
469: END IF;
470:
471: -- Step 7: Insert the credit record into the interface table.
472: igs_fi_com_recs_int_pkg.insert_row( x_rowid => l_rowid ,
473: x_transaction_category => 'CREDIT' ,
474: x_transaction_header_id => l_rec_credits.cr_id ,
475: x_transaction_number => l_rec_credits.credit_number ,
476: x_party_id => l_rec_credits.party_id ,