DBA Data[Home] [Help]

APPS.IGS_FI_CR_ACTIVITIES_PKG dependencies on IGS_FI_BILL_DPSTS_PKG

Line 195: || shtatiko 04-Dec-2002 Added call to igs_fi_bill_dpsts_pkg, Bug# 2584741

191: || Known limitations, enhancements or remarks :
192: || Change History :
193: || Who When What
194: || (reverse chronological order - newest change first)
195: || shtatiko 04-Dec-2002 Added call to igs_fi_bill_dpsts_pkg, Bug# 2584741
196: */
197: BEGIN
198:
199: igs_fi_applications_pkg.get_fk_igs_fi_cr_activities (

Line 207: igs_fi_bill_dpsts_pkg.get_fk_igs_fi_cr_activities (

203: igs_fi_bill_trnsctns_pkg.get_fk_igs_fi_cr_activities (
204: old_references.credit_activity_id
205: );
206:
207: igs_fi_bill_dpsts_pkg.get_fk_igs_fi_cr_activities (
208: old_references.credit_activity_id
209: );
210:
211: END check_child_existance;