DBA Data[Home] [Help]

APPS.POS_PUB_HISTORY_BO_PKG dependencies on STANDARD

Line 19: * @param p_api_version Standard API version. Use 1.0.

15:
16: /*#
17: * This API returns the supplier business objects given a supplier
18: * publication event.
19: * @param p_api_version Standard API version. Use 1.0.
20: * @param p_init_msg_list Standard API initialize message list flag. Default is fnd_api.g_true
21: * @param p_event_id Supplier publication event ID
22: * @param p_party_id Party ID of a particular supplier to be retrieved if known.
23: * @param p_orig_system If party ID is not known, supply the original system name.

Line 20: * @param p_init_msg_list Standard API initialize message list flag. Default is fnd_api.g_true

16: /*#
17: * This API returns the supplier business objects given a supplier
18: * publication event.
19: * @param p_api_version Standard API version. Use 1.0.
20: * @param p_init_msg_list Standard API initialize message list flag. Default is fnd_api.g_true
21: * @param p_event_id Supplier publication event ID
22: * @param p_party_id Party ID of a particular supplier to be retrieved if known.
23: * @param p_orig_system If party ID is not known, supply the original system name.
24: * @param p_orig_system_reference If party ID is not known, supply the original system reference. Party ID and original system references can be NULL in which case, all suppliers published in the given event will be returned.

Line 26: * @param x_return_status Standard API return status

22: * @param p_party_id Party ID of a particular supplier to be retrieved if known.
23: * @param p_orig_system If party ID is not known, supply the original system name.
24: * @param p_orig_system_reference If party ID is not known, supply the original system reference. Party ID and original system references can be NULL in which case, all suppliers published in the given event will be returned.
25: * @param x_suppliers Return value. A table of objects, each containing a supplier business object in XML format.
26: * @param x_return_status Standard API return status
27: * @param x_msg_count Standard API message count
28: * @param x_msg_data Standard API message data
29: * @rep:displayname Get Supplier Publication History
30: */

Line 27: * @param x_msg_count Standard API message count

23: * @param p_orig_system If party ID is not known, supply the original system name.
24: * @param p_orig_system_reference If party ID is not known, supply the original system reference. Party ID and original system references can be NULL in which case, all suppliers published in the given event will be returned.
25: * @param x_suppliers Return value. A table of objects, each containing a supplier business object in XML format.
26: * @param x_return_status Standard API return status
27: * @param x_msg_count Standard API message count
28: * @param x_msg_data Standard API message data
29: * @rep:displayname Get Supplier Publication History
30: */
31: PROCEDURE get_published_suppliers

Line 28: * @param x_msg_data Standard API message data

24: * @param p_orig_system_reference If party ID is not known, supply the original system reference. Party ID and original system references can be NULL in which case, all suppliers published in the given event will be returned.
25: * @param x_suppliers Return value. A table of objects, each containing a supplier business object in XML format.
26: * @param x_return_status Standard API return status
27: * @param x_msg_count Standard API message count
28: * @param x_msg_data Standard API message data
29: * @rep:displayname Get Supplier Publication History
30: */
31: PROCEDURE get_published_suppliers
32: (

Line 68: * @param p_api_version Standard API version. Use 1.0.

64: /*#
65: * This API is intended to be used by a spoke system to respond to a
66: * Supplier Publication Event. A message will be written to the
67: * Supplier Hub's event response table.
68: * @param p_api_version Standard API version. Use 1.0.
69: * @param p_init_msg_list Standard API initialize message list flag. Default is fnd_api.g_true
70: * @param p_commit Commit flag. Perform commit if value is fnd_api.g_true. Default is fnd_api.g_false.
71: * @param p_target_system The spoke system's identity. Required.
72: * @param p_response_process_id Response process ID. Response ID required to uniquely identify a response for a target system. Required.

Line 69: * @param p_init_msg_list Standard API initialize message list flag. Default is fnd_api.g_true

65: * This API is intended to be used by a spoke system to respond to a
66: * Supplier Publication Event. A message will be written to the
67: * Supplier Hub's event response table.
68: * @param p_api_version Standard API version. Use 1.0.
69: * @param p_init_msg_list Standard API initialize message list flag. Default is fnd_api.g_true
70: * @param p_commit Commit flag. Perform commit if value is fnd_api.g_true. Default is fnd_api.g_false.
71: * @param p_target_system The spoke system's identity. Required.
72: * @param p_response_process_id Response process ID. Response ID required to uniquely identify a response for a target system. Required.
73: * @param p_response_process_status Response process status code. Stored in response table with open interpretation.

Line 79: * @param x_return_status Standard API return status

75: * @param p_request_process_status Request process status code. Stored in response table with open interpretation.
76: * @param p_event_id Supplier publication event ID this response refers to. Required.
77: * @param p_party_id Party ID of a particular supplier of the event this response refers to. Required.
78: * @param p_message Response message. Stored in response table with open interpretation.
79: * @param x_return_status Standard API return status
80: * @param x_msg_count Standard API message count
81: * @param x_msg_data Standard API message data
82: * @rep:displayname Create Supplier Publication Response
83: */

Line 80: * @param x_msg_count Standard API message count

76: * @param p_event_id Supplier publication event ID this response refers to. Required.
77: * @param p_party_id Party ID of a particular supplier of the event this response refers to. Required.
78: * @param p_message Response message. Stored in response table with open interpretation.
79: * @param x_return_status Standard API return status
80: * @param x_msg_count Standard API message count
81: * @param x_msg_data Standard API message data
82: * @rep:displayname Create Supplier Publication Response
83: */
84: PROCEDURE create_publication_response

Line 81: * @param x_msg_data Standard API message data

77: * @param p_party_id Party ID of a particular supplier of the event this response refers to. Required.
78: * @param p_message Response message. Stored in response table with open interpretation.
79: * @param x_return_status Standard API return status
80: * @param x_msg_count Standard API message count
81: * @param x_msg_data Standard API message data
82: * @rep:displayname Create Supplier Publication Response
83: */
84: PROCEDURE create_publication_response
85: (