DBA Data[Home] [Help]

APPS.IBY_PAYINSTR_PUB dependencies on FND_API

Line 807: x_return_status := FND_API.G_RET_STS_SUCCESS;

803:
804: print_debuginfo(l_module_name, 'Exiting '
805: || 'payment instruction creation ..');
806:
807: x_return_status := FND_API.G_RET_STS_SUCCESS;
808:
809: print_debuginfo(l_module_name, 'EXIT');
810: RETURN;
811: END IF;

Line 3175: x_return_status := FND_API.G_RET_STS_SUCCESS;

3171: IBY_VALIDATIONSETS_PUB.insert_transaction_errors('N', x_docErrorTab,
3172: x_errTokenTab);
3173:
3174: /* Pass back the return status to the caller */
3175: x_return_status := FND_API.G_RET_STS_SUCCESS;
3176:
3177: print_debuginfo(l_module_name, 'EXIT');
3178:
3179: EXCEPTION

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

4873: WHEN OTHERS THEN
4874:
4875: /*
4876: * If an exception occurs, try to log as much
4877: * details of the FND API call as possible.
4878: */
4879: print_debuginfo(l_module_name, 'Exception occured when '
4880: || 'invoking FND doc sequencing API. Parameters passed to '
4881: || 'FND API - '

Line 4881: || 'FND API - '

4877: * details of the FND API call as possible.
4878: */
4879: print_debuginfo(l_module_name, 'Exception occured when '
4880: || 'invoking FND doc sequencing API. Parameters passed to '
4881: || 'FND API - '
4882: || 'application id: '
4883: || x_sortedPmtTab(i).ca_id
4884: || ', document category code: '
4885: || x_sortedPmtTab(i).doc_cat_code