DBA Data[Home] [Help]

APPS.FA_POLISH_PVT dependencies on FA_ADJUSTMENTS_MRC_V

Line 1262: from fa_adjustments_mrc_v

1258: select adjustment_amount,
1259: debit_credit_flag
1260: into x_adjustment_amount,
1261: l_debit_credit_flag
1262: from fa_adjustments_mrc_v
1263: where book_type_code = p_Book_Type_Code
1264: and asset_id = p_Asset_Id
1265: and transaction_header_id = p_transaction_header_id
1266: and source_type_code = 'ADJUSTMENT'

Line 1574: from fa_adjustments_mrc_v

1570: select adjustment_amount,
1571: debit_credit_flag
1572: into x_retirement_amount,
1573: l_debit_credit_flag
1574: from fa_adjustments_mrc_v
1575: where book_type_code = p_Book_Type_Code
1576: and asset_id = p_Asset_Id
1577: and transaction_header_id = p_transaction_header_id
1578: and source_type_code = 'RETIREMENT'