DBA Data[Home] [Help]

APPS.FA_TAX_UPLOAD_PKG dependencies on FA_ADDITIONS_B

Line 1143: fa_additions_b ad,

1139: select tax.rowid,
1140: nvl(tax.group_asset_id,
1141: bk.group_asset_id)
1142: from fa_tax_interface tax,
1143: fa_additions_b ad,
1144: fa_books bk
1145: where tax.book_type_code = p_book_type_code
1146: and tax.posting_status = 'POST'
1147: and tax.asset_number = ad.asset_number

Line 1159: fa_additions_b ad

1155: nvl(ad.asset_id, 1)), p_total_requests) + 1,
1156: nvl(ad.asset_id, 1),
1157: ad.asset_type
1158: from fa_tax_interface tax,
1159: fa_additions_b ad
1160: where tax.book_type_code = p_book_type_code
1161: and tax.posting_status = 'POST'
1162: and ad.asset_number(+) = tax.asset_number;
1163: