DBA Data[Home] [Help]

APPS.JL_ZZ_FA_BOOKS_PKG dependencies on STANDARD

Line 145: --BUG 4618564. Due standards we cannot an schema harcoded, but in this case JL is not part

141: -------------------------------------------------------------------------
142: l_country_code := JG_ZZ_SHARED_PKG.GET_COUNTRY;
143:
144: IF l_country_code in ('AR','CL','CO','MX') THEN
145: --BUG 4618564. Due standards we cannot an schema harcoded, but in this case JL is not part
146: -- of and schema and really is a false positive. However we will decompose the string
147: -- to avoid conflicts with the standards.
148: jl_zz_fa_books_pkg.v_global_attribute_category := 'J'||'L'||'.'||l_country_code||'.FAXASSET.FA_BOOKS';
149:

Line 147: -- to avoid conflicts with the standards.

143:
144: IF l_country_code in ('AR','CL','CO','MX') THEN
145: --BUG 4618564. Due standards we cannot an schema harcoded, but in this case JL is not part
146: -- of and schema and really is a false positive. However we will decompose the string
147: -- to avoid conflicts with the standards.
148: jl_zz_fa_books_pkg.v_global_attribute_category := 'J'||'L'||'.'||l_country_code||'.FAXASSET.FA_BOOKS';
149:
150: IF jl_zz_fa_books_pkg.v_global_attribute1 is NULL THEN
151: jl_zz_fa_books_pkg.v_global_attribute1 := 'N';