DBA Data[Home] [Help]

APPS.IBY_PAYINSTR_PUB dependencies on FND_API

Line 927: x_return_status := FND_API.G_RET_STS_SUCCESS;

923: print_debuginfo(l_module_name, 'Exiting '
924: || 'payment instruction creation ..');
925:
926: END IF;
927: x_return_status := FND_API.G_RET_STS_SUCCESS;
928:
929: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
930: print_debuginfo(l_module_name, 'EXIT');
931: END IF;

Line 3612: x_return_status := FND_API.G_RET_STS_SUCCESS;

3608: IBY_VALIDATIONSETS_PUB.insert_transaction_errors('N', x_docErrorTab,
3609: x_errTokenTab);
3610:
3611: /* Pass back the return status to the caller */
3612: x_return_status := FND_API.G_RET_STS_SUCCESS;
3613:
3614: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
3615: print_debuginfo(l_module_name, 'EXIT');
3616:

Line 5488: * details of the FND API call as possible.

5484: WHEN OTHERS THEN
5485:
5486: /*
5487: * If an exception occurs, try to log as much
5488: * details of the FND API call as possible.
5489: */
5490:
5491: print_debuginfo(l_module_name, 'Exception occured when '
5492: || 'invoking FND doc sequencing API. Parameters passed to '

Line 5493: || 'FND API - '

5489: */
5490:
5491: print_debuginfo(l_module_name, 'Exception occured when '
5492: || 'invoking FND doc sequencing API. Parameters passed to '
5493: || 'FND API - '
5494: || 'application id: '
5495: || x_sortedPmtTab(i).ca_id
5496: || ', document category code: '
5497: || x_sortedPmtTab(i).doc_cat_code