DBA Data[Home] [Help]

APPS.JL_CO_GL_MG_MEDIA_PKG dependencies on JL_ZZ_FA_UTILITIES_PKG

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

109: fnd_message.set_name('JL', 'JL_CO_GL_MG_INVALID_PATH');
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_PATH'),
114: exception_text => x_error_text);
115:
116: WHEN UTL_FILE.INVALID_MODE THEN
117:

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

118: fnd_message.set_name('JL', 'JL_CO_GL_MG_INVALID_MODE');
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_INVALID_MODE'),
123: exception_text => x_error_text);
124:
125: WHEN UTL_FILE.WRITE_ERROR THEN
126:

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

127: fnd_message.set_name('JL', 'JL_CO_GL_MG_WRITE_ERROR');
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_WRITE_ERROR'),
132: exception_text => x_error_text);
133:
134: WHEN UTL_FILE.INVALID_FILEHANDLE THEN
135:

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

136: fnd_message.set_name('JL', 'JL_CO_GL_MG_INVALID_FILEHANDLE');
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_FILEHANDLE'),
141: exception_text => x_error_text);
142:
143: WHEN UTL_FILE.INVALID_OPERATION THEN
144:

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

145: fnd_message.set_name('JL', 'JL_CO_GL_MG_INVALID_OPERATION');
146: x_error_text := SUBSTR(fnd_message.get, 1, 100);
147: app_exception.raise_exception (exception_type => 'APP',
148: exception_code =>
149: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_INVALID_OPERATION'),
150: exception_text => x_error_text);
151:
152: WHEN OTHERS THEN
153:

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

155: x_error_text := SUBSTR(fnd_message.get, 1, 100);
156: ROLLBACK;
157: app_exception.raise_exception (exception_type => 'APP',
158: exception_code =>
159: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_FA_GENERAL_ERROR'),
160: exception_text => x_error_text);
161:
162: END put_line;
163:

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

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

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

207: 'Exception "OTHERS" for selection of nit information from JL_CO_GL_NITS table');
208: x_error_text := SUBSTR(fnd_message.get, 1, 100);
209: app_exception.raise_exception (exception_type => 'APP',
210: exception_code =>
211: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),
212: exception_text => x_error_text);
213:
214: END get_nit_info;
215:

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

391: x_error_text := SUBSTR(fnd_message.get, 1, 100);
392: ROLLBACK;
393: app_exception.raise_exception (exception_type => 'APP',
394: exception_code =>
395: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),
396: exception_text => x_error_text);
397:
398: END;
399:

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

854: x_error_text := SUBSTR(fnd_message.get, 1, 100);
855: ROLLBACK;
856: app_exception.raise_exception (exception_type => 'APP',
857: exception_code =>
858: jl_zz_fa_utilities_pkg.get_app_errnum('AR', 'GENERIC_MESSAGE'),
859: exception_text => x_error_text);
860:
861: END;
862:

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

990: x_message := '----******************************************************----';
991: put_line( fnd_file.log, x_message);
992: app_exception.raise_exception (exception_type => 'APP',
993: exception_code =>
994: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_FILE_SENT'),
995: exception_text => x_error_text);
996:
997: WHEN OTHERS THEN
998:

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

1467: x_message := '----******************************************************----';
1468: put_line( fnd_file.log, x_message);
1469: app_exception.raise_exception (exception_type => 'APP',
1470: exception_code =>
1471: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_TH_ALERT'),
1472: exception_text => x_error_text);
1473:
1474: END IF;
1475:

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

1487: x_message := '----******************************************************----';
1488: put_line( fnd_file.log, x_message);
1489: app_exception.raise_exception (exception_type => 'APP',
1490: exception_code =>
1491: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_FILE_SENT'),
1492: exception_text => x_error_text);
1493:
1494: WHEN OTHERS THEN
1495:

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

1926: x_message := '----******************************************************----';
1927: put_line( fnd_file.log, x_message);
1928: app_exception.raise_exception (exception_type => 'APP',
1929: exception_code =>
1930: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_FILE_SENT'),
1931: exception_text => x_error_text);
1932:
1933:
1934: WHEN MG_GENERAL_ALERT THEN

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

1944: x_message := '----******************************************************----';
1945: put_line( fnd_file.log, x_message);
1946: app_exception.raise_exception (exception_type => 'APP',
1947: exception_code =>
1948: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_GEN_ALERT'),
1949: exception_text => x_error_text);
1950:
1951: WHEN LOCATION_ID_DOES_NOT_EXIST THEN
1952:

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

1953: fnd_message.set_name('JL', 'JL_CO_GL_MG_NO_LOCATION_ID');
1954: x_error_text := SUBSTR(fnd_message.get, 1, 100);
1955: app_exception.raise_exception (exception_type => 'APP',
1956: exception_code =>
1957: jl_zz_fa_utilities_pkg.get_app_errnum('JL', 'JL_CO_GL_MG_NO_LOCATION_ID'),
1958: exception_text => x_error_text);
1959:
1960: WHEN OTHERS THEN
1961: