DBA Data[Home] [Help]

APPS.FA_ASSET_CALC_PVT dependencies on FA_RETIREMENTS

Line 126: from fa_retirements

122: --Bug8244128 Added a new cursor to fetch recognize_gain_loss
123: --from retirements table
124: CURSOR c_recognize_gain_loss_ret (l_thid number) is
125: select recognize_gain_loss
126: from fa_retirements
127: where transaction_header_id_in = l_thid;
128:
129: CURSOR c_recognize_gain_loss_res (l_thid number) is
130: select recognize_gain_loss

Line 131: from fa_retirements

127: where transaction_header_id_in = l_thid;
128:
129: CURSOR c_recognize_gain_loss_res (l_thid number) is
130: select recognize_gain_loss
131: from fa_retirements
132: where transaction_header_id_out = l_thid;
133:
134: -- Bug 8520695
135: CURSOR c_check_addn is -- to check if there exists an addition transaction before current transaction