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 AS
2: /* $Header: ibyppads.pls 120.22.12010000.6 2008/08/21 21:21:35 jleybovi 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 484: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by

480: * This API is available in overloaded form without risk-related
481: * input parameters.
482: *
483: * @param p_api_version version of the API; use 1.0 by default
484: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by
485: * default
486: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
487: * by default
488: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL

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

646: * The OraPmtCapture API Submits a credit card/purchase card capture request.
647: * A previously authorized payment request is a prerequisite for a capture.
648: *
649: * @param p_api_version version of the API; use 1.0 by default
650: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by
651: * default
652: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
653: * by default
654: * @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: * submitted capture, you must submit the tangible identifier of the previous capture
687: * in this request.
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 729: * @param p_init_msg_list required by API standard;use FND_API.G_FALSE by

725: * that were already submitted to a credit card processor/gateway cannot be
726: * voided.
727: *
728: * @param p_api_version version of the API; use 1.0 by default
729: * @param p_init_msg_list required by API standard;use FND_API.G_FALSE by
730: * default
731: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
732: * by default
733: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL

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

763: * account. A credit transaction can be made without reference to any previous
764: * capture transaction.
765: *
766: * @param p_api_version version of the API; use 1.0 by default
767: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE
768: * by default
769: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
770: * by default
771: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL

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

915: *
916: * This API is available in overloaded form with risk related input parameters.
917: *
918: * @param p_api_version version of the API; use 1.0 by default
919: * @param p_init_msg_list required by API standard; use FND_API.G_FALSE by
920: * default
921: * @param p_commit commit not implemented in these APIs; use FND_API.G_FALSE
922: * by default
923: * @param p_validation_level validation level; use FND_API.G_VALID_LEVEL_FULL