DBA Data[Home] [Help]

APPS.IGS_FI_REFUNDS_PKG dependencies on IGS_FI_INV_INT_PKG

Line 44: || smadathi 01-Nov-2002 Enh. Bug 2584986. Modified igs_fi_inv_int_pkg.update_row

40: || Change History :
41: || Who When What
42: || (reverse chronological order - newest change first)
43: || skharida 26-Jun-2006 Bug# 5208136 - Removed the obsoleted columns from the table IGS_FI_INV_INT_ALL and IGS_FI_REFUNDS
44: || smadathi 01-Nov-2002 Enh. Bug 2584986. Modified igs_fi_inv_int_pkg.update_row
45: || to add new column REVERSAL_GL_DATE
46: || vvutukur 18-Sep-2002 Enh#2564643.Removed references to subaccount_id.ie., from the call to
47: || igs_fi_inv_int_pkg.update_row.
48: */

Line 47: || igs_fi_inv_int_pkg.update_row.

43: || skharida 26-Jun-2006 Bug# 5208136 - Removed the obsoleted columns from the table IGS_FI_INV_INT_ALL and IGS_FI_REFUNDS
44: || smadathi 01-Nov-2002 Enh. Bug 2584986. Modified igs_fi_inv_int_pkg.update_row
45: || to add new column REVERSAL_GL_DATE
46: || vvutukur 18-Sep-2002 Enh#2564643.Removed references to subaccount_id.ie., from the call to
47: || igs_fi_inv_int_pkg.update_row.
48: */
49:
50: CURSOR cur_inv(cp_invoice_id igs_fi_inv_int.invoice_id%TYPE) IS
51: SELECT inv.*

Line 58: igs_fi_inv_int_pkg.update_row (

54:
55: BEGIN
56: IF new_references.source_refund_id IS NOT NULL THEN
57: FOR recinv IN cur_inv(p_invoice_id) LOOP
58: igs_fi_inv_int_pkg.update_row (
59: x_rowid => recinv.row_id,
60: x_invoice_id => recinv.invoice_id,
61: x_person_id => recinv.person_id,
62: x_fee_type => recinv.fee_type,

Line 389: ELSIF NOT igs_fi_inv_int_pkg.get_pk_for_validation (

385:
386: IF (((old_references.invoice_id = new_references.invoice_id)) OR
387: ((new_references.invoice_id IS NULL))) THEN
388: NULL;
389: ELSIF NOT igs_fi_inv_int_pkg.get_pk_for_validation (
390: new_references.invoice_id
391: ) THEN
392: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');
393: igs_ge_msg_stack.add;