DBA Data[Home] [Help]

APPS.AR_IREC_APPLY_CREDITS dependencies on APP_EXCEPTION

Line 1220: APP_EXCEPTION.raise_exception;

1216: ---------------------------------------------------------------------------
1217: IF (PG_DEBUG = 'Y') THEN
1218: arp_standard.debug(l_debug_info);
1219: END IF;
1220: APP_EXCEPTION.raise_exception;
1221: ELSE
1222: ---------------------------------------------------------------------------
1223: l_debug_info := 'Duplicate application error';
1224: ---------------------------------------------------------------------------

Line 1253: APP_EXCEPTION.raise_exception;

1249: IF (find_cash_receipt%FOUND) THEN
1250: l_sel_cash_receipt_id := find_cash_receipt_record.cash_receipt_id;
1251: ELSE
1252: --Should not come here
1253: APP_EXCEPTION.raise_exception;
1254: END IF;
1255: CLOSE find_cash_receipt;
1256:
1257: x_cash_receipt_id := l_sel_cash_receipt_id;