DBA Data[Home] [Help]

APPS.FA_SLA_CURRENT_PERIOD_UPG_PKG dependencies on FA_ADJUSTMENTS

Line 55: from fa_adjustments aj

51: and th.transaction_header_id = bk.transaction_header_id_in
52: and bk.cost <> 0
53: and th.asset_id = ad.asset_id
54: and not exists (select 'x'
55: from fa_adjustments aj
56: where aj.asset_id = th.asset_id
57: and aj.book_type_code = th.book_type_code
58: and aj.transaction_header_id = th.transaction_header_id
59: and aj.adjustment_type like '%COST');

Line 1716: fa_adjustments adj,

1712: adj.code_combination_id
1713: from fa_transaction_headers th,
1714: fa_book_controls bc,
1715: fa_deprn_periods dp,
1716: fa_adjustments adj,
1717: fa_asset_invoices ai,
1718: fa_invoice_transactions it,
1719: (select 'SOURCE' source_dest_code from dual union all
1720: select 'DEST' source_dest_code from dual) mult

Line 1756: fa_adjustments adj,

1752: adj.code_combination_id
1753: from fa_transaction_headers th,
1754: fa_book_controls bc,
1755: fa_deprn_periods dp,
1756: fa_adjustments adj,
1757: fa_distribution_history dh,
1758: (select 'SOURCE' source_dest_code from dual union all
1759: select 'DEST' source_dest_code from dual) mult
1760: where th.rowid between p_start_rowid and p_end_rowid

Line 1803: update fa_adjustments

1799:
1800: l_rows_processed := l_adj_rowid_tbl.count;
1801:
1802: forall i in 1..l_adj_rowid_tbl.count
1803: update fa_adjustments
1804: set source_line_id = l_source_line_id_tbl(i),
1805: source_dest_code = l_source_dest_code_tbl(i)
1806: where rowid = l_adj_rowid_tbl(i);
1807:

Line 1858: update fa_adjustments

1854:
1855: l_rows_processed := l_adj_rowid_tbl.count;
1856:
1857: forall i in 1..l_adj_rowid_tbl.count
1858: update fa_adjustments
1859: set source_dest_code = l_source_dest_code_tbl(i)
1860: where rowid = l_adj_rowid_tbl(i);
1861:
1862: forall i in 1..l_adj_rowid_tbl.count