DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on FND_MSG_PUB

Line 249: FND_MSG_PUB.initialize;

245: END IF;
246:
247: IF FND_API.TO_BOOLEAN(p_init_msg_list)
248: THEN
249: FND_MSG_PUB.initialize;
250: END IF;
251:
252: x_return_status := FND_API.G_RET_STS_SUCCESS;
253:

Line 358: l_msg_count := FND_MSG_PUB.count_msg;

354: x_return_status := FND_API.G_RET_STS_ERROR; --Bug .
355: END;
356:
357: -- if validate not passed then raise error
358: l_msg_count := FND_MSG_PUB.count_msg;
359: IF l_msg_count = 1 THEN
360: eam_execution_jsp.Get_Messages
361: (p_encoded => FND_API.G_FALSE,
362: p_msg_index => 1,

Line 429: fnd_msg_pub.add;

425: p_attribute14 => p_attribute14,
426: p_attribute15 => p_attribute15
427: );
428: exception when others then
429: fnd_msg_pub.add;
430: end;
431:
432: if( l_err_code >0) then
433: -- add_message(p_app_short_name => 'EAM', p_msg_name => l_err_msg);

Line 437: l_msg_count := FND_MSG_PUB.count_msg;

433: -- add_message(p_app_short_name => 'EAM', p_msg_name => l_err_msg);
434: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
435: end if;
436:
437: l_msg_count := FND_MSG_PUB.count_msg;
438: IF l_msg_count = 1 THEN
439: eam_execution_jsp.Get_Messages
440: (p_encoded => FND_API.G_FALSE,
441: p_msg_index => 1,

Line 466: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.complete_operation',

462: EXCEPTION WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
463: ROLLBACK TO complete_workorder;
464:
465:
466: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.complete_operation',
467: p_procedure_name => EAM_DEBUG.G_err_stack);
468: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
469: WHEN FND_API.G_EXC_ERROR THEN
470: ROLLBACK TO complete_workorder;

Line 473: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.complete_operation',

469: WHEN FND_API.G_EXC_ERROR THEN
470: ROLLBACK TO complete_workorder;
471:
472:
473: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.complete_operation',
474: p_procedure_name => EAM_DEBUG.G_err_stack);
475: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
476: WHEN OTHERS THEN
477: ROLLBACK TO complete_workorder;

Line 480: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.complete_operation',

476: WHEN OTHERS THEN
477: ROLLBACK TO complete_workorder;
478:
479:
480: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.complete_operation',
481: p_procedure_name => EAM_DEBUG.G_err_stack);
482: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
483: END complete_operation;
484:

Line 596: FND_MSG_PUB.initialize;

592: END IF;
593:
594: IF FND_API.TO_BOOLEAN(p_init_msg_list)
595: THEN
596: FND_MSG_PUB.initialize;
597: END IF;
598:
599: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
600:

Line 672: l_msg_count := FND_MSG_PUB.count_msg;

668: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
669: END;
670:
671: -- if validate not passed then raise error
672: l_msg_count := FND_MSG_PUB.count_msg;
673: IF l_msg_count = 1 THEN
674: eam_execution_jsp.Get_Messages
675: (p_encoded => FND_API.G_FALSE,
676: p_msg_index => 1,

Line 883: l_msg_count := FND_MSG_PUB.count_msg;

879: );
880: END IF;
881:
882: -- check error
883: l_msg_count := FND_MSG_PUB.count_msg;
884: IF l_msg_count = 1 THEN
885: eam_execution_jsp.Get_Messages
886: (p_encoded => FND_API.G_FALSE,
887: p_msg_index => 1,

Line 912: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover',

908:
909: EXCEPTION WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
910: ROLLBACK TO operation_handover;
911:
912: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover',
913: p_procedure_name => EAM_DEBUG.G_err_stack);
914: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
915: WHEN FND_API.G_EXC_ERROR THEN
916: ROLLBACK TO operation_handover;

Line 919: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover',

915: WHEN FND_API.G_EXC_ERROR THEN
916: ROLLBACK TO operation_handover;
917:
918:
919: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover',
920: p_procedure_name => EAM_DEBUG.G_err_stack);
921: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
922: WHEN OTHERS THEN
923: ROLLBACK TO operation_handover;

Line 926: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover',

922: WHEN OTHERS THEN
923: ROLLBACK TO operation_handover;
924:
925:
926: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover',
927: p_procedure_name => EAM_DEBUG.G_err_stack);
928: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
929: g_debug_sqlerrm := SQLERRM;
930:

Line 1347: FND_MSG_PUB.initialize;

1343: END IF;
1344:
1345: IF FND_API.TO_BOOLEAN(p_init_msg_list)
1346: THEN
1347: FND_MSG_PUB.initialize;
1348: END IF;
1349:
1350: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
1351:

Line 1662: l_msg_count := FND_MSG_PUB.count_msg;

1658:
1659: end if;
1660:
1661: -- check error
1662: l_msg_count := FND_MSG_PUB.count_msg;
1663: IF l_msg_count = 1 THEN
1664: eam_execution_jsp.Get_Messages
1665: (p_encoded => FND_API.G_FALSE,
1666: p_msg_index => 1,

Line 1694: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover_resource',

1690: ROLLBACK; -- Complete rollback for Mobile Handover Page
1691: ELSE
1692: ROLLBACK TO operation_handover_resource; -- Method rollback for Desktop HandoverPage.
1693: END IF;
1694: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover_resource',
1695: p_procedure_name => EAM_DEBUG.G_err_stack);
1696: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1697:
1698: WHEN FND_API.G_EXC_ERROR THEN

Line 1705: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover_resource',

1701: ROLLBACK; -- Complete rollback for Mobile Handover Page
1702: ELSE
1703: ROLLBACK TO operation_handover_resource; -- Method rollback for Desktop HandoverPage.
1704: END IF;
1705: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover_resource',
1706: p_procedure_name => EAM_DEBUG.G_err_stack);
1707: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1708:
1709: WHEN OTHERS THEN

Line 1716: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover_resource',

1712: ROLLBACK; -- Complete rollback for Mobile Handover Page
1713: ELSE
1714: ROLLBACK TO operation_handover_resource; -- Method rollback for Desktop HandoverPage.
1715: END IF;
1716: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'eam_operations_jsp.operation_handover_resource',
1717: p_procedure_name => EAM_DEBUG.G_err_stack);
1718: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1719:
1720: END operation_handover_resource;

Line 1976: fnd_msg_pub.initialize;

1972:
1973: l_stmt_num := 30;
1974: -- Initialize message list if p_init_msg_list is set to TRUE.
1975: IF fnd_api.to_boolean(p_init_msg_list) THEN
1976: fnd_msg_pub.initialize;
1977: END IF;
1978:
1979: l_stmt_num := 40;
1980: -- Initialize API return status to success

Line 2222: fnd_msg_pub.count_and_get(

2218:
2219:
2220: l_stmt_num := 999;
2221: -- Standard call to get message count and if count is 1, get message info.
2222: fnd_msg_pub.count_and_get(
2223: p_count => x_msg_count
2224: ,p_data => x_msg_data);
2225: EXCEPTION
2226: WHEN fnd_api.g_exc_error THEN

Line 2229: fnd_msg_pub.count_and_get(

2225: EXCEPTION
2226: WHEN fnd_api.g_exc_error THEN
2227: ROLLBACK TO get_insert_into_wor_pvt;
2228: x_return_status := fnd_api.g_ret_sts_error;
2229: fnd_msg_pub.count_and_get(
2230: -- p_encoded => FND_API.g_false
2231: p_count => x_msg_count
2232: ,p_data => x_msg_data);
2233:

Line 2238: fnd_msg_pub.count_and_get(

2234: WHEN fnd_api.g_exc_unexpected_error THEN
2235: ROLLBACK TO get_insert_into_wor_pvt;
2236: x_return_status := fnd_api.g_ret_sts_unexp_error;
2237:
2238: fnd_msg_pub.count_and_get(
2239: p_count => x_msg_count
2240: ,p_data => x_msg_data);
2241:
2242: WHEN OTHERS THEN

Line 2245: IF fnd_msg_pub.check_msg_level(

2241:
2242: WHEN OTHERS THEN
2243: ROLLBACK TO get_insert_into_wor_pvt;
2244: x_return_status := fnd_api.g_ret_sts_unexp_error;
2245: IF fnd_msg_pub.check_msg_level(
2246: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2247: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2248: END IF;
2249:

Line 2246: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

2242: WHEN OTHERS THEN
2243: ROLLBACK TO get_insert_into_wor_pvt;
2244: x_return_status := fnd_api.g_ret_sts_unexp_error;
2245: IF fnd_msg_pub.check_msg_level(
2246: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2247: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2248: END IF;
2249:
2250: fnd_msg_pub.count_and_get(

Line 2247: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

2243: ROLLBACK TO get_insert_into_wor_pvt;
2244: x_return_status := fnd_api.g_ret_sts_unexp_error;
2245: IF fnd_msg_pub.check_msg_level(
2246: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2247: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2248: END IF;
2249:
2250: fnd_msg_pub.count_and_get(
2251: p_count => x_msg_count

Line 2250: fnd_msg_pub.count_and_get(

2246: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2247: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2248: END IF;
2249:
2250: fnd_msg_pub.count_and_get(
2251: p_count => x_msg_count
2252: ,p_data => x_msg_data);
2253:
2254:

Line 2592: fnd_msg_pub.initialize;

2588:
2589: l_stmt_num := 30;
2590: -- Initialize message list if p_init_msg_list is set to TRUE.
2591: IF fnd_api.to_boolean(p_init_msg_list) THEN
2592: fnd_msg_pub.initialize;
2593: END IF;
2594:
2595: l_stmt_num := 40;
2596: -- Initialize API return status to success

Line 2885: fnd_msg_pub.count_and_get(

2881: END IF;
2882:
2883: l_stmt_num := 999;
2884: -- Standard call to get message count and if count is 1, get message info.
2885: fnd_msg_pub.count_and_get(
2886: p_count => x_msg_count
2887: ,p_data => x_msg_data);
2888: EXCEPTION
2889: WHEN fnd_api.g_exc_error THEN

Line 2892: fnd_msg_pub.count_and_get(

2888: EXCEPTION
2889: WHEN fnd_api.g_exc_error THEN
2890: ROLLBACK TO get_insert_into_wro_pvt;
2891: x_return_status := fnd_api.g_ret_sts_error;
2892: fnd_msg_pub.count_and_get(
2893: -- p_encoded => FND_API.g_false
2894: p_count => x_msg_count
2895: ,p_data => x_msg_data);
2896: WHEN fnd_api.g_exc_unexpected_error THEN

Line 2900: fnd_msg_pub.count_and_get(

2896: WHEN fnd_api.g_exc_unexpected_error THEN
2897: ROLLBACK TO get_insert_into_wro_pvt;
2898: x_return_status := fnd_api.g_ret_sts_unexp_error;
2899:
2900: fnd_msg_pub.count_and_get(
2901: p_count => x_msg_count
2902: ,p_data => x_msg_data);
2903: WHEN OTHERS THEN
2904: ROLLBACK TO get_insert_into_wro_pvt;

Line 2906: IF fnd_msg_pub.check_msg_level(

2902: ,p_data => x_msg_data);
2903: WHEN OTHERS THEN
2904: ROLLBACK TO get_insert_into_wro_pvt;
2905: x_return_status := fnd_api.g_ret_sts_unexp_error;
2906: IF fnd_msg_pub.check_msg_level(
2907: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2908: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2909: END IF;
2910:

Line 2907: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

2903: WHEN OTHERS THEN
2904: ROLLBACK TO get_insert_into_wro_pvt;
2905: x_return_status := fnd_api.g_ret_sts_unexp_error;
2906: IF fnd_msg_pub.check_msg_level(
2907: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2908: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2909: END IF;
2910:
2911: fnd_msg_pub.count_and_get(

Line 2908: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

2904: ROLLBACK TO get_insert_into_wro_pvt;
2905: x_return_status := fnd_api.g_ret_sts_unexp_error;
2906: IF fnd_msg_pub.check_msg_level(
2907: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2908: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2909: END IF;
2910:
2911: fnd_msg_pub.count_and_get(
2912: p_count => x_msg_count

Line 2911: fnd_msg_pub.count_and_get(

2907: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
2908: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
2909: END IF;
2910:
2911: fnd_msg_pub.count_and_get(
2912: p_count => x_msg_count
2913: ,p_data => x_msg_data);
2914:
2915:

Line 3060: fnd_msg_pub.initialize;

3056:
3057: l_stmt_num := 30;
3058: -- Initialize message list if p_init_msg_list is set to TRUE.
3059: IF fnd_api.to_boolean(p_init_msg_list) THEN
3060: fnd_msg_pub.initialize;
3061: END IF;
3062:
3063: l_stmt_num := 40;
3064: -- Initialize API return status to success

Line 3394: fnd_msg_pub.count_and_get(

3390: END IF;
3391:
3392: l_stmt_num := 999;
3393: -- Standard call to get message count and if count is 1, get message info.
3394: fnd_msg_pub.count_and_get(
3395: p_count => x_msg_count
3396: ,p_data => x_msg_data);
3397: EXCEPTION
3398: WHEN fnd_api.g_exc_error THEN

Line 3401: fnd_msg_pub.count_and_get(

3397: EXCEPTION
3398: WHEN fnd_api.g_exc_error THEN
3399: ROLLBACK TO get_insert_into_wro_pvt;
3400: x_return_status := fnd_api.g_ret_sts_error;
3401: fnd_msg_pub.count_and_get(
3402: -- p_encoded => FND_API.g_false
3403: p_count => x_msg_count
3404: ,p_data => x_msg_data);
3405: WHEN fnd_api.g_exc_unexpected_error THEN

Line 3409: fnd_msg_pub.count_and_get(

3405: WHEN fnd_api.g_exc_unexpected_error THEN
3406: ROLLBACK TO get_insert_into_wro_pvt;
3407: x_return_status := fnd_api.g_ret_sts_unexp_error;
3408:
3409: fnd_msg_pub.count_and_get(
3410: p_count => x_msg_count
3411: ,p_data => x_msg_data);
3412: WHEN OTHERS THEN
3413: ROLLBACK TO get_insert_into_wro_pvt;

Line 3415: IF fnd_msg_pub.check_msg_level(

3411: ,p_data => x_msg_data);
3412: WHEN OTHERS THEN
3413: ROLLBACK TO get_insert_into_wro_pvt;
3414: x_return_status := fnd_api.g_ret_sts_unexp_error;
3415: IF fnd_msg_pub.check_msg_level(
3416: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3417: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3418: END IF;
3419:

Line 3416: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

3412: WHEN OTHERS THEN
3413: ROLLBACK TO get_insert_into_wro_pvt;
3414: x_return_status := fnd_api.g_ret_sts_unexp_error;
3415: IF fnd_msg_pub.check_msg_level(
3416: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3417: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3418: END IF;
3419:
3420: fnd_msg_pub.count_and_get(

Line 3417: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

3413: ROLLBACK TO get_insert_into_wro_pvt;
3414: x_return_status := fnd_api.g_ret_sts_unexp_error;
3415: IF fnd_msg_pub.check_msg_level(
3416: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3417: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3418: END IF;
3419:
3420: fnd_msg_pub.count_and_get(
3421: p_count => x_msg_count

Line 3420: fnd_msg_pub.count_and_get(

3416: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3417: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3418: END IF;
3419:
3420: fnd_msg_pub.count_and_get(
3421: p_count => x_msg_count
3422: ,p_data => x_msg_data);
3423:
3424:

Line 3522: fnd_msg_pub.initialize;

3518: l_stmt_num := 30;
3519:
3520: -- Initialize message list if p_init_msg_list is set to TRUE.
3521: IF fnd_api.to_boolean(p_init_msg_list) THEN
3522: fnd_msg_pub.initialize;
3523: END IF;
3524:
3525: l_stmt_num := 40;
3526: -- Initialize API return status to success

Line 3577: l_msg_count := FND_MSG_PUB.count_msg;

3573:
3574: end if; -- End of l_resource_id is not null ........
3575:
3576: -- if validate not passed then raise error
3577: l_msg_count := FND_MSG_PUB.count_msg;
3578: IF l_msg_count = 1 THEN
3579:
3580: eam_execution_jsp.Get_Messages
3581: (p_encoded => FND_API.G_FALSE,

Line 3677: fnd_msg_pub.count_and_get(

3673:
3674: l_stmt_num := 999;
3675:
3676: -- Standard call to get message count and if count is 1, get message info.
3677: fnd_msg_pub.count_and_get(
3678: p_count => x_msg_count
3679: ,p_data => x_msg_data);
3680:
3681: EXCEPTION

Line 3685: fnd_msg_pub.count_and_get(

3681: EXCEPTION
3682: WHEN fnd_api.g_exc_error THEN
3683: ROLLBACK TO get_delete_resources_pvt;
3684: x_return_status := fnd_api.g_ret_sts_error;
3685: fnd_msg_pub.count_and_get(
3686: -- p_encoded => FND_API.g_false
3687: p_count => x_msg_count
3688: ,p_data => x_msg_data);
3689:

Line 3694: fnd_msg_pub.count_and_get(

3690: WHEN fnd_api.g_exc_unexpected_error THEN
3691: ROLLBACK TO get_delete_resources_pvt;
3692: x_return_status := fnd_api.g_ret_sts_unexp_error;
3693:
3694: fnd_msg_pub.count_and_get(
3695: p_count => x_msg_count
3696: ,p_data => x_msg_data);
3697:
3698: WHEN OTHERS THEN

Line 3701: IF fnd_msg_pub.check_msg_level(

3697:
3698: WHEN OTHERS THEN
3699: ROLLBACK TO get_delete_resources_pvt;
3700: x_return_status := fnd_api.g_ret_sts_unexp_error;
3701: IF fnd_msg_pub.check_msg_level(
3702: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3703: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3704: END IF;
3705:

Line 3702: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

3698: WHEN OTHERS THEN
3699: ROLLBACK TO get_delete_resources_pvt;
3700: x_return_status := fnd_api.g_ret_sts_unexp_error;
3701: IF fnd_msg_pub.check_msg_level(
3702: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3703: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3704: END IF;
3705:
3706: fnd_msg_pub.count_and_get(

Line 3703: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

3699: ROLLBACK TO get_delete_resources_pvt;
3700: x_return_status := fnd_api.g_ret_sts_unexp_error;
3701: IF fnd_msg_pub.check_msg_level(
3702: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3703: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3704: END IF;
3705:
3706: fnd_msg_pub.count_and_get(
3707: p_count => x_msg_count

Line 3706: fnd_msg_pub.count_and_get(

3702: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3703: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3704: END IF;
3705:
3706: fnd_msg_pub.count_and_get(
3707: p_count => x_msg_count
3708: ,p_data => x_msg_data);
3709:
3710: END delete_resources;

Line 4491: FND_MSG_PUB.Initialize;

4487: x_error_flag ,
4488: x_error_mssg ) ;
4489:
4490: if(x_error_flag <> FND_API.G_RET_STS_SUCCESS) then
4491: FND_MSG_PUB.Initialize;
4492: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => x_error_mssg);
4493: eam_execution_jsp.Get_Messages(
4494: p_encoded => FND_API.G_FALSE,
4495: p_msg_index => 1,

Line 5063: FND_MSG_PUB.initialize;

5059: END IF;
5060:
5061: IF FND_API.TO_BOOLEAN(p_init_msg_list)
5062: THEN
5063: FND_MSG_PUB.initialize;
5064: END IF;
5065:
5066:
5067: l_eam_op_rec.WIP_ENTITY_ID :=p_wip_entity_id;

Line 5122: l_msg_count := FND_MSG_PUB.count_msg;

5118: , p_output_dir => l_output_dir
5119: , p_debug_file_mode => 'w'
5120: );
5121:
5122: l_msg_count := FND_MSG_PUB.count_msg;
5123: x_return_status := l_return_status;
5124: x_msg_count := l_msg_count;
5125:
5126: IF(l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

Line 5128: fnd_msg_pub.get(p_msg_index => FND_MSG_PUB.G_NEXT,

5124: x_msg_count := l_msg_count;
5125:
5126: IF(l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
5127: ROLLBACK TO DELETE_OPERATION_JSP;
5128: fnd_msg_pub.get(p_msg_index => FND_MSG_PUB.G_NEXT,
5129: p_encoded => 'F',
5130: p_data => l_message_text,
5131: p_msg_index_out => l_msg_count);
5132: fnd_message.set_name('EAM','EAM_ERROR_UPDATE_WO');

Line 5436: fnd_msg_pub.initialize;

5432: l_stmt_num := 30;
5433:
5434: -- Initialize message list if p_init_msg_list is set to TRUE.
5435: IF fnd_api.to_boolean(p_init_msg_list) THEN
5436: fnd_msg_pub.initialize;
5437: END IF;
5438:
5439: l_stmt_num := 40;
5440: -- Initialize API return status to success

Line 5521: fnd_msg_pub.count_and_get(

5517:
5518: l_stmt_num := 999;
5519:
5520: -- Standard call to get message count and if count is 1, get message info.
5521: fnd_msg_pub.count_and_get(
5522: p_count => x_msg_count
5523: ,p_data => x_msg_data);
5524:
5525: EXCEPTION

Line 5529: fnd_msg_pub.count_and_get(

5525: EXCEPTION
5526: WHEN fnd_api.g_exc_error THEN
5527: ROLLBACK TO get_delete_resources_pvt;
5528: x_return_status := fnd_api.g_ret_sts_error;
5529: fnd_msg_pub.count_and_get(
5530: -- p_encoded => FND_API.g_false
5531: p_count => x_msg_count
5532: ,p_data => x_msg_data);
5533:

Line 5538: fnd_msg_pub.count_and_get(

5534: WHEN fnd_api.g_exc_unexpected_error THEN
5535: ROLLBACK TO get_delete_resources_pvt;
5536: x_return_status := fnd_api.g_ret_sts_unexp_error;
5537:
5538: fnd_msg_pub.count_and_get(
5539: p_count => x_msg_count
5540: ,p_data => x_msg_data);
5541:
5542: WHEN OTHERS THEN

Line 5545: IF fnd_msg_pub.check_msg_level(

5541:
5542: WHEN OTHERS THEN
5543: ROLLBACK TO get_delete_resources_pvt;
5544: x_return_status := fnd_api.g_ret_sts_unexp_error;
5545: IF fnd_msg_pub.check_msg_level(
5546: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
5547: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
5548: END IF;
5549:

Line 5546: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

5542: WHEN OTHERS THEN
5543: ROLLBACK TO get_delete_resources_pvt;
5544: x_return_status := fnd_api.g_ret_sts_unexp_error;
5545: IF fnd_msg_pub.check_msg_level(
5546: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
5547: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
5548: END IF;
5549:
5550: fnd_msg_pub.count_and_get(

Line 5547: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);

5543: ROLLBACK TO get_delete_resources_pvt;
5544: x_return_status := fnd_api.g_ret_sts_unexp_error;
5545: IF fnd_msg_pub.check_msg_level(
5546: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
5547: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
5548: END IF;
5549:
5550: fnd_msg_pub.count_and_get(
5551: p_count => x_msg_count

Line 5550: fnd_msg_pub.count_and_get(

5546: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
5547: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
5548: END IF;
5549:
5550: fnd_msg_pub.count_and_get(
5551: p_count => x_msg_count
5552: ,p_data => x_msg_data);
5553:
5554: END delete_instance;