DBA Data[Home] [Help]

APPS.FA_TRANS_API_PUB dependencies on FA_TRANS_API_PUB

Line 1: PACKAGE BODY FA_TRANS_API_PUB AS

1: PACKAGE BODY FA_TRANS_API_PUB AS
2: /* $Header: FAPTAPIB.pls 120.27.12020000.2 2012/07/23 09:55:18 rmandali ship $ */
3:
4: g_log_level_rec fa_api_types.log_level_rec_type;
5:

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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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:

Line 4763: END FA_TRANS_API_PUB;

4759: x_return_status := FND_API.G_RET_STS_ERROR;
4760: END do_tax_reserve_adjustment;
4761:
4762:
4763: END FA_TRANS_API_PUB;