DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_ADDITIONS_PKG

Line 418: fa_additions_pkg.update_row

414: fa_debug_pkg.add(l_calling_fn,
415: 'calling book ad update_row','', p_log_level_rec => p_log_level_rec);
416: end if;
417:
418: fa_additions_pkg.update_row
419: (X_asset_id => p_asset_hdr_rec.asset_id,
420: X_asset_type => px_asset_type_rec.asset_type,
421: X_last_update_date => px_trans_rec.who_info.last_update_date,
422: X_last_updated_by => px_trans_rec.who_info.last_updated_by,

Line 842: fa_additions_pkg.update_row

838: fa_debug_pkg.add(l_calling_fn,
839: 'calling ad update_row','', p_log_level_rec => p_log_level_rec);
840: end if;
841:
842: fa_additions_pkg.update_row
843: (X_asset_id => p_asset_hdr_rec.asset_id,
844: X_asset_type => px_asset_type_rec.asset_type,
845: X_last_update_date => px_trans_rec.who_info.last_update_date,
846: X_last_updated_by => px_trans_rec.who_info.last_updated_by,