DBA Data[Home] [Help]

PACKAGE: APPS.IGS_AD_IMP_009

Source


1 PACKAGE IGS_AD_IMP_009 AUTHID CURRENT_USER AS
2 /* $Header: IGSAD87S.pls 115.8 2003/12/09 11:54:09 pbondugu ship $ */
3 
4 /*
5   ||  Created By : nsinha
6   ||  Created On : 22-JUN-2001
7   ||  Purpose : This procedure process the Application
8   ||  Known limitations, enhancements or remarks :
9   ||  Change History :
10   ||  Who             When            What
11   ||  pkpatel       22-JUN-2001      Bug no.2702536
12   ||                                 Added the parameters p_match_ind, p_person_id, p_addr_type and p_person_id_type
13   ||  (reverse chronological order - newest change first)
14 */
15 PROCEDURE IGS_AD_IMP_FIND_DUP_PERSONS
16 	(p_d_batch_id IN NUMBER,
17 	 p_d_source_type_id IN NUMBER,
18 	 p_d_match_set_id IN NUMBER,
19 	 p_interface_id   IN igs_ad_interface.interface_id%TYPE,
20      p_match_ind      IN OUT NOCOPY igs_ad_interface.match_ind%TYPE,
21 	 p_person_id      OUT    NOCOPY igs_ad_interface.person_id%TYPE,
22      p_addr_type      IN igs_pe_mtch_set_data.value%TYPE,
23      p_person_id_type IN igs_pe_mtch_set_data.value%TYPE
24 );
25 
26 /*removed the procedure SET_STAT_MATC_RVW_DIS_RCDS as part of bug 3191401*/
27 
28 
29 END IGS_AD_IMP_009;