DBA Data[Home] [Help]

APPS.FA_DELETION_PUB dependencies on FA_DEPRN_EVENTS

Line 387: DELETE FROM FA_DEPRN_EVENTS

383: AND book_Type_Code = px_asset_hdr_rec.book_type_code;
384:
385: --13343131
386: if G_release <> 11 then
387: DELETE FROM FA_DEPRN_EVENTS
388: WHERE Asset_Id = px_asset_hdr_rec.asset_id
389: AND book_Type_Code = px_asset_hdr_rec.book_type_code;
390: end if;
391:

Line 558: from fa_deprn_events

554: CURSOR get_deprn_id IS
555: select event_id,
556: period_counter,
557: deprn_run_id
558: from fa_deprn_events
559: where asset_id = px_asset_hdr_rec.asset_id
560: and book_type_code = px_asset_hdr_rec.book_type_code;
561: BEGIN
562: