DBA Data[Home] [Help]

APPS.IGS_PE_SRC_TYPES_PKG dependencies on IGS_PE_MATCH_SETS_PKG

Line 207: Added the call igs_pe_match_sets_pkg.get_fk_igs_pe_src_types

203: Aiyer 04-Feb-2003 Modified for the bug 2664699
204: Replaced call to IGS_AD_I_ENTRY_STATS_PKG.GET_FK_FOR_VALIDATION
205: with IGS_RC_I_ENT_STATS_PKG.GET_FK_FOR_VALIDATION
206: pkpatel 10-JUN-2003 Bug 2996726
207: Added the call igs_pe_match_sets_pkg.get_fk_igs_pe_src_types
208: (reverse chronological order - newest change first)
209:
210: ***************************************************************/
211: BEGIN

Line 222: igs_pe_match_sets_pkg.get_fk_igs_pe_src_types (

218: 'begin igr_i_inquiry_types_pkg.get_fk_igs_pe_src_types ( :1 ); end;'
219: USING old_references.source_type_id;
220: END IF;
221:
222: igs_pe_match_sets_pkg.get_fk_igs_pe_src_types (
223: old_references.source_type_id
224: );
225: END Check_Child_Existance;
226: