DBA Data[Home] [Help]

APPS.IGS_FI_CREDITS_PKG dependencies on IGS_FI_PERSON_HOLDS_PKG

Line 471: || Added call to igs_fi_person_holds_pkg.get_fk_igs_fi_credits_all

467: || Change History :
468: || Who When What
469: || (reverse chronological order - newest change first)
470: || pathipat 11-Aug-2003 Enh 3076768 - Auto Release of Holds
471: || Added call to igs_fi_person_holds_pkg.get_fk_igs_fi_credits_all
472: */
473: BEGIN
474:
475: igs_fi_applications_pkg.get_fk_igs_fi_credits_all (

Line 487: igs_fi_person_holds_pkg.get_fk_igs_fi_credits_all (

483: igs_fi_otc_charges_pkg.get_fk_igs_fi_credits_all (
484: old_references.credit_id
485: );
486:
487: igs_fi_person_holds_pkg.get_fk_igs_fi_credits_all (
488: old_references.credit_id
489: );
490:
491: END check_child_existance;