DBA Data[Home] [Help]

APPS.JL_ZZ_FA_DEPRN_ADJ_PKG dependencies on FND_CONCURRENT

Line 1373: call_status := fnd_concurrent.set_completion_status('ERROR','');

1369:
1370: IF g_step = 'BOOK INFO' THEN
1371: fnd_message.set_name ('JL', 'JL_AR_FA_BOOK_INFO_NOT_DEFINED');
1372: fnd_file.put_line (fnd_file.log, fnd_message.get);
1373: call_status := fnd_concurrent.set_completion_status('ERROR','');
1374: /*
1375: jl_zz_fa_utilities_pkg.raise_error ('JL',
1376: 'JL_AR_FA_BOOK_INFO_NOT_DEFINED','APPS');
1377: */

Line 1381: call_status := fnd_concurrent.set_completion_status('ERROR','');

1377: */
1378: ELSIF g_step = 'DIST HIST' THEN
1379: fnd_message.set_name ('JL', 'JL_ZZ_FA_NO_DISTRIBUTION_INFO');
1380: fnd_file.put_line (fnd_file.log, fnd_message.get);
1381: call_status := fnd_concurrent.set_completion_status('ERROR','');
1382: /*
1383: jl_zz_fa_utilities_pkg.raise_error ('JL',
1384: 'JL_ZZ_FA_NO_DISTRIBUTION_INFO','APPS');
1385: */

Line 1389: call_status := fnd_concurrent.set_completion_status('ERROR','');

1385: */
1386: ELSIF g_step = 'CURR INDX' THEN
1387: fnd_message.set_name ('JL', 'JL_AR_FA_CURR_INDX_VAL_NOT_DEF');
1388: fnd_file.put_line (fnd_file.log, fnd_message.get);
1389: call_status := fnd_concurrent.set_completion_status('ERROR','');
1390: /*
1391: jl_zz_fa_utilities_pkg.raise_error ('JL',
1392: 'JL_AR_FA_CURR_INDX_VAL_NOT_DEF','APPS');
1393: */

Line 1397: call_status := fnd_concurrent.set_completion_status('ERROR','');

1393: */
1394: ELSIF g_step = 'CURR DPRN INFO' THEN
1395: fnd_message.set_name ('JL', 'JL_AR_FA_CUR_FY_DEP_PER_NOTDEF');
1396: fnd_file.put_line (fnd_file.log, fnd_message.get);
1397: call_status := fnd_concurrent.set_completion_status('ERROR','');
1398: /*
1399: jl_zz_fa_utilities_pkg.raise_error ('JL',
1400: 'JL_AR_FA_CUR_FY_DEP_PER_NOTDEF','APPS');
1401: */

Line 1405: call_status := fnd_concurrent.set_completion_status('ERROR','');

1401: */
1402: ELSIF g_step = 'PREV DPRN INFO' THEN
1403: fnd_message.set_name ('JL', 'JL_AR_FA_PRV_FY_DEP_PER_NOTDEF');
1404: fnd_file.put_line (fnd_file.log, fnd_message.get);
1405: call_status := fnd_concurrent.set_completion_status('ERROR','');
1406: /*
1407: jl_zz_fa_utilities_pkg.raise_error ('JL',
1408: 'JL_AR_FA_PRV_FY_DEP_PER_NOTDEF','APPS');
1409: */