DBA Data[Home] [Help]

APPS.OKL_STREAM_MIGRATION_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 2187: l_error_msg_rec Okl_Accounting_Util.ERROR_MESSAGE_TYPE;

2183: x_gtsv_tbl gtsv_tbl_type;
2184: x_gtlv_tbl gtlv_tbl_type;
2185: x_gtpv_tbl gtpv_tbl_type;
2186:
2187: l_error_msg_rec Okl_Accounting_Util.ERROR_MESSAGE_TYPE;
2188: l_error_msgs_tbl error_msgs_tbl_type;
2189:
2190: l_gts_id OKL_ST_GEN_TMPT_SETS.id%TYPE;
2191: l_gts_name OKL_ST_GEN_TMPT_SETS.name%TYPE;

Line 2427: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

2423: p_gtt_id => l_gtt_id );
2424: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
2425: THEN
2426: Fnd_File.PUT_LINE(Fnd_File.LOG, 'The following errors occured while activating the template - ' || l_gts_name );
2427: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
2428: IF (l_error_msg_rec.COUNT > 0)
2429: THEN
2430: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
2431: LOOP

Line 2488: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

2484: x_gttv_rec => x_gttv_rec);
2485: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
2486: THEN
2487: Fnd_File.PUT_LINE(Fnd_File.LOG, 'The following errors occured while creating stream template ' || l_gtsv_rec.name );
2488: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
2489: IF (l_error_msg_rec.COUNT > 0)
2490: THEN
2491: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
2492: LOOP

Line 2517: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

2513: p_gtlv_tbl => l_gtlv_tbl);
2514: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
2515: THEN
2516: Fnd_File.PUT_LINE(Fnd_File.LOG, 'The following errors occured while adding mandatory template lines ' );
2517: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
2518: IF (l_error_msg_rec.COUNT > 0)
2519: THEN
2520: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
2521: IF l_error_msg_rec(m) IS NOT NULL THEN

Line 2549: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

2545: p_gtlv_tbl => l_gtlv_tbl);
2546: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
2547: THEN
2548: Fnd_File.PUT_LINE(Fnd_File.LOG, 'The following errors occured while adding used template lines ' );
2549: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
2550: IF (l_error_msg_rec.COUNT > 0) THEN
2551: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
2552: IF l_error_msg_rec(m) IS NOT NULL THEN
2553: Fnd_File.put_line(Fnd_File.LOG, l_error_msg_rec(m));

Line 2594: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

2590: p_gtt_id => x_gttv_rec.id );
2591: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
2592: THEN
2593: Fnd_File.PUT_LINE(Fnd_File.LOG, 'The following errors occured while activating the template - ' || l_gtsv_rec.name );
2594: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
2595: IF (l_error_msg_rec.COUNT > 0)
2596: THEN
2597: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
2598: IF l_error_msg_rec(m) IS NOT NULL THEN

Line 2611: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

2607: END LOOP; -- End of pdt_csr
2608: Okl_Api.END_ACTIVITY (x_msg_count, x_msg_data );
2609: EXCEPTION
2610: WHEN Okl_Api.G_EXCEPTION_ERROR THEN
2611: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
2612: IF (l_error_msg_rec.COUNT > 0) THEN
2613: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
2614: IF l_error_msg_rec(m) IS NOT NULL THEN
2615: Fnd_File.put_line(Fnd_File.LOG, l_error_msg_rec(m));

Line 2621: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

2617: END LOOP;
2618: END IF;
2619:
2620: WHEN Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR THEN
2621: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
2622: IF (l_error_msg_rec.COUNT > 0) THEN
2623: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
2624: IF l_error_msg_rec(m) IS NOT NULL THEN
2625: Fnd_File.put_line(Fnd_File.LOG, l_error_msg_rec(m));

Line 2631: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

2627: END LOOP;
2628: END IF;
2629:
2630: WHEN OTHERS THEN
2631: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
2632: IF (l_error_msg_rec.COUNT > 0) THEN
2633: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
2634: IF l_error_msg_rec(m) IS NOT NULL THEN
2635: Fnd_File.put_line(Fnd_File.LOG, l_error_msg_rec(m));

Line 2885: l_error_msg_rec Okl_Accounting_Util.ERROR_MESSAGE_TYPE;

2881:
2882: l_api_name VARCHAR2(100);
2883:
2884:
2885: l_error_msg_rec Okl_Accounting_Util.ERROR_MESSAGE_TYPE;
2886: l_prev_deal_type okl_pdt_pqy_vals_uv.value%TYPE;
2887: l_prev_aes_id NUMBER;
2888: -- Bug 4938066
2889: l_prev_tax_owner okl_pdt_pqy_vals_uv.value%TYPE;

Line 3039: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3035: -- Check if the creation is successful.
3036: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3037: THEN
3038: Fnd_File.put_line(Fnd_File.LOG,'The following errors occured while Creating Accounting Template set - ' || l_aesv_rec.name );
3039: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3040: IF (l_error_msg_rec.COUNT > 0)
3041: THEN
3042: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
3043: LOOP

