DBA Data[Home] [Help]

APPS.AP_SLA_PROCESSING_PKG dependencies on APP_EXCEPTION

Line 221: APP_EXCEPTION.RAISE_EXCEPTION;

217: END IF;
218:
219: ROLLBACK;
220:
221: APP_EXCEPTION.RAISE_EXCEPTION;
222: END lock_documents_autonomous;
223:
224: /*============================================================================
225: | PROCEDURE - PREACCOUNTING(PUBLIC)

Line 395: app_exception.raise_exception();

391: 'p_process_category = '||p_process_category
392: || 'p_accounting_mode = '||p_accounting_mode);
393: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
394:
395: app_exception.raise_exception();
396:
397: END CASE; -- p_accounting_mode
398: END IF; -- END of checking p_accounting_mode
399: -------------------------------------------------------------------------

Line 429: app_exception.raise_exception();

425: 'p_report_request_id=' || p_report_request_id);
426: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
427: END IF;
428:
429: app_exception.raise_exception();
430:
431: END preaccounting;
432:
433:

Line 1358: app_exception.raise_exception();

1354: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
1355: FND_MESSAGE.SET_TOKEN('ERROR','calling etax api fails');
1356: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
1357: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1358: app_exception.raise_exception();
1359:
1360: END IF;
1361:
1362: END IF;

Line 1454: app_exception.raise_exception();

1450: FND_MESSAGE.SET_TOKEN('PARAMETERS',
1451: 'p_accounting_mode = '||p_accounting_mode);
1452: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1453:
1454: app_exception.raise_exception();
1455:
1456: END CASE; -- p_accounting_mode
1457:
1458: END IF; -- end of checking p_accountinng_mode is not null

Line 1518: app_exception.raise_exception();

1514: 'p_accounting_mode = '|| p_accounting_mode);
1515: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1516: END IF;
1517:
1518: app_exception.raise_exception();
1519:
1520: END postprocessing;
1521:
1522: /*============================================================================

Line 1653: app_exception.raise_exception();

1649: 'p_accounting_mode = '|| p_accounting_mode);
1650: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1651: END IF;
1652:
1653: app_exception.raise_exception();
1654:
1655: END extract;
1656:
1657:

Line 1956: app_exception.raise_exception();

1952: FND_MESSAGE.SET_TOKEN('PARAMETERS',
1953: 'p_accounting_mode = '|| p_accounting_mode);
1954: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1955:
1956: app_exception.raise_exception();
1957:
1958: END CASE; -- p_accounting_mode
1959:
1960: END IF; -- END of checking p_accounting_mode

Line 2000: app_exception.raise_exception();

1996: 'p_report_request_id=' || p_report_request_id);
1997: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1998: END IF;
1999:
2000: app_exception.raise_exception();
2001:
2002: END postaccounting;
2003:
2004: