DBA Data[Home] [Help]

APPS.FA_CIP_PVT dependencies on FA_MC_ADJUSTMENTS

Line 71: FROM fa_mc_adjustments

67: distribution_id ,
68: debit_credit_flag ,
69: adjustment_amount ,
70: adjustment_type
71: FROM fa_mc_adjustments
72: WHERE transaction_header_id = p_thid
73: AND set_of_books_id = p_asset_hdr_rec.set_of_books_id;
74:
75: CURSOR c_adjustments (p_thid number) IS

Line 1101: delete from fa_mc_adjustments

1097: where transaction_header_id = g_cap_thid;
1098:
1099: else
1100:
1101: delete from fa_mc_adjustments
1102: where transaction_header_id = g_cap_thid
1103: and set_of_books_id = p_asset_hdr_rec.set_of_books_id;
1104: end if;
1105: