DBA Data[Home] [Help]

APPS.IBY_PAYMENT_ADAPTER_PUB dependencies on STANDARD

Line 5: * These include all standard payment APIs as well as query and batch APIs.

1: PACKAGE IBY_PAYMENT_ADAPTER_PUB AUTHID CURRENT_USER AS
2: /* $Header: ibyppads.pls 120.32.12020000.2 2012/08/10 07:05:53 dhati ship $ */
3: /*#
4: * The IBY_PAYMENT_ADAPTER_PUB package provides payment processing APIs.
5: * These include all standard payment APIs as well as query and batch APIs.
6: *
7: * @rep:scope public
8: * @rep:product IBY
9: * @rep:lifecycle active

Line 512: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by

508: * This API is available in overloaded form without risk-related
509: * input parameters.
510: *
511: * @param p_api_version version of the API; use 1.0 by default
512: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by
513: * default
514: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
515: * by default
516: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL

Line 690: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by

686: * The OraPmtCapture API Submits a credit card/purchase card capture request.
687: * A previously authorized payment request is a prerequisite for a capture.
688: *
689: * @param p_api_version version of the API; use 1.0 by default
690: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by
691: * default
692: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
693: * by default
694: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL

Line 730: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by

726: * submitted capture, you must submit the tangible identifier of the previous capture
727: * in this request.
728: *
729: * @param p_api_version version of the API; use 1.0 by default
730: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by
731: * default
732: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
733: * by default
734: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL

Line 769: * @param p_init_msg_list required by API standard;use FND_API.G_FALSE by

765: * that were already submitted to a credit card processor/gateway cannot be
766: * voided.
767: *
768: * @param p_api_version version of the API; use 1.0 by default
769: * @param p_init_msg_list required by API standard;use FND_API.G_FALSE by
770: * default
771: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
772: * by default
773: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL

Line 807: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE

803: * account. A credit transaction can be made without reference to any previous
804: * capture transaction.
805: *
806: * @param p_api_version version of the API; use 1.0 by default
807: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE
808: * by default
809: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
810: * by default
811: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL

Line 959: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by

955: *
956: * This API is available in overloaded form with risk related input parameters.
957: *
958: * @param p_api_version version of the API; use 1.0 by default
959: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by
960: * default
961: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
962: * by default
963: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL