DBA Data[Home] [Help]

APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on JL_ZZ_FA_UTILITIES_PKG

Line 104: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_INVALID_PATH'),

100: fnd_message.set_name('JL', 'JL_CO_GL_MG_INVALID_PATH');
101: x_error_text := SUBSTR(fnd_message.get, 1, 100);
102: app_exception.raise_exception (exception_type => 'APP',
103: exception_code =>
104: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_INVALID_PATH'),
105: exception_text => x_error_text);
106:
107: WHEN UTL_FILE.INVALID_MODE THEN
108:

Line 113: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_INVALID_MODE'),

109: fnd_message.set_name('JL', 'JL_CO_GL_MG_INVALID_MODE');
110: x_error_text := SUBSTR(fnd_message.get, 1, 100);
111: app_exception.raise_exception (exception_type => 'APP',
112: exception_code =>
113: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_INVALID_MODE'),
114: exception_text => x_error_text);
115:
116: WHEN UTL_FILE.WRITE_ERROR THEN
117:

Line 122: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_WRITE_ERROR'),

118: fnd_message.set_name('JL', 'JL_CO_GL_MG_WRITE_ERROR');
119: x_error_text := SUBSTR(fnd_message.get, 1, 100);
120: app_exception.raise_exception (exception_type => 'APP',
121: exception_code =>
122: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_WRITE_ERROR'),
123: exception_text => x_error_text);
124:
125: WHEN UTL_FILE.INVALID_FILEHANDLE THEN
126:

Line 131: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_INVALID_FILEHANDLE'),

127: fnd_message.set_name('JL', 'JL_CO_GL_MG_INVALID_FILEHANDLE');
128: x_error_text := SUBSTR(fnd_message.get, 1, 100);
129: app_exception.raise_exception (exception_type => 'APP',
130: exception_code =>
131: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_INVALID_FILEHANDLE'),
132: exception_text => x_error_text);
133:
134: WHEN UTL_FILE.INVALID_OPERATION THEN
135:

Line 140: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_INVALID_OPERATION'),

136: fnd_message.set_name('JL', 'JL_CO_GL_MG_INVALID_OPERATION');
137: x_error_text := SUBSTR(fnd_message.get, 1, 100);
138: app_exception.raise_exception (exception_type => 'APP',
139: exception_code =>
140: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_INVALID_OPERATION'),
141: exception_text => x_error_text);
142:
143: WHEN OTHERS THEN
144:

Line 150: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_FA_GENERAL_ERROR'),

146: x_error_text := SUBSTR(fnd_message.get, 1, 100);
147: ROLLBACK;
148: app_exception.raise_exception (exception_type => 'APP',
149: exception_code =>
150: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_FA_GENERAL_ERROR'),
151: exception_text => x_error_text);
152:
153: END put_line;
154:

Line 191: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),

187: 'Exception "NO_DATA_FOUND" for selection of nit information from JL_CO_GL_NITS table');
188: x_error_text := SUBSTR(fnd_message.get, 1, 100);
189: app_exception.raise_exception (exception_type => 'APP',
190: exception_code =>
191: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),
192: exception_text => x_error_text);
193:
194: WHEN OTHERS THEN
195:

Line 202: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),

198: 'Exception "OTHERS" for selection of nit information from JL_CO_GL_NITS table');
199: x_error_text := SUBSTR(fnd_message.get, 1, 100);
200: app_exception.raise_exception (exception_type => 'APP',
201: exception_code =>
202: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),
203: exception_text => x_error_text);
204:
205: END get_nit_info;
206:

Line 341: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),

337: x_error_text := SUBSTR(fnd_message.get, 1, 100);
338: ROLLBACK;
339: app_exception.raise_exception (exception_type => 'APP',
340: exception_code =>
341: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),
342: exception_text => x_error_text);
343:
344: END;
345:

Line 801: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),

797: x_error_text := SUBSTR(fnd_message.get, 1, 100);
798: ROLLBACK;
799: app_exception.raise_exception (exception_type => 'APP',
800: exception_code =>
801: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),
802: exception_text => x_error_text);
803:
804: END;
805:

Line 937: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_FILE_SENT'),

933: x_message := '----******************************************************----';
934: put_line( fnd_file.log, x_message);
935: app_exception.raise_exception (exception_type => 'APP',
936: exception_code =>
937: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_FILE_SENT'),
938: exception_text => x_error_text);
939:
940: WHEN OTHERS THEN
941:

Line 1366: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_TH_ALERT'),

1362: x_message := '----******************************************************----';
1363: put_line( fnd_file.log, x_message);
1364: app_exception.raise_exception (exception_type => 'APP',
1365: exception_code =>
1366: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_TH_ALERT'),
1367: exception_text => x_error_text);
1368:
1369: END IF;
1370:

Line 1386: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_FILE_SENT'),

1382: x_message := '----******************************************************----';
1383: put_line( fnd_file.log, x_message);
1384: app_exception.raise_exception (exception_type => 'APP',
1385: exception_code =>
1386: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_FILE_SENT'),
1387: exception_text => x_error_text);
1388:
1389: WHEN OTHERS THEN
1390:

Line 1823: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_FILE_SENT'),

1819: x_message := '----******************************************************----';
1820: put_line( fnd_file.log, x_message);
1821: app_exception.raise_exception (exception_type => 'APP',
1822: exception_code =>
1823: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_FILE_SENT'),
1824: exception_text => x_error_text);
1825:
1826:
1827: WHEN MG_GENERAL_ALERT THEN

Line 1841: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_GEN_ALERT'),

1837: x_message := '----******************************************************----';
1838: put_line( fnd_file.log, x_message);
1839: app_exception.raise_exception (exception_type => 'APP',
1840: exception_code =>
1841: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_GEN_ALERT'),
1842: exception_text => x_error_text);
1843:
1844: WHEN LOCATION_ID_DOES_NOT_EXIST THEN
1845:

Line 1850: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_NO_LOCATION_ID'),

1846: fnd_message.set_name('JL', 'JL_CO_GL_MG_NO_LOCATION_ID');
1847: x_error_text := SUBSTR(fnd_message.get, 1, 100);
1848: app_exception.raise_exception (exception_type => 'APP',
1849: exception_code =>
1850: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_NO_LOCATION_ID'),
1851: exception_text => x_error_text);
1852:
1853: WHEN OTHERS THEN
1854: