DBA Data[Home] [Help]

APPS.ARP_BILLS_RECEIVABLE_MAIN dependencies on APP_EXCEPTION

Line 1071: APP_EXCEPTION.raise_exception;

1067: +--------------------------------------------------------------------------*/
1068: IF PG_DEBUG in ('Y', 'C') THEN
1069: arp_standard.debug('ARP_BILLS_RECEIVABLE_MAIN.Create_Ae_Lines_BR - status '||p_trh_rec.status||' not supported');
1070: END IF;
1071: APP_EXCEPTION.raise_exception;
1072:
1073: END IF;
1074:
1075: /*----------------------------------------------------------+

Line 1964: APP_EXCEPTION.raise_exception;

1960: CLOSE distribution_cur;
1961: IF PG_DEBUG in ('Y', 'C') THEN
1962: arp_standard.debug('find_rec_dist_record: ' || 'Receivable accounting record cannot be found.');
1963: END IF;
1964: APP_EXCEPTION.raise_exception;
1965:
1966: END IF;
1967:
1968: IF distribution_cur%ISOPEN THEN

Line 2049: APP_EXCEPTION.raise_exception;

2045:
2046: IF PG_DEBUG in ('Y', 'C') THEN
2047: arp_standard.debug('find_exchanged_trx_acct: ' || 'Previous transaction history record with exchange accountin cannot be found.');
2048: END IF;
2049: APP_EXCEPTION.raise_exception;
2050:
2051: END IF;
2052:
2053: RETURN l_prev_posted_trh_rec.transaction_history_id;