DBA Data[Home] [Help]

APPS.FA_MASSPTFR_PKG dependencies on FA_DISTRIBUTION_HISTORY

Line 297: from fa_distribution_history

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

Line 875: from fa_distribution_history

871: l_from_units_assigned,
872: l_from_gl_ccid,
873: l_from_location_id,
874: l_from_employee_id
875: from fa_distribution_history
876: where distribution_id = p_from_distribution_id;
877:
878: exception
879: when no_data_found then