DBA Data[Home] [Help]

APPS.JL_ZZ_OE_LIBRARY_1_PKG dependencies on STANDARD

Line 13: --BUG 4618564. Due standards we cannot have an harcoded schema, but in

9: v_dflx_cc varchar2(30);
10: BEGIN
11: Errcd := 0;
12:
13: --BUG 4618564. Due standards we cannot have an harcoded schema, but in
14: -- this case JL is not part of and schema and really is a
15: -- false positive. However we will decompose the string
16: -- to avoid conflicts with the standards.
17:

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

12:
13: --BUG 4618564. Due standards we cannot have an harcoded schema, but in
14: -- this case JL is not part of and schema and really is a
15: -- false positive. However we will decompose the string
16: -- to avoid conflicts with the standards.
17:
18: v_dflx_cc := 'J'||'L'||'.' || cntry_code || '.' || form_code || '.Lines';
19:
20: SELECT SUBSTR (description, 1, 30)