DBA Data[Home] [Help]

APPS.IGS_FI_BILL_PKG dependencies on IGS_FI_BILL_DPSTS_PKG

Line 168: || shtatiko 04-Dec-2002 Enh# 2584741, Added igs_fi_bill_dpsts_pkg call.

164: || Purpose : Checks for the existance of Child records.
165: || Known limitations, enhancements or remarks :
166: || Change History :
167: || Who When What
168: || shtatiko 04-Dec-2002 Enh# 2584741, Added igs_fi_bill_dpsts_pkg call.
169: || vchappid 02-Apr-2002 Enh# 2293676, added get_fk_igs_fi_bill
170: || (reverse chronological order - newest change first)
171: */
172: BEGIN

Line 194: igs_fi_bill_dpsts_pkg.get_fk_igs_fi_bill (

190: igs_fi_bill_pln_crd_pkg.get_fk_igs_fi_bill (
191: old_references.bill_id
192: );
193:
194: igs_fi_bill_dpsts_pkg.get_fk_igs_fi_bill (
195: old_references.bill_id
196: );
197:
198: END check_child_existance;