1218: ---------------------------------------------------------------------------
1219: IF (PG_DEBUG = 'Y') THEN
1220: arp_standard.debug(l_debug_info);
1221: END IF;
1222: APP_EXCEPTION.raise_exception;
1223: ELSE
1224: ---------------------------------------------------------------------------
1225: l_debug_info := 'Duplicate application error';
1226: ---------------------------------------------------------------------------
1253: IF (find_cash_receipt%FOUND) THEN
1254: l_sel_cash_receipt_id := find_cash_receipt_record.cash_receipt_id;
1255: ELSE
1256: --Should not come here
1257: APP_EXCEPTION.raise_exception;
1258: END IF;
1259: CLOSE find_cash_receipt;
1260:
1261: x_cash_receipt_id := l_sel_cash_receipt_id;