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 3012: fnd_msg_pub.initialize;

3008: l_stmt_num := 30;
3009:
3010: -- Initialize message list if p_init_msg_list is set to TRUE.
3011: IF fnd_api.to_boolean(p_init_msg_list) THEN
3012: fnd_msg_pub.initialize;
3013: END IF;
3014:
3015: l_stmt_num := 40;
3016: -- Initialize API return status to success

Line 3067: l_msg_count := FND_MSG_PUB.count_msg;

3063:
3064: end if; -- End of l_resource_id is not null ........
3065:
3066: -- if validate not passed then raise error
3067: l_msg_count := FND_MSG_PUB.count_msg;
3068: IF l_msg_count = 1 THEN
3069:
3070: eam_execution_jsp.Get_Messages
3071: (p_encoded => FND_API.G_FALSE,

Line 3167: fnd_msg_pub.count_and_get(

3163:
3164: l_stmt_num := 999;
3165:
3166: -- Standard call to get message count and if count is 1, get message info.
3167: fnd_msg_pub.count_and_get(
3168: p_count => x_msg_count
3169: ,p_data => x_msg_data);
3170:
3171: EXCEPTION

Line 3175: fnd_msg_pub.count_and_get(

3171: EXCEPTION
3172: WHEN fnd_api.g_exc_error THEN
3173: ROLLBACK TO get_delete_resources_pvt;
3174: x_return_status := fnd_api.g_ret_sts_error;
3175: fnd_msg_pub.count_and_get(
3176: -- p_encoded => FND_API.g_false
3177: p_count => x_msg_count
3178: ,p_data => x_msg_data);
3179:

Line 3184: fnd_msg_pub.count_and_get(

3180: WHEN fnd_api.g_exc_unexpected_error THEN
3181: ROLLBACK TO get_delete_resources_pvt;
3182: x_return_status := fnd_api.g_ret_sts_unexp_error;
3183:
3184: fnd_msg_pub.count_and_get(
3185: p_count => x_msg_count
3186: ,p_data => x_msg_data);
3187:
3188: WHEN OTHERS THEN

Line 3191: IF fnd_msg_pub.check_msg_level(

3187:
3188: WHEN OTHERS THEN
3189: ROLLBACK TO get_delete_resources_pvt;
3190: x_return_status := fnd_api.g_ret_sts_unexp_error;
3191: IF fnd_msg_pub.check_msg_level(
3192: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3193: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3194: END IF;
3195:

Line 3192: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

3188: WHEN OTHERS THEN
3189: ROLLBACK TO get_delete_resources_pvt;
3190: x_return_status := fnd_api.g_ret_sts_unexp_error;
3191: IF fnd_msg_pub.check_msg_level(
3192: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3193: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3194: END IF;
3195:
3196: fnd_msg_pub.count_and_get(

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

3189: ROLLBACK TO get_delete_resources_pvt;
3190: x_return_status := fnd_api.g_ret_sts_unexp_error;
3191: IF fnd_msg_pub.check_msg_level(
3192: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3193: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3194: END IF;
3195:
3196: fnd_msg_pub.count_and_get(
3197: p_count => x_msg_count

Line 3196: fnd_msg_pub.count_and_get(

3192: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
3193: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
3194: END IF;
3195:
3196: fnd_msg_pub.count_and_get(
3197: p_count => x_msg_count
3198: ,p_data => x_msg_data);
3199:
3200: END delete_resources;

Line 3981: FND_MSG_PUB.Initialize;

3977: x_error_flag ,
3978: x_error_mssg ) ;
3979:
3980: if(x_error_flag <> FND_API.G_RET_STS_SUCCESS) then
3981: FND_MSG_PUB.Initialize;
3982: eam_execution_jsp.add_message(p_app_short_name => 'EAM', p_msg_name => x_error_mssg);
3983: eam_execution_jsp.Get_Messages(
3984: p_encoded => FND_API.G_FALSE,
3985: p_msg_index => 1,

Line 4553: FND_MSG_PUB.initialize;

4549: END IF;
4550:
4551: IF FND_API.TO_BOOLEAN(p_init_msg_list)
4552: THEN
4553: FND_MSG_PUB.initialize;
4554: END IF;
4555:
4556:
4557: l_eam_op_rec.WIP_ENTITY_ID :=p_wip_entity_id;

Line 4612: l_msg_count := FND_MSG_PUB.count_msg;

4608: , p_output_dir => l_output_dir
4609: , p_debug_file_mode => 'w'
4610: );
4611:
4612: l_msg_count := FND_MSG_PUB.count_msg;
4613: x_return_status := l_return_status;
4614: x_msg_count := l_msg_count;
4615:
4616: IF(l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN

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

4614: x_msg_count := l_msg_count;
4615:
4616: IF(l_return_status <> FND_API.G_RET_STS_SUCCESS) THEN
4617: ROLLBACK TO DELETE_OPERATION_JSP;
4618: fnd_msg_pub.get(p_msg_index => FND_MSG_PUB.G_NEXT,
4619: p_encoded => 'F',
4620: p_data => l_message_text,
4621: p_msg_index_out => l_msg_count);
4622: fnd_message.set_name('EAM','EAM_ERROR_UPDATE_WO');

Line 4926: fnd_msg_pub.initialize;

4922: l_stmt_num := 30;
4923:
4924: -- Initialize message list if p_init_msg_list is set to TRUE.
4925: IF fnd_api.to_boolean(p_init_msg_list) THEN
4926: fnd_msg_pub.initialize;
4927: END IF;
4928:
4929: l_stmt_num := 40;
4930: -- Initialize API return status to success

Line 5011: fnd_msg_pub.count_and_get(

5007:
5008: l_stmt_num := 999;
5009:
5010: -- Standard call to get message count and if count is 1, get message info.
5011: fnd_msg_pub.count_and_get(
5012: p_count => x_msg_count
5013: ,p_data => x_msg_data);
5014:
5015: EXCEPTION

Line 5019: fnd_msg_pub.count_and_get(

5015: EXCEPTION
5016: WHEN fnd_api.g_exc_error THEN
5017: ROLLBACK TO get_delete_resources_pvt;
5018: x_return_status := fnd_api.g_ret_sts_error;
5019: fnd_msg_pub.count_and_get(
5020: -- p_encoded => FND_API.g_false
5021: p_count => x_msg_count
5022: ,p_data => x_msg_data);
5023:

Line 5028: fnd_msg_pub.count_and_get(

5024: WHEN fnd_api.g_exc_unexpected_error THEN
5025: ROLLBACK TO get_delete_resources_pvt;
5026: x_return_status := fnd_api.g_ret_sts_unexp_error;
5027:
5028: fnd_msg_pub.count_and_get(
5029: p_count => x_msg_count
5030: ,p_data => x_msg_data);
5031:
5032: WHEN OTHERS THEN

Line 5035: IF fnd_msg_pub.check_msg_level(

5031:
5032: WHEN OTHERS THEN
5033: ROLLBACK TO get_delete_resources_pvt;
5034: x_return_status := fnd_api.g_ret_sts_unexp_error;
5035: IF fnd_msg_pub.check_msg_level(
5036: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
5037: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
5038: END IF;
5039:

Line 5036: fnd_msg_pub.g_msg_lvl_unexp_error) THEN

5032: WHEN OTHERS THEN
5033: ROLLBACK TO get_delete_resources_pvt;
5034: x_return_status := fnd_api.g_ret_sts_unexp_error;
5035: IF fnd_msg_pub.check_msg_level(
5036: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
5037: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
5038: END IF;
5039:
5040: fnd_msg_pub.count_and_get(

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

5033: ROLLBACK TO get_delete_resources_pvt;
5034: x_return_status := fnd_api.g_ret_sts_unexp_error;
5035: IF fnd_msg_pub.check_msg_level(
5036: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
5037: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
5038: END IF;
5039:
5040: fnd_msg_pub.count_and_get(
5041: p_count => x_msg_count

Line 5040: fnd_msg_pub.count_and_get(

5036: fnd_msg_pub.g_msg_lvl_unexp_error) THEN
5037: fnd_msg_pub.add_exc_msg(g_pkg_name, l_api_name);
5038: END IF;
5039:
5040: fnd_msg_pub.count_and_get(
5041: p_count => x_msg_count
5042: ,p_data => x_msg_data);
5043:
5044: END delete_instance;