DBA Data[Home] [Help]

APPS.FA_TRANSFER_PVT dependencies on FA_DISTRIBUTION_HISTORY

Line 1241: from fa_distribution_history

1237: p_expense_ccid number,
1238: p_location_id number,
1239: p_assigned_to number) is
1240: select distribution_id
1241: from fa_distribution_history
1242: where asset_id = p_asset_id
1243: and nvl(assigned_to,-9999) = nvl(p_assigned_to,-9999)
1244: and code_combination_id = p_expense_ccid
1245: and location_id = p_location_id

Line 1598: | Resets fa_distribution_history.period_adjustment values to 0 for |

1594: | NAME |
1595: | fadrars |
1596: | |
1597: | FUNCTION |
1598: | Resets fa_distribution_history.period_adjustment values to 0 for |
1599: | all records of a specified asset and book type. Also resets the |
1600: | fa_books.adjustment_required_status to 'NONE' for the specified record. |
1601: | |
1602: | NOTE |