DBA Data[Home] [Help]

APPS.IGS_AD_IMP_002 dependencies on IGS_AD_IMP_018

Line 624: IF NOT igs_ad_imp_018.validate_desc_flex(

620: stat_rec.ethnic_origin := UPPER(stat_rec.ethnic_origin);
621: BEGIN
622: --Validation check of Descriptive Flexfield
623: -- Added as a part of bug number 2203778
624: IF NOT igs_ad_imp_018.validate_desc_flex(
625: p_attribute_category =>stat_rec.attribute_category,
626: p_attribute1 =>stat_rec.attribute1 ,
627: p_attribute2 =>stat_rec.attribute2 ,
628: p_attribute3 =>stat_rec.attribute3 ,

Line 1781: IF NOT igs_ad_imp_018.validate_desc_flex(

1777: api_type_rec api_type_cur%ROWTYPE;
1778: BEGIN
1779:
1780: --validate Alternate Person ID descriptive Flex field
1781: IF NOT igs_ad_imp_018.validate_desc_flex(
1782: p_attribute_category =>p_api_rec.attribute_category,
1783: p_attribute1 =>p_api_rec.attribute1 ,
1784: p_attribute2 =>p_api_rec.attribute2 ,
1785: p_attribute3 =>p_api_rec.attribute3 ,