DBA Data[Home] [Help]

APPS.FA_DEPRN_ROLLBACK_PVT dependencies on FA_DEPRN_DETAIL_H

Line 187: insert into fa_deprn_detail_h_mrc_v

183: and ds.asset_id = p_asset_hdr_rec.asset_id
184: and ds.period_counter = p_period_rec.period_counter
185: and ds.deprn_source_code in ('DEPRN','TRACK');
186:
187: insert into fa_deprn_detail_h_mrc_v
188: (BOOK_TYPE_CODE ,
189: ASSET_ID ,
190: PERIOD_COUNTER ,
191: DISTRIBUTION_ID ,

Line 312: insert into fa_deprn_detail_h

308: and ds.asset_id = p_asset_hdr_rec.asset_id
309: and ds.period_counter = p_period_rec.period_counter
310: and ds.deprn_source_code in ('DEPRN','TRACK');
311:
312: insert into fa_deprn_detail_h
313: (BOOK_TYPE_CODE ,
314: ASSET_ID ,
315: PERIOD_COUNTER ,
316: DISTRIBUTION_ID ,