DBA Data[Home] [Help]

APPS.FA_PROCESS_IMPAIRMENT_PKG dependencies on FA_MC_BOOKS

Line 1308: from fa_mc_books bk , fa_mc_impairments imp

1304: delete from fa_mc_itf_impairments itmp
1305: where set_of_books_id = p_set_of_books_id
1306: and exists
1307: (select 'Uploaded impairment'
1308: from fa_mc_books bk , fa_mc_impairments imp
1309: where imp.book_type_code = p_book_type_code
1310: and imp.status = l_mode
1311: and imp.request_id = p_request_id
1312: and imp.set_of_books_id = p_set_of_books_id

Line 1397: from fa_mc_books bk

1393: , imp.SPLIT3_IMPAIR_CLASS
1394: , imp.SPLIT3_REASON
1395: , imp.SPLIT3_PERCENT
1396: , imp.SPLIT3_LOSS_ACCT -- End of Bug 6666666
1397: from fa_mc_books bk
1398: , fa_mc_impairments imp
1399: where imp.book_type_code = p_book_type_code
1400: and imp.status = l_mode
1401: and imp.request_id = p_request_id

Line 1432: from fa_mc_books bk , fa_mc_impairments imp

1428: delete from fa_mc_itf_impairments itmp
1429: where set_of_books_id = p_set_of_books_id
1430: and exists
1431: (select 'Uploaded impairment'
1432: from fa_mc_books bk , fa_mc_impairments imp
1433: where imp.book_type_code = p_book_type_code
1434: and imp.status = l_mode
1435: and imp.request_id = p_request_id
1436: and imp.set_of_books_id = p_set_of_books_id

Line 1521: from fa_mc_books bk

1517: , imp.SPLIT3_IMPAIR_CLASS
1518: , imp.SPLIT3_REASON
1519: , imp.SPLIT3_PERCENT
1520: , imp.SPLIT3_LOSS_ACCT -- End of Bug 6666666
1521: from fa_mc_books bk
1522: , fa_mc_impairments imp
1523: where imp.book_type_code = p_book_type_code
1524: and imp.status = l_mode
1525: and imp.request_id = p_request_id