DBA Data[Home] [Help]

APPS.IGS_PE_IDENTIFY_DUPS dependencies on IGS_PE_MATCH_SETS

Line 82: MATCH_SET_ID igs_pe_match_sets.match_set_id%TYPE);

78: FIRST_NAME igs_Ad_relations_int.given_names%TYPE,
79: GENDER igs_ad_relations_int.sex%TYPE,
80: BIRTH_DATE igs_ad_relations_int.birth_dt%TYPE,
81: BATCH_ID igs_ad_interface.batch_id%TYPE,
82: MATCH_SET_ID igs_pe_match_sets.match_set_id%TYPE);
83:
84: r_record_dup_rel_rec r_record_dup_rel;
85:
86: TYPE r_matchset_partial IS RECORD(

Line 93: g_partial_if_null igs_pe_match_sets.partial_if_null%TYPE;

89:
90: TYPE t_matchset IS TABLE OF r_matchset_partial INDEX BY BINARY_INTEGER;
91:
92: -- global variables added as part of Bug 3130316, Duplicate Person Matching Performance Improvements
93: g_partial_if_null igs_pe_match_sets.partial_if_null%TYPE;
94: g_exclude_inactive_ind igs_pe_match_sets.exclude_inactive_ind%TYPE;
95: g_match_set_id igs_pe_match_sets.match_set_id%TYPE;
96: g_source_type_id NUMBER; -- nsidana Bug 3633341
97: g_addr_type_din igs_pe_mtch_set_data_all.drop_if_null%TYPE;

Line 94: g_exclude_inactive_ind igs_pe_match_sets.exclude_inactive_ind%TYPE;

90: TYPE t_matchset IS TABLE OF r_matchset_partial INDEX BY BINARY_INTEGER;
91:
92: -- global variables added as part of Bug 3130316, Duplicate Person Matching Performance Improvements
93: g_partial_if_null igs_pe_match_sets.partial_if_null%TYPE;
94: g_exclude_inactive_ind igs_pe_match_sets.exclude_inactive_ind%TYPE;
95: g_match_set_id igs_pe_match_sets.match_set_id%TYPE;
96: g_source_type_id NUMBER; -- nsidana Bug 3633341
97: g_addr_type_din igs_pe_mtch_set_data_all.drop_if_null%TYPE;
98: g_person_id_type_din igs_pe_mtch_set_data_all.drop_if_null%TYPE;

Line 95: g_match_set_id igs_pe_match_sets.match_set_id%TYPE;

91:
92: -- global variables added as part of Bug 3130316, Duplicate Person Matching Performance Improvements
93: g_partial_if_null igs_pe_match_sets.partial_if_null%TYPE;
94: g_exclude_inactive_ind igs_pe_match_sets.exclude_inactive_ind%TYPE;
95: g_match_set_id igs_pe_match_sets.match_set_id%TYPE;
96: g_source_type_id NUMBER; -- nsidana Bug 3633341
97: g_addr_type_din igs_pe_mtch_set_data_all.drop_if_null%TYPE;
98: g_person_id_type_din igs_pe_mtch_set_data_all.drop_if_null%TYPE;
99: g_matchset_exact t_matchset;