1622: /* store the misc cash dist id for use in MRC call */
1623:
1624: SELECT ar_misc_cash_distributions_s.nextval
1625: INTO l_misc_cash_dist_id 1626: FROM DUAL; 1627:
1628: INSERT INTO ar_misc_cash_distributions (
1629: misc_cash_distribution_id,
1630: last_updated_by,