[Home] [Help]
61: distribution_id ,
62: debit_credit_flag ,
63: adjustment_amount ,
64: adjustment_type
65: FROM fa_adjustments_mrc_v
66: WHERE transaction_header_id = p_thid;
67:
68: CURSOR c_adjustments (p_thid number) IS
69: SELECT code_combination_id ,
796: where transaction_header_id = g_cap_thid;
797:
798: else
799:
800: delete from fa_adjustments_mrc_v
801: where transaction_header_id = g_cap_thid;
802:
803: end if;
804: