DBA Data[Home] [Help]

APPS.FA_TRANS_API_PUB dependencies on FA_SRVR_MSG

Line 294: FA_SRVR_MSG.Init_Server_Message;

290: BEGIN
291: -- Initialize message list if p_init_msg_list is set to TRUE.
292: IF FND_API.To_Boolean(p_init_msg_list) THEN
293: -- Initialize error message stack.
294: FA_SRVR_MSG.Init_Server_Message;
295:
296: -- Initialize debug message stack.
297: FA_DEBUG_PKG.Initialize;
298: END IF;

Line 782: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_addition',

778: x_dist_transaction_header_id := l_dist_trans_rec.transaction_header_id;
779:
780: EXCEPTION
781: when others then
782: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_addition',
783: p_log_level_rec => g_log_level_rec);
784: x_return_status := FND_API.G_RET_STS_ERROR;
785:
786: END do_addition;

Line 971: FA_SRVR_MSG.Init_Server_Message;

967: BEGIN
968: -- Initialize message list if p_init_msg_list is set to TRUE.
969: IF FND_API.To_Boolean(p_init_msg_list) THEN
970: -- Initialize error message stack.
971: FA_SRVR_MSG.Init_Server_Message;
972:
973: -- Initialize debug message stack.
974: FA_DEBUG_PKG.Initialize;
975: END IF;

Line 1406: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_adjustment',

1402: x_transaction_header_id := l_trans_rec.transaction_header_id;
1403:
1404: EXCEPTION
1405: when adj_err then
1406: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_adjustment',
1407: p_log_level_rec => g_log_level_rec);
1408: x_return_status := FND_API.G_RET_STS_ERROR;
1409:
1410: when others then

Line 1411: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_adjustment',

1407: p_log_level_rec => g_log_level_rec);
1408: x_return_status := FND_API.G_RET_STS_ERROR;
1409:
1410: when others then
1411: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_adjustment',
1412: p_log_level_rec => g_log_level_rec);
1413: x_return_status := FND_API.G_RET_STS_ERROR;
1414:
1415: END do_adjustment;

Line 1473: FA_SRVR_MSG.Init_Server_Message;

1469:
1470: -- Initialize message list if p_init_msg_list is set to TRUE.
1471: IF FND_API.To_Boolean(p_init_msg_list) THEN
1472: -- Initialize error message stack.
1473: FA_SRVR_MSG.Init_Server_Message;
1474:
1475: -- Initialize debug message stack.
1476: FA_DEBUG_PKG.Initialize;
1477: END IF;

Line 1573: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_unit_adj',

1569: x_transaction_header_id := l_trans_rec.transaction_header_id;
1570:
1571: EXCEPTION
1572: when others then
1573: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_unit_adj',
1574: p_log_level_rec => g_log_level_rec);
1575: x_return_status := FND_API.G_RET_STS_ERROR;
1576:
1577: END do_unit_adjustment;

Line 1635: FA_SRVR_MSG.Init_Server_Message;

1631:
1632: -- Initialize message list if p_init_msg_list is set to TRUE.
1633: IF FND_API.To_Boolean(p_init_msg_list) THEN
1634: -- Initialize error message stack.
1635: FA_SRVR_MSG.Init_Server_Message;
1636:
1637: -- Initialize debug message stack.
1638: FA_DEBUG_PKG.Initialize;
1639: END IF;

Line 1735: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_transfer',

1731: x_transaction_header_id := l_trans_rec.transaction_header_id;
1732:
1733: EXCEPTION
1734: when others then
1735: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_transfer',
1736: p_log_level_rec => g_log_level_rec);
1737: x_return_status := FND_API.G_RET_STS_ERROR;
1738:
1739: END do_transfer;

Line 1786: FA_SRVR_MSG.Init_Server_Message;

1782:
1783: -- Initialize message list if p_init_msg_list is set to TRUE.
1784: IF FND_API.To_Boolean(p_init_msg_list) THEN
1785: -- Initialize error message stack.
1786: FA_SRVR_MSG.Init_Server_Message;
1787:
1788: -- Initialize debug message stack.
1789: FA_DEBUG_PKG.Initialize;
1790: END IF;

Line 1989: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_inv_xfr',

1985: x_dest_transaction_header_id := l_dest_trans_rec.transaction_header_id;
1986:
1987: EXCEPTION
1988: when others then
1989: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_inv_xfr',
1990: p_log_level_rec => g_log_level_rec);
1991: x_return_status := FND_API.G_RET_STS_ERROR;
1992:
1993: END do_invoice_transfer;

Line 2088: FA_SRVR_MSG.Init_Server_Message;

2084:
2085: -- Initialize message list if p_init_msg_list is set to TRUE.
2086: IF FND_API.To_Boolean(p_init_msg_list) THEN
2087: -- Initialize error message stack.
2088: FA_SRVR_MSG.Init_Server_Message;
2089:
2090: -- Initialize debug message stack.
2091: FA_DEBUG_PKG.Initialize;
2092: END IF;

Line 2211: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_reclass',

2207: x_transaction_header_id := l_trans_rec.transaction_header_id;
2208:
2209: EXCEPTION
2210: when others then
2211: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_reclass',
2212: p_log_level_rec => g_log_level_rec);
2213: x_return_status := FND_API.G_RET_STS_ERROR;
2214:
2215: END do_reclass;

Line 2336: FA_SRVR_MSG.Init_Server_Message;

2332:
2333: -- Initialize message list if p_init_msg_list is set to TRUE.
2334: IF FND_API.To_Boolean(p_init_msg_list) THEN
2335: -- Initialize error message stack.
2336: FA_SRVR_MSG.Init_Server_Message;
2337:
2338: -- Initialize debug message stack.
2339: FA_DEBUG_PKG.Initialize;
2340: END IF;

Line 2595: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_retirement',

2591: x_dist_transaction_header_id := l_dist_trans_rec.transaction_header_id;
2592:
2593: EXCEPTION
2594: when others then
2595: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_retirement',
2596: p_log_level_rec => g_log_level_rec);
2597: x_return_status := FND_API.G_RET_STS_ERROR;
2598:
2599: END do_retirement;

Line 2635: FA_SRVR_MSG.Init_Server_Message;

2631:
2632: -- Initialize message list if p_init_msg_list is set to TRUE.
2633: IF FND_API.To_Boolean(p_init_msg_list) THEN
2634: -- Initialize error message stack.
2635: FA_SRVR_MSG.Init_Server_Message;
2636:
2637: -- Initialize debug message stack.
2638: FA_DEBUG_PKG.Initialize;
2639: END IF;

Line 2745: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.undo_ret',

2741: end if;
2742:
2743: EXCEPTION
2744: when others then
2745: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.undo_ret',
2746: p_log_level_rec => g_log_level_rec);
2747: x_return_status := FND_API.G_RET_STS_ERROR;
2748:
2749: END undo_retirement;

Line 2839: FA_SRVR_MSG.Init_Server_Message;

2835:
2836: -- Initialize message list if p_init_msg_list is set to TRUE.
2837: IF FND_API.To_Boolean(p_init_msg_list) THEN
2838: -- Initialize error message stack.
2839: FA_SRVR_MSG.Init_Server_Message;
2840:
2841: -- Initialize debug message stack.
2842: FA_DEBUG_PKG.Initialize;
2843: END IF;

Line 3056: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_reinst',

3052: x_transaction_header_id := l_trans_rec.transaction_header_id;
3053:
3054: EXCEPTION
3055: when others then
3056: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_reinst',
3057: p_log_level_rec => g_log_level_rec);
3058: x_return_status := FND_API.G_RET_STS_ERROR;
3059:
3060: END do_reinstatement;

Line 3096: FA_SRVR_MSG.Init_Server_Message;

3092:
3093: -- Initialize message list if p_init_msg_list is set to TRUE.
3094: IF FND_API.To_Boolean(p_init_msg_list) THEN
3095: -- Initialize error message stack.
3096: FA_SRVR_MSG.Init_Server_Message;
3097:
3098: -- Initialize debug message stack.
3099: FA_DEBUG_PKG.Initialize;
3100: END IF;

Line 3207: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.undo_reinst',

3203: end if;
3204:
3205: EXCEPTION
3206: when others then
3207: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.undo_reinst',
3208: p_log_level_rec => g_log_level_rec);
3209: x_return_status := FND_API.G_RET_STS_ERROR;
3210:
3211: END undo_reinstatement;

Line 3270: FA_SRVR_MSG.Init_Server_Message;

3266:
3267: -- Initialize message list if p_init_msg_list is set to TRUE.
3268: IF FND_API.To_Boolean(p_init_msg_list) THEN
3269: -- Initialize error message stack.
3270: FA_SRVR_MSG.Init_Server_Message;
3271:
3272: -- Initialize debug message stack.
3273: FA_DEBUG_PKG.Initialize;
3274: END IF;

Line 3355: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_cap',

3351: x_transaction_header_id := l_trans_rec.transaction_header_id;
3352:
3353: EXCEPTION
3354: when others then
3355: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_cap',
3356: p_log_level_rec => g_log_level_rec);
3357: x_return_status := FND_API.G_RET_STS_ERROR;
3358: END do_capitalization;
3359:

Line 3417: FA_SRVR_MSG.Init_Server_Message;

3413:
3414: -- Initialize message list if p_init_msg_list is set to TRUE.
3415: IF FND_API.To_Boolean(p_init_msg_list) THEN
3416: -- Initialize error message stack.
3417: FA_SRVR_MSG.Init_Server_Message;
3418:
3419: -- Initialize debug message stack.
3420: FA_DEBUG_PKG.Initialize;
3421: END IF;

Line 3502: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_rev',

3498: x_transaction_header_id := l_trans_rec.transaction_header_id;
3499:
3500: EXCEPTION
3501: when others then
3502: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_rev',
3503: p_log_level_rec => g_log_level_rec);
3504: x_return_status := FND_API.G_RET_STS_ERROR;
3505: END do_reverse;
3506:

Line 3634: FA_SRVR_MSG.Init_Server_Message;

3630:
3631: -- Initialize message list if p_init_msg_list is set to TRUE.
3632: IF FND_API.To_Boolean(p_init_msg_list) THEN
3633: -- Initialize error message stack.
3634: FA_SRVR_MSG.Init_Server_Message;
3635:
3636: -- Initialize debug message stack.
3637: FA_DEBUG_PKG.Initialize;
3638: END IF;

Line 3839: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_desc_update',

3835: end if;
3836:
3837: EXCEPTION
3838: when desc_err then
3839: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_desc_update',
3840: p_log_level_rec => g_log_level_rec);
3841: x_return_status := FND_API.G_RET_STS_ERROR;
3842: when others then
3843: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_desc_update',

Line 3843: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_desc_update',

3839: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_desc_update',
3840: p_log_level_rec => g_log_level_rec);
3841: x_return_status := FND_API.G_RET_STS_ERROR;
3842: when others then
3843: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_desc_update',
3844: p_log_level_rec => g_log_level_rec);
3845: x_return_status := FND_API.G_RET_STS_ERROR;
3846: END do_asset_desc_update;
3847:

Line 3884: FA_SRVR_MSG.Init_Server_Message;

3880:
3881: -- Initialize message list if p_init_msg_list is set to TRUE.
3882: IF FND_API.To_Boolean(p_init_msg_list) THEN
3883: -- Initialize error message stack.
3884: FA_SRVR_MSG.Init_Server_Message;
3885:
3886: -- Initialize debug message stack.
3887: FA_DEBUG_PKG.Initialize;
3888: END IF;

Line 4047: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd',

4043: end if;
4044:
4045: EXCEPTION
4046: when desc_err then
4047: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd',
4048: p_log_level_rec => g_log_level_rec);
4049: x_return_status := FND_API.G_RET_STS_ERROR;
4050:
4051: when others then

Line 4052: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd',

4048: p_log_level_rec => g_log_level_rec);
4049: x_return_status := FND_API.G_RET_STS_ERROR;
4050:
4051: when others then
4052: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd',
4053: p_log_level_rec => g_log_level_rec);
4054: x_return_status := FND_API.G_RET_STS_ERROR;
4055:
4056: END do_invoice_desc_update;

Line 4119: FA_SRVR_MSG.Init_Server_Message;

4115:
4116: -- Initialize message list if p_init_msg_list is set to TRUE.
4117: IF FND_API.To_Boolean(p_init_msg_list) THEN
4118: -- Initialize error message stack.
4119: FA_SRVR_MSG.Init_Server_Message;
4120:
4121: -- Initialize debug message stack.
4122: FA_DEBUG_PKG.Initialize;
4123: END IF;

Line 4239: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd',

4235: end if;
4236:
4237: EXCEPTION
4238: when desc_err then
4239: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd',
4240: p_log_level_rec => g_log_level_rec);
4241: x_return_status := FND_API.G_RET_STS_ERROR;
4242:
4243: when others then

Line 4244: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd',

4240: p_log_level_rec => g_log_level_rec);
4241: x_return_status := FND_API.G_RET_STS_ERROR;
4242:
4243: when others then
4244: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd',
4245: p_log_level_rec => g_log_level_rec);
4246: x_return_status := FND_API.G_RET_STS_ERROR;
4247:
4248: END do_retirement_desc_update;

Line 4311: FA_SRVR_MSG.Init_Server_Message;

4307:
4308: -- Initialize message list if p_init_msg_list is set to TRUE.
4309: IF FND_API.To_Boolean(p_init_msg_list) THEN
4310: -- Initialize error message stack.
4311: FA_SRVR_MSG.Init_Server_Message;
4312:
4313: -- Initialize debug message stack.
4314: FA_DEBUG_PKG.Initialize;
4315: END IF;

Line 4403: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_unplanned',

4399: x_transaction_header_id := l_trans_rec.transaction_header_id;
4400:
4401: EXCEPTION
4402: when others then
4403: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_unplanned',
4404: p_log_level_rec => g_log_level_rec);
4405: x_return_status := FND_API.G_RET_STS_ERROR;
4406:
4407: END do_unplanned;

Line 4468: FA_SRVR_MSG.Init_Server_Message;

4464:
4465: -- Initialize message list if p_init_msg_list is set to TRUE.
4466: if FND_API.To_Boolean(p_init_msg_list) then
4467: -- Initialize error message stack.
4468: FA_SRVR_MSG.Init_Server_Message;
4469:
4470: -- Initialize debug message stack.
4471: FA_DEBUG_PKG.Initialize;
4472: end if;

Line 4525: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_rsv_xfr',

4521: end if;
4522:
4523: EXCEPTION
4524: when others then
4525: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_rsv_xfr',
4526: p_log_level_rec => g_log_level_rec);
4527: x_return_status := FND_API.G_RET_STS_ERROR;
4528:
4529: END do_reserve_transfer;

Line 4620: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_ret_adj',

4616: end if;
4617:
4618: EXCEPTION
4619: when others then
4620: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_ret_adj',
4621: p_log_level_rec => g_log_level_rec);
4622: x_return_status := FND_API.G_RET_STS_ERROR;
4623: END do_retirement_adjustment;
4624:

Line 4682: FA_SRVR_MSG.Init_Server_Message;

4678: BEGIN
4679: -- Initialize message list if p_init_msg_list is set to TRUE.
4680: IF FND_API.To_Boolean(p_init_msg_list) THEN
4681: -- Initialize error message stack.
4682: FA_SRVR_MSG.Init_Server_Message;
4683:
4684: -- Initialize debug message stack.
4685: FA_DEBUG_PKG.Initialize;
4686: END IF;

Line 4758: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_tax_rsv_adj');

4754: end if;
4755:
4756: EXCEPTION
4757: when others then
4758: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_tax_rsv_adj');
4759: x_return_status := FND_API.G_RET_STS_ERROR;
4760: END do_tax_reserve_adjustment;
4761:
4762: