DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_LIB_PVT dependencies on APP_EXCEPTION

Line 180: app_exception.raise_exception;

176: arp_util.debug( '>>>>>>>>>> The doc sequence does not exist for the current document');
177: END IF;
178:
179: FND_MESSAGE.Set_Name( 'AR','AR_BR_DOC_SEQ_NOT_EXIST_A');
180: app_exception.raise_exception;
181:
182: ELSIF (l_doc_seq_ret_stat = -2) THEN
183:
184: -- No assignment exists for the set of parameters

Line 227: app_exception.raise_exception;

223: IF PG_DEBUG in ('Y', 'C') THEN
224: arp_util.debug( '>>>>>>>>>> The user is not supposed to pass in a value in this case');
225: END IF;
226: FND_MESSAGE.Set_Name('AR', 'AR_BR_DOC_SEQ_AUTOMATIC');
227: app_exception.raise_exception;
228: END IF;
229:
230: p_trx_rec.doc_sequence_value := l_doc_sequence_value;
231: arp_util.debug('l_doc_sequence_value :'||to_char(nvl(p_trx_rec.doc_sequence_value,-99)));

Line 264: app_exception.raise_exception;

260: arp_util.debug( '>>>>>>>>>> A - pg_profile_doc_seq : ' || pg_profile_doc_seq);
261: END IF;
262: FND_MESSAGE.Set_Name('AR', 'AR_BR_DOC_SEQ_VALUE_NULL_A');
263: FND_MESSAGE.Set_Token('SEQUENCE', l_doc_sequence_name);
264: app_exception.raise_exception;
265:
266: ELSIF (NVL(pg_profile_doc_seq,'N') = 'P')
267: THEN
268: --Warning

Line 273: app_exception.raise_exception;

269: IF PG_DEBUG in ('Y', 'C') THEN
270: arp_util.debug( '>>>>>>>>>> P - pg_profile_doc_seq : ' || pg_profile_doc_seq);
271: END IF;
272: FND_MESSAGE.SET_NAME('AR','AR_BR_DOC_SEQ_VALUE_NULL_P');
273: app_exception.raise_exception;
274:
275: END IF;
276:
277:

Line 296: app_exception.raise_exception;

292: IF PG_DEBUG in ('Y', 'C') THEN
293: arp_util.debug( '>>>>>>>>>> no_data_found raised - pg_profile_doc_seq = A');
294: END IF;
295: FND_MESSAGE.Set_Name( 'FND','UNIQUE-ALWAYS USED');
296: app_exception.raise_exception;
297: ELSE
298: IF PG_DEBUG in ('Y', 'C') THEN
299: arp_util.debug( '>>>>>>>>>> no_data_found raised - pg_profile_doc_seq : ' || pg_profile_doc_seq);
300: END IF;

Line 334: app_exception.raise_exception;

330: IF PG_DEBUG in ('Y', 'C') THEN
331: arp_util.debug( '>>>>>>>>>> Bacth Source does not exist');
332: END IF;
333: FND_MESSAGE.Set_Name( 'AR','AR_BR_INVALID_BATCH_SOURCE');
334: app_exception.raise_exception;
335: WHEN OTHERS THEN
336: IF PG_DEBUG in ('Y', 'C') THEN
337: arp_util.debug( '>>>>>>>>>> Failed when fetching copy doc number flag');
338: END IF;

Line 398: app_exception.raise_exception;

394: arp_util.debug('AR_BILLS_MAINTAIN_LIB_PVT.Set_API_Error ()+');
395:
396: FND_MSG_PUB.Get (FND_MSG_PUB.G_FIRST, FND_API.G_TRUE, l_data, l_msg_index_out);
397: FND_MESSAGE.Set_Encoded (l_data);
398: app_exception.raise_exception;
399: arp_util.debug('AR_BILLS_MAINTAIN_LIB_PVT.Set_API_Error ()-');
400:
401: EXCEPTION
402: WHEN OTHERS THEN

Line 895: app_exception.raise_exception;

891: THEN
892: Set_Api_Error;
893: ELSE
894: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_CREATE_ADJ');
895: app_exception.raise_exception;
896: END IF;
897:
898: END IF;
899: END IF;

Line 1053: app_exception.raise_exception;

1049: THEN
1050: Set_Api_Error;
1051: ELSE
1052: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_APPROVE_ADJ');
1053: app_exception.raise_exception;
1054: END IF;
1055:
1056: END IF;
1057: END IF;

Line 1157: app_exception.raise_exception;

1153: THEN
1154: Set_Api_Error;
1155: ELSE
1156: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_MODIFY_ADJ');
1157: app_exception.raise_exception;
1158: END IF;
1159:
1160: END IF;
1161: END IF;

Line 1267: app_exception.raise_exception;

1263: THEN
1264: Set_Api_Error;
1265: ELSE
1266: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_REVERSE_ADJ');
1267: app_exception.raise_exception;
1268: END IF;
1269:
1270: END IF;
1271: END IF;

Line 1516: APP_EXCEPTION.raise_exception;

1512: IF PG_DEBUG in ('Y', 'C') THEN
1513: arp_util.debug ('Find_Last_STD: ' || '>>>>>>>>>> Last Short Term Debt Application could not be found');
1514: END IF;
1515: CLOSE last_std_application_cur;
1516: APP_EXCEPTION.raise_exception;
1517: END IF;
1518:
1519: p_cash_receipt_id := last_std_application_rec.cash_receipt_id;
1520: p_receivable_application_id := last_std_application_rec.receivable_application_id;

Line 1636: app_exception.raise_exception;

1632: THEN
1633: Set_Api_Error;
1634: ELSE
1635: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_REVERSE_REC');
1636: app_exception.raise_exception;
1637: END IF;
1638:
1639: END IF;
1640: END IF;

Line 1750: app_exception.raise_exception;

1746: THEN
1747: Set_Api_Error;
1748: ELSE
1749: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_UNAPPLY_REC');
1750: app_exception.raise_exception;
1751: END IF;
1752:
1753: END IF;
1754: END IF;

Line 1900: app_exception.raise_exception;

1896: THEN
1897: Set_Api_Error;
1898: ELSE
1899: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_APPLY_REC');
1900: app_exception.raise_exception;
1901: END IF;
1902:
1903: END IF;
1904: END IF;

Line 2015: app_exception.raise_exception;

2011: THEN
2012: Set_Api_Error;
2013: ELSE
2014: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_UNAPPLY_REC');
2015: app_exception.raise_exception;
2016: END IF;
2017:
2018: END IF;
2019: END IF;

Line 2203: app_exception.raise_exception;

2199: arp_util.debug( '>>>>>>>>>> Invalid Action - Case not implemented ');
2200: END IF;
2201: FND_MESSAGE.set_name ( 'AR', 'AR_BR_ACTION_FORBIDDEN' );
2202: FND_MESSAGE.Set_token ( 'ACTION', C_UNPAID);
2203: app_exception.raise_exception;
2204:
2205: END IF;
2206:
2207:

Line 2368: app_exception.raise_exception;

2364: THEN
2365: Set_Api_Error;
2366: ELSE
2367: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_CREATE_REC');
2368: app_exception.raise_exception;
2369: END IF;
2370:
2371: END IF;
2372:

Line 2544: app_exception.raise_exception;

2540: THEN
2541: Set_Api_Error;
2542: ELSE
2543: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_CREATE_APPLY_REC');
2544: app_exception.raise_exception;
2545: END IF;
2546:
2547: END IF;
2548:

Line 2673: app_exception.raise_exception;

2669: THEN
2670: Set_Api_Error;
2671: ELSE
2672: FND_MESSAGE.SET_NAME ('AR', 'AR_BR_CANNOT_APPLY_REC');
2673: app_exception.raise_exception;
2674: END IF;
2675:
2676: END IF;
2677: END IF;

Line 2739: APP_EXCEPTION.raise_exception;

2735: IF PG_DEBUG in ('Y', 'C') THEN
2736: arp_util.debug ('Link_Application_History: ' || '>>>>>>>>>> Last Application could not be found');
2737: END IF;
2738: CLOSE last_application_cur;
2739: APP_EXCEPTION.raise_exception;
2740: END IF;
2741:
2742: CLOSE last_application_cur;
2743: