DBA Data[Home] [Help]

APPS.FA_TRANS_API_PUB dependencies on FA_SRVR_MSG

Line 277: FA_SRVR_MSG.Init_Server_Message;

273: BEGIN
274: -- Initialize message list if p_init_msg_list is set to TRUE.
275: IF FND_API.To_Boolean(p_init_msg_list) THEN
276: -- Initialize error message stack.
277: FA_SRVR_MSG.Init_Server_Message;
278:
279: -- Initialize debug message stack.
280: FA_DEBUG_PKG.Initialize;
281: END IF;

Line 746: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_addition');

742: x_dist_transaction_header_id := l_dist_trans_rec.transaction_header_id;
743:
744: EXCEPTION
745: when others then
746: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_addition');
747: x_return_status := FND_API.G_RET_STS_ERROR;
748:
749: END do_addition;
750:

Line 919: FA_SRVR_MSG.Init_Server_Message;

915: BEGIN
916: -- Initialize message list if p_init_msg_list is set to TRUE.
917: IF FND_API.To_Boolean(p_init_msg_list) THEN
918: -- Initialize error message stack.
919: FA_SRVR_MSG.Init_Server_Message;
920:
921: -- Initialize debug message stack.
922: FA_DEBUG_PKG.Initialize;
923: END IF;

Line 1328: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_adjustment');

1324: x_transaction_header_id := l_trans_rec.transaction_header_id;
1325:
1326: EXCEPTION
1327: when adj_err then
1328: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_adjustment');
1329: x_return_status := FND_API.G_RET_STS_ERROR;
1330:
1331: when others then
1332: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_adjustment');

Line 1332: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_adjustment');

1328: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_adjustment');
1329: x_return_status := FND_API.G_RET_STS_ERROR;
1330:
1331: when others then
1332: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_adjustment');
1333: x_return_status := FND_API.G_RET_STS_ERROR;
1334:
1335: END do_adjustment;
1336:

Line 1393: FA_SRVR_MSG.Init_Server_Message;

1389:
1390: -- Initialize message list if p_init_msg_list is set to TRUE.
1391: IF FND_API.To_Boolean(p_init_msg_list) THEN
1392: -- Initialize error message stack.
1393: FA_SRVR_MSG.Init_Server_Message;
1394:
1395: -- Initialize debug message stack.
1396: FA_DEBUG_PKG.Initialize;
1397: END IF;

Line 1493: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_unit_adj');

1489: x_transaction_header_id := l_trans_rec.transaction_header_id;
1490:
1491: EXCEPTION
1492: when others then
1493: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_unit_adj');
1494: x_return_status := FND_API.G_RET_STS_ERROR;
1495:
1496: END do_unit_adjustment;
1497:

Line 1554: FA_SRVR_MSG.Init_Server_Message;

1550:
1551: -- Initialize message list if p_init_msg_list is set to TRUE.
1552: IF FND_API.To_Boolean(p_init_msg_list) THEN
1553: -- Initialize error message stack.
1554: FA_SRVR_MSG.Init_Server_Message;
1555:
1556: -- Initialize debug message stack.
1557: FA_DEBUG_PKG.Initialize;
1558: END IF;

Line 1654: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_transfer');

1650: x_transaction_header_id := l_trans_rec.transaction_header_id;
1651:
1652: EXCEPTION
1653: when others then
1654: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_transfer');
1655: x_return_status := FND_API.G_RET_STS_ERROR;
1656:
1657: END do_transfer;
1658:

Line 1704: FA_SRVR_MSG.Init_Server_Message;

1700:
1701: -- Initialize message list if p_init_msg_list is set to TRUE.
1702: IF FND_API.To_Boolean(p_init_msg_list) THEN
1703: -- Initialize error message stack.
1704: FA_SRVR_MSG.Init_Server_Message;
1705:
1706: -- Initialize debug message stack.
1707: FA_DEBUG_PKG.Initialize;
1708: END IF;

Line 1907: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_inv_xfr');

1903: x_dest_transaction_header_id := l_dest_trans_rec.transaction_header_id;
1904:
1905: EXCEPTION
1906: when others then
1907: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_inv_xfr');
1908: x_return_status := FND_API.G_RET_STS_ERROR;
1909:
1910: END do_invoice_transfer;
1911:

Line 2005: FA_SRVR_MSG.Init_Server_Message;

2001:
2002: -- Initialize message list if p_init_msg_list is set to TRUE.
2003: IF FND_API.To_Boolean(p_init_msg_list) THEN
2004: -- Initialize error message stack.
2005: FA_SRVR_MSG.Init_Server_Message;
2006:
2007: -- Initialize debug message stack.
2008: FA_DEBUG_PKG.Initialize;
2009: END IF;

Line 2128: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_reclass');

2124: x_transaction_header_id := l_trans_rec.transaction_header_id;
2125:
2126: EXCEPTION
2127: when others then
2128: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_reclass');
2129: x_return_status := FND_API.G_RET_STS_ERROR;
2130:
2131: END do_reclass;
2132:

Line 2252: FA_SRVR_MSG.Init_Server_Message;

2248:
2249: -- Initialize message list if p_init_msg_list is set to TRUE.
2250: IF FND_API.To_Boolean(p_init_msg_list) THEN
2251: -- Initialize error message stack.
2252: FA_SRVR_MSG.Init_Server_Message;
2253:
2254: -- Initialize debug message stack.
2255: FA_DEBUG_PKG.Initialize;
2256: END IF;

Line 2511: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_retirement');

2507: x_dist_transaction_header_id := l_dist_trans_rec.transaction_header_id;
2508:
2509: EXCEPTION
2510: when others then
2511: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_retirement');
2512: x_return_status := FND_API.G_RET_STS_ERROR;
2513:
2514: END do_retirement;
2515:

Line 2550: FA_SRVR_MSG.Init_Server_Message;

2546:
2547: -- Initialize message list if p_init_msg_list is set to TRUE.
2548: IF FND_API.To_Boolean(p_init_msg_list) THEN
2549: -- Initialize error message stack.
2550: FA_SRVR_MSG.Init_Server_Message;
2551:
2552: -- Initialize debug message stack.
2553: FA_DEBUG_PKG.Initialize;
2554: END IF;

Line 2660: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.undo_ret');

2656: end if;
2657:
2658: EXCEPTION
2659: when others then
2660: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.undo_ret');
2661: x_return_status := FND_API.G_RET_STS_ERROR;
2662:
2663: END undo_retirement;
2664:

Line 2753: FA_SRVR_MSG.Init_Server_Message;

2749:
2750: -- Initialize message list if p_init_msg_list is set to TRUE.
2751: IF FND_API.To_Boolean(p_init_msg_list) THEN
2752: -- Initialize error message stack.
2753: FA_SRVR_MSG.Init_Server_Message;
2754:
2755: -- Initialize debug message stack.
2756: FA_DEBUG_PKG.Initialize;
2757: END IF;

Line 2970: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_reinst');

2966: x_transaction_header_id := l_trans_rec.transaction_header_id;
2967:
2968: EXCEPTION
2969: when others then
2970: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_reinst');
2971: x_return_status := FND_API.G_RET_STS_ERROR;
2972:
2973: END do_reinstatement;
2974:

Line 3009: FA_SRVR_MSG.Init_Server_Message;

3005:
3006: -- Initialize message list if p_init_msg_list is set to TRUE.
3007: IF FND_API.To_Boolean(p_init_msg_list) THEN
3008: -- Initialize error message stack.
3009: FA_SRVR_MSG.Init_Server_Message;
3010:
3011: -- Initialize debug message stack.
3012: FA_DEBUG_PKG.Initialize;
3013: END IF;

Line 3120: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.undo_reinst');

3116: end if;
3117:
3118: EXCEPTION
3119: when others then
3120: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.undo_reinst');
3121: x_return_status := FND_API.G_RET_STS_ERROR;
3122:
3123: END undo_reinstatement;
3124:

Line 3182: FA_SRVR_MSG.Init_Server_Message;

3178:
3179: -- Initialize message list if p_init_msg_list is set to TRUE.
3180: IF FND_API.To_Boolean(p_init_msg_list) THEN
3181: -- Initialize error message stack.
3182: FA_SRVR_MSG.Init_Server_Message;
3183:
3184: -- Initialize debug message stack.
3185: FA_DEBUG_PKG.Initialize;
3186: END IF;

Line 3267: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_cap');

3263: x_transaction_header_id := l_trans_rec.transaction_header_id;
3264:
3265: EXCEPTION
3266: when others then
3267: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_cap');
3268: x_return_status := FND_API.G_RET_STS_ERROR;
3269: END do_capitalization;
3270:
3271: PROCEDURE do_reverse (

Line 3328: FA_SRVR_MSG.Init_Server_Message;

3324:
3325: -- Initialize message list if p_init_msg_list is set to TRUE.
3326: IF FND_API.To_Boolean(p_init_msg_list) THEN
3327: -- Initialize error message stack.
3328: FA_SRVR_MSG.Init_Server_Message;
3329:
3330: -- Initialize debug message stack.
3331: FA_DEBUG_PKG.Initialize;
3332: END IF;

Line 3413: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_rev');

3409: x_transaction_header_id := l_trans_rec.transaction_header_id;
3410:
3411: EXCEPTION
3412: when others then
3413: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_rev');
3414: x_return_status := FND_API.G_RET_STS_ERROR;
3415: END do_reverse;
3416:
3417: PROCEDURE do_asset_desc_update (

Line 3543: FA_SRVR_MSG.Init_Server_Message;

3539:
3540: -- Initialize message list if p_init_msg_list is set to TRUE.
3541: IF FND_API.To_Boolean(p_init_msg_list) THEN
3542: -- Initialize error message stack.
3543: FA_SRVR_MSG.Init_Server_Message;
3544:
3545: -- Initialize debug message stack.
3546: FA_DEBUG_PKG.Initialize;
3547: END IF;

Line 3748: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_desc_update');

3744: end if;
3745:
3746: EXCEPTION
3747: when desc_err then
3748: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_desc_update');
3749: x_return_status := FND_API.G_RET_STS_ERROR;
3750: when others then
3751: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_desc_update');
3752: x_return_status := FND_API.G_RET_STS_ERROR;

Line 3751: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_desc_update');

3747: when desc_err then
3748: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_desc_update');
3749: x_return_status := FND_API.G_RET_STS_ERROR;
3750: when others then
3751: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_desc_update');
3752: x_return_status := FND_API.G_RET_STS_ERROR;
3753: END do_asset_desc_update;
3754:
3755: PROCEDURE do_invoice_desc_update (

Line 3791: FA_SRVR_MSG.Init_Server_Message;

3787:
3788: -- Initialize message list if p_init_msg_list is set to TRUE.
3789: IF FND_API.To_Boolean(p_init_msg_list) THEN
3790: -- Initialize error message stack.
3791: FA_SRVR_MSG.Init_Server_Message;
3792:
3793: -- Initialize debug message stack.
3794: FA_DEBUG_PKG.Initialize;
3795: END IF;

Line 3954: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd');

3950: end if;
3951:
3952: EXCEPTION
3953: when desc_err then
3954: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd');
3955: x_return_status := FND_API.G_RET_STS_ERROR;
3956:
3957: when others then
3958: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd');

Line 3958: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd');

3954: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd');
3955: x_return_status := FND_API.G_RET_STS_ERROR;
3956:
3957: when others then
3958: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_inv_desc_upd');
3959: x_return_status := FND_API.G_RET_STS_ERROR;
3960:
3961: END do_invoice_desc_update;
3962:

Line 4024: FA_SRVR_MSG.Init_Server_Message;

4020:
4021: -- Initialize message list if p_init_msg_list is set to TRUE.
4022: IF FND_API.To_Boolean(p_init_msg_list) THEN
4023: -- Initialize error message stack.
4024: FA_SRVR_MSG.Init_Server_Message;
4025:
4026: -- Initialize debug message stack.
4027: FA_DEBUG_PKG.Initialize;
4028: END IF;

Line 4144: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd');

4140: end if;
4141:
4142: EXCEPTION
4143: when desc_err then
4144: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd');
4145: x_return_status := FND_API.G_RET_STS_ERROR;
4146:
4147: when others then
4148: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd');

Line 4148: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd');

4144: fa_srvr_msg.add_message(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd');
4145: x_return_status := FND_API.G_RET_STS_ERROR;
4146:
4147: when others then
4148: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_ret_desc_upd');
4149: x_return_status := FND_API.G_RET_STS_ERROR;
4150:
4151: END do_retirement_desc_update;
4152:

Line 4214: FA_SRVR_MSG.Init_Server_Message;

4210:
4211: -- Initialize message list if p_init_msg_list is set to TRUE.
4212: IF FND_API.To_Boolean(p_init_msg_list) THEN
4213: -- Initialize error message stack.
4214: FA_SRVR_MSG.Init_Server_Message;
4215:
4216: -- Initialize debug message stack.
4217: FA_DEBUG_PKG.Initialize;
4218: END IF;

Line 4306: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_unplanned');

4302: x_transaction_header_id := l_trans_rec.transaction_header_id;
4303:
4304: EXCEPTION
4305: when others then
4306: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_unplanned');
4307: x_return_status := FND_API.G_RET_STS_ERROR;
4308:
4309: END do_unplanned;
4310:

Line 4370: FA_SRVR_MSG.Init_Server_Message;

4366:
4367: -- Initialize message list if p_init_msg_list is set to TRUE.
4368: if FND_API.To_Boolean(p_init_msg_list) then
4369: -- Initialize error message stack.
4370: FA_SRVR_MSG.Init_Server_Message;
4371:
4372: -- Initialize debug message stack.
4373: FA_DEBUG_PKG.Initialize;
4374: end if;

Line 4427: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_rsv_xfr');

4423: end if;
4424:
4425: EXCEPTION
4426: when others then
4427: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_rsv_xfr');
4428: x_return_status := FND_API.G_RET_STS_ERROR;
4429:
4430: END do_reserve_transfer;
4431:

Line 4521: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_ret_adj');

4517: end if;
4518:
4519: EXCEPTION
4520: when others then
4521: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_ret_adj');
4522: x_return_status := FND_API.G_RET_STS_ERROR;
4523: END do_retirement_adjustment;
4524:
4525: PROCEDURE do_tax_reserve_adjustment(

Line 4582: FA_SRVR_MSG.Init_Server_Message;

4578: BEGIN
4579: -- Initialize message list if p_init_msg_list is set to TRUE.
4580: IF FND_API.To_Boolean(p_init_msg_list) THEN
4581: -- Initialize error message stack.
4582: FA_SRVR_MSG.Init_Server_Message;
4583:
4584: -- Initialize debug message stack.
4585: FA_DEBUG_PKG.Initialize;
4586: END IF;

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

4655: end if;
4656:
4657: EXCEPTION
4658: when others then
4659: fa_srvr_msg.add_sql_error(calling_fn => 'fa_trans_api_pub.do_tax_rsv_adj');
4660: x_return_status := FND_API.G_RET_STS_ERROR;
4661: END do_tax_reserve_adjustment;
4662:
4663: END FA_TRANS_API_PUB;