DBA Data[Home] [Help]

APPS.FA_INS_ADJUST_PKG dependencies on FA_BOOKS

Line 91: -- Get the current FA_BOOKS.COST value

87: -- h_total_amount := adj_ptr.adjustment_amount;
88: h_total_amount := adjustment_amount;
89: elsif (adj_ptr.adjustment_type = 'COST' OR
90: adj_ptr.adjustment_type = 'CIP COST') then
91: -- Get the current FA_BOOKS.COST value
92: -- if (not fagetcc(X_cost =>h_current_cost) then
93: -- return FALSE;
94: -- end if;
95: -- h_total_amount := h_total_amount + h_current_cost;

Line 192: FROM FA_BOOKS

188: h_mesg_name := 'FA_TFR_NO_BOOKS_ROW';
189:
190: SELECT cost
191: INTO h_cost
192: FROM FA_BOOKS
193: WHERE asset_id = h_asset_id
194: AND book_type_code = h_book
195: AND date_ineffective is null;
196: