DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_DISTRIBUTION_HISTORY

Line 299: from fa_distribution_history

295: if (l_from_distribution_id(i) is null) then
296: begin
297: select distinct distribution_id
298: into l_from_distribution_id(i)
299: from fa_distribution_history
300: where book_type_code = l_book_type_code(i)
301: and asset_id = l_from_asset_id(i)
302: and code_combination_id = l_from_gl_ccid(i)
303: and location_id = l_from_location_id(i)

Line 870: from fa_distribution_history

866: l_from_units_assigned,
867: l_from_gl_ccid,
868: l_from_location_id,
869: l_from_employee_id
870: from fa_distribution_history
871: where distribution_id = p_from_distribution_id;
872:
873: exception
874: when no_data_found then