DBA Data[Home] [Help]

APPS.FA_TRANSFER_PVT dependencies on FA_DISTRIBUTION_HISTORY

Line 1137: from fa_distribution_history

1133: p_expense_ccid number,
1134: p_location_id number,
1135: p_assigned_to number) is
1136: select distribution_id
1137: from fa_distribution_history
1138: where asset_id = p_asset_id
1139: and nvl(assigned_to,-9999) = nvl(p_assigned_to,-9999)
1140: and code_combination_id = p_expense_ccid
1141: and location_id = p_location_id

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

1527: | NAME |
1528: | fadrars |
1529: | |
1530: | FUNCTION |
1531: | Resets fa_distribution_history.period_adjustment values to 0 for |
1532: | all records of a specified asset and book type. Also resets the |
1533: | fa_books.adjustment_required_status to 'NONE' for the specified record. |
1534: | |
1535: | NOTE |