DBA Data[Home] [Help]

APPS.FA_RETIREMENT_PUB dependencies on FA_RETIREMENT_PVT

Line 2039: if not FA_RETIREMENT_PVT.DO_RETIREMENT(

2035: /*
2036: -- due to 3513319. Passing the thid straight to the dist api and keeping
2037: -- the value that came in in l_trans_rec.
2038: */
2039: if not FA_RETIREMENT_PVT.DO_RETIREMENT(
2040: p_trans_rec => l_trans_rec,
2041: p_asset_retire_rec => l_asset_retire_mrc_rec,
2042: p_asset_hdr_rec => l_asset_hdr_rec,
2043: p_asset_type_rec => l_asset_type_rec,

Line 2162: if not FA_RETIREMENT_PVT.DO_RETIREMENT(

2158:
2159: -- ENERGY: Decide to fetch recognize gain loss using group asset id
2160: -- ENERGY: or not.
2161:
2162: if not FA_RETIREMENT_PVT.DO_RETIREMENT(
2163: p_trans_rec => l_trans_rec,
2164: p_asset_retire_rec => l_asset_retire_mrc_rec,
2165: p_asset_hdr_rec => l_asset_hdr_rec,
2166: p_asset_type_rec => l_asset_type_rec,

Line 4085: if not FA_RETIREMENT_PVT.UNDO_RETIREMENT_REINSTATEMENT(

4081: * Added for Group Asset uptake
4082: */
4083: if (l_asset_fin_rec.group_asset_id is not null) then
4084: if (l_asset_retire_rec.recognize_gain_loss = 'NO') then
4085: if not FA_RETIREMENT_PVT.UNDO_RETIREMENT_REINSTATEMENT(
4086: p_transaction_header_id =>l_asset_retire_rec.detail_info.transaction_header_id_in,
4087: p_asset_hdr_rec => l_asset_hdr_rec,
4088: p_group_asset_id => l_asset_fin_rec.group_asset_id,
4089: p_set_of_books_id => l_asset_hdr_rec.set_of_books_id,

Line 5469: if not FA_RETIREMENT_PVT.DO_REINSTATEMENT(

5465: --
5466: if (l_asset_fin_rec.group_asset_id is not null) and
5467: (l_asset_retire_rec.recognize_gain_loss = 'NO') then
5468:
5469: if not FA_RETIREMENT_PVT.DO_REINSTATEMENT(
5470: p_trans_rec => l_trans_rec,
5471: p_asset_retire_rec => l_asset_retire_rec,
5472: p_asset_hdr_rec => l_asset_hdr_rec,
5473: p_asset_type_rec => l_asset_type_rec,

Line 5604: -- will be taken care in FA_RETIREMENT_PVT.DO_REINSTATEMENT

5600: -- SLA Uptake - moving this to top so we know before event creation
5601:
5602: -- If the asset is member asset and Recognize Gain Loss is
5603: -- 'NO', set the status to 'DELETED' since all other process
5604: -- will be taken care in FA_RETIREMENT_PVT.DO_REINSTATEMENT
5605: -- and this asset should not be picked up by FARET
5606: --
5607: if (p_asset_fin_rec.group_asset_id is not null) and
5608: (l_asset_retire_rec.recognize_gain_loss = 'NO') then