Line 3119: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3115: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3116: THEN
3117: Fnd_File.put_line(Fnd_File.LOG,'Accounting Template ' || l_avlv_rec.name ||
3118: ' could not be copied because of the following issues ');
3119: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3120: IF (l_error_msg_rec.COUNT > 0)
3121: THEN
3122: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
3123: LOOP

Line 3185: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3181: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3182: THEN
3183: Fnd_File.put_line(Fnd_File.LOG,'Accounting Template Lines ' || l_atlv_rec.crd_code ||
3184: ' could not be copied because of the following issues ');
3185: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3186: IF (l_error_msg_rec.COUNT > 0)
3187: THEN
3188: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
3189: LOOP

Line 3219: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3215: -- Check if the updation is successful.
3216: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3217: THEN
3218: Fnd_File.put_line(Fnd_File.LOG,'The following errors occured while associating the product with new Accounting Template set ' );
3219: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3220: IF (l_error_msg_rec.COUNT > 0)
3221: THEN
3222: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
3223: IF l_error_msg_rec(m) IS NOT NULL THEN

Line 3245: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3241: -- Check if the creation is successful.
3242: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3243: THEN
3244: Fnd_File.put_line(Fnd_File.LOG,'The following errors occured while validating the product - ' || l_product_name );
3245: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3246: IF (l_error_msg_rec.COUNT > 0)
3247: THEN
3248: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
3249: IF l_error_msg_rec(m) IS NOT NULL

Line 3271: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3267: -- Check if the creation is successful.
3268: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3269: THEN
3270: Fnd_File.put_line(Fnd_File.LOG,'The following errors occured while approving the product - ' || l_product_name );
3271: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3272: IF (l_error_msg_rec.COUNT > 0)
3273: THEN
3274: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
3275: LOOP

Line 3330: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3326: -- Check if the update is successful.
3327: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3328: THEN
3329: Fnd_File.put_line(Fnd_File.LOG,'The following errors occured while updating the accounting template set - ' || l_aesv_rec.name || ' with stream template' );
3330: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3331: IF (l_error_msg_rec.COUNT > 0)
3332: THEN
3333: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
3334: LOOP

Line 3362: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3358: -- Check if the updation is successful.
3359: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3360: THEN
3361: Fnd_File.put_line(Fnd_File.LOG,'The following errors occured while invalidating the product - ' || l_product_name);
3362: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3363: IF (l_error_msg_rec.COUNT > 0)
3364: THEN
3365: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
3366: LOOP

Line 3388: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3384: -- Check if the creation is successful.
3385: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3386: THEN
3387: Fnd_File.put_line(Fnd_File.LOG,'The following errors occured while validating the product - ' || l_product_name );
3388: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3389: IF (l_error_msg_rec.COUNT > 0)
3390: THEN
3391: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
3392: LOOP

Line 3415: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3411: -- Check if the creation is successful.
3412: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3413: THEN
3414: Fnd_File.put_line(Fnd_File.LOG,'The following errors occured while approving the product - ' || l_product_name);
3415: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3416: IF (l_error_msg_rec.COUNT > 0)
3417: THEN
3418: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
3419: LOOP

Line 3448: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3444: -- Check if the creation is successful.
3445: IF (x_return_status <> Okl_Api.G_RET_STS_SUCCESS)
3446: THEN
3447: Fnd_File.put_line(Fnd_File.LOG,'The following errors occured while invalidating the product - ' || l_product_name );
3448: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3449: IF (l_error_msg_rec.COUNT > 0)
3450: THEN
3451: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST
3452: LOOP

Line 3466: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3462: END LOOP; -- End for aes_org_csr
3463: Okl_Api.END_ACTIVITY (x_msg_count, x_msg_data );
3464: EXCEPTION
3465: WHEN Okl_Api.G_EXCEPTION_ERROR THEN
3466: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3467: IF (l_error_msg_rec.COUNT > 0) THEN
3468: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
3469: IF l_error_msg_rec(m) IS NOT NULL THEN
3470: Fnd_File.put_line(Fnd_File.LOG, l_error_msg_rec(m));

Line 3476: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3472: END LOOP;
3473: END IF;
3474:
3475: WHEN Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR THEN
3476: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3477: IF (l_error_msg_rec.COUNT > 0) THEN
3478: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
3479: IF l_error_msg_rec(m) IS NOT NULL THEN
3480: Fnd_File.put_line(Fnd_File.LOG, l_error_msg_rec(m));

Line 3486: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);

3482: END LOOP;
3483: END IF;
3484:
3485: WHEN OTHERS THEN
3486: Okl_Accounting_Util.GET_ERROR_MESSAGE(l_error_msg_rec);
3487: IF (l_error_msg_rec.COUNT > 0) THEN
3488: FOR m IN l_error_msg_rec.FIRST..l_error_msg_rec.LAST LOOP
3489: IF l_error_msg_rec(m) IS NOT NULL THEN
3490: Fnd_File.put_line(Fnd_File.LOG, l_error_msg_rec(m));