DBA Data[Home] [Help]

APPS.IGS_FI_GEN_007 dependencies on IGS_FI_APPLICATIONS_PKG

Line 595: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_applications_pkg.insert_row

591: || charges table instead of the optional_payment_ind column of fee type table.
592: || pathipat 07-Jun-2003 Enh 2831584 - SS Enhancements build
593: || Modified call to call_update_charges() - Added check for optional_payment_ind
594: || and waiver flag
595: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_applications_pkg.insert_row
596: || to add new parameters GL Date , GL_POSTED_DATE, POSTING_CONTROL_ID
597: || (reverse chronological order - newest change first) */
598:
599: CURSOR cur_cr_act IS

Line 666: igs_fi_applications_pkg.insert_row( X_ROWID => l_rowid,

662: --Insert record into application table
663: -- Modified apply_date entry as Trunc(Sysdate) as part of Bug 4240402: Timezone impact
664: BEGIN
665: p_application_id:=NULL;
666: igs_fi_applications_pkg.insert_row( X_ROWID => l_rowid,
667: X_APPLICATION_ID => p_application_id,
668: X_APPLICATION_TYPE => g_app,
669: X_INVOICE_ID => p_invoice_id,
670: X_CREDIT_ID => p_credit_id,

Line 759: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_applications_pkg.insert_row

755: || Change History :
756: || Who When What
757: || pathipat 07-Jun-2003 Enh 2831584 - SS Enhancements build
758: || Modified call to call_update_charges()
759: || smadathi 20-NOV-2002 Enh. Bug 2584986. Modified igs_fi_applications_pkg.insert_row
760: || to add new parameters GL Date , GL_POSTED_DATE, POSTING_CONTROL_ID
761: || (reverse chronological order - newest change first) */
762:
763:

Line 808: igs_fi_applications_pkg.insert_row( X_ROWID => l_rowid,

804: -- Modified apply_date entry as Trunc(Sysdate) as part of Bug 4240402: Timezone impact
805: BEGIN
806: l_rowid:=NULL;
807: l_application_id:=NULL;
808: igs_fi_applications_pkg.insert_row( X_ROWID => l_rowid,
809: X_APPLICATION_ID => l_application_id,
810: X_APPLICATION_TYPE => g_unapp,
811: X_INVOICE_ID => p_invoice_id,
812: X_CREDIT_ID => p_credit_id,