DBA Data[Home] [Help]

APPS.AP_SLA_PROCESSING_PKG dependencies on APP_EXCEPTION

Line 252: APP_EXCEPTION.RAISE_EXCEPTION;

248: END IF;
249:
250: ROLLBACK;
251:
252: APP_EXCEPTION.RAISE_EXCEPTION;
253: END lock_documents_autonomous;
254:
255: /*============================================================================
256: | PROCEDURE - PREACCOUNTING(PUBLIC)

Line 425: app_exception.raise_exception();

421: 'p_process_category = '||p_process_category
422: || 'p_accounting_mode = '||p_accounting_mode);
423: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
424:
425: app_exception.raise_exception();
426:
427: END CASE; -- p_accounting_mode
428: END IF; -- END of checking p_accounting_mode
429: -------------------------------------------------------------------------

Line 459: app_exception.raise_exception();

455: 'p_report_request_id=' || p_report_request_id);
456: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
457: END IF;
458:
459: app_exception.raise_exception();
460:
461: END preaccounting;
462:
463:

Line 1576: app_exception.raise_exception();

1572: FND_MESSAGE.SET_NAME('SQLAP','AP_DEBUG');
1573: FND_MESSAGE.SET_TOKEN('ERROR','calling etax api fails');
1574: FND_MESSAGE.SET_TOKEN('CALLING_SEQUENCE',l_curr_calling_sequence);
1575: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1576: app_exception.raise_exception();
1577:
1578: END IF;
1579:
1580: END IF;

Line 1718: app_exception.raise_exception();

1714: FND_MESSAGE.SET_TOKEN('PARAMETERS',
1715: 'p_accounting_mode = '||p_accounting_mode);
1716: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1717:
1718: app_exception.raise_exception();
1719:
1720: END CASE; -- p_accounting_mode
1721:
1722: END IF; -- end of checking p_accountinng_mode is not null

Line 1793: app_exception.raise_exception();

1789: 'p_accounting_mode = '|| p_accounting_mode);
1790: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1791: END IF;
1792:
1793: app_exception.raise_exception();
1794:
1795: END postprocessing;
1796:
1797: /*============================================================================

Line 1931: app_exception.raise_exception();

1927: 'p_accounting_mode = '|| p_accounting_mode);
1928: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
1929: END IF;
1930:
1931: app_exception.raise_exception();
1932:
1933: END extract;
1934:
1935:

Line 2293: app_exception.raise_exception();

2289: FND_MESSAGE.SET_TOKEN('PARAMETERS',
2290: 'p_accounting_mode = '|| p_accounting_mode);
2291: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
2292:
2293: app_exception.raise_exception();
2294:
2295: END CASE; -- p_accounting_mode
2296:
2297: END IF; -- END of checking p_accounting_mode

Line 2338: app_exception.raise_exception();

2334: 'p_report_request_id=' || p_report_request_id);
2335: FND_MESSAGE.SET_TOKEN('DEBUG_INFO',l_debug_info);
2336: END IF;
2337:
2338: app_exception.raise_exception();
2339:
2340: END postaccounting;
2341:
2342: