DBA Data[Home] [Help]

APPS.IGS_AD_IMP_023 dependencies on IGS_AD_IMP_023

Line 1: PACKAGE BODY Igs_Ad_Imp_023 AS

1: PACKAGE BODY Igs_Ad_Imp_023 AS
2: /* $Header: IGSADA1B.pls 120.1 2006/02/23 06:11:12 gmaheswa noship $ */
3: FUNCTION get_discrepancy_result (
4: p_attribute_name IN VARCHAR2, -- For Eg. 'SURNAME'
5: p_ad_col_value IN VARCHAR2, -- For Eg. 'Navin'

Line 245: l_label VARCHAR2(100) := 'igs.plsql.igs_ad_imp_023.find_detail_discrepancy_rule.';

241:
242: -- Variables for FND logging
243: l_request_id NUMBER(15) := fnd_global.conc_request_id;
244: l_prog_label VARCHAR2(100) := 'igs.plsql.igs_ad_imp_002.prc_pe_dtls';
245: l_label VARCHAR2(100) := 'igs.plsql.igs_ad_imp_023.find_detail_discrepancy_rule.';
246: l_debug_str VARCHAR2(10000);
247:
248: -- Get the SRC_CAT_ID, AD_TAB_NAME, INT_TAB_NAME from igs_ad_source_cat table.
249: CURSOR source_cat_cur IS

Line 441: END Igs_Ad_Imp_023;

437: END IF;
438:
439: END find_attribute_rule;
440:
441: END Igs_Ad_Imp_023;