DBA Data[Home] [Help]

APPS.JTF_EC_CONTACTS_PVT dependencies on FND_API

Line 37: *
  • FND_API.G_RET_STS_SUCCESS
  • 33: * @param p_escalation_requester_flag the flag that determines if the contact is requester for Escalation
    34: * @param x_escalation_contact_id the parameter that returns the Escalation Contact ID for the created Escalation Contact
    35: * @param x_return_status the parameter that returns the result of all the operations performed.
    36: * by the API and must have one of the following values:
    37: *

  • FND_API.G_RET_STS_SUCCESS
    38: *
  • FND_API.G_RET_STS_ERROR
    39: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    40: * @param x_msg_data the parameter that returns the FND Message in encoded format.
    41: * @param x_msg_count the parameter that returns the number of messages in the FND message list.

    Line 38: *
  • FND_API.G_RET_STS_ERROR
  • 34: * @param x_escalation_contact_id the parameter that returns the Escalation Contact ID for the created Escalation Contact
    35: * @param x_return_status the parameter that returns the result of all the operations performed.
    36: * by the API and must have one of the following values:
    37: *

  • FND_API.G_RET_STS_SUCCESS
    38: *
  • FND_API.G_RET_STS_ERROR
    39: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    40: * @param x_msg_data the parameter that returns the FND Message in encoded format.
    41: * @param x_msg_count the parameter that returns the number of messages in the FND message list.
    42: * @param p_attribute1 the value of the flex field attribute1

    Line 39: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 35: * @param x_return_status the parameter that returns the result of all the operations performed.
    36: * by the API and must have one of the following values:
    37: *

  • FND_API.G_RET_STS_SUCCESS
    38: *
  • FND_API.G_RET_STS_ERROR
    39: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    40: * @param x_msg_data the parameter that returns the FND Message in encoded format.
    41: * @param x_msg_count the parameter that returns the number of messages in the FND message list.
    42: * @param p_attribute1 the value of the flex field attribute1
    43: * @param p_attribute2 the value of the flex field attribute2

    Line 65: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    61: * @rep:compatibility S
    62: */
    63: PROCEDURE create_escalation_contacts (
    64: p_api_version IN NUMBER,
    65: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    66: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    67: p_escalation_id IN NUMBER DEFAULT NULL,
    68: p_escalation_number IN VARCHAR2 DEFAULT NULL,
    69: p_contact_id IN NUMBER,

    Line 66: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    62: */
    63: PROCEDURE create_escalation_contacts (
    64: p_api_version IN NUMBER,
    65: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    66: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    67: p_escalation_id IN NUMBER DEFAULT NULL,
    68: p_escalation_number IN VARCHAR2 DEFAULT NULL,
    69: p_contact_id IN NUMBER,
    70: p_contact_type_code IN VARCHAR2 DEFAULT NULL,

    Line 114: *
  • FND_API.G_RET_STS_SUCCESS
  • 110: * @param p_escalation_notify_flag the flag that checks if the notify option is checked
    111: * @param p_escalation_requester_flag the flag that determines if the contact is requester for Escalation
    112: * @param x_return_status the parameter that returns the result of all the operations performed.
    113: * by the API and must have one of the following values:
    114: *

  • FND_API.G_RET_STS_SUCCESS
    115: *
  • FND_API.G_RET_STS_ERROR
    116: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    117: * @param x_msg_data the parameter that returns the FND Message in encoded format.
    118: * @param x_msg_count the parameter that returns the number of messages in the FND message list.

    Line 115: *
  • FND_API.G_RET_STS_ERROR
  • 111: * @param p_escalation_requester_flag the flag that determines if the contact is requester for Escalation
    112: * @param x_return_status the parameter that returns the result of all the operations performed.
    113: * by the API and must have one of the following values:
    114: *

  • FND_API.G_RET_STS_SUCCESS
    115: *
  • FND_API.G_RET_STS_ERROR
    116: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    117: * @param x_msg_data the parameter that returns the FND Message in encoded format.
    118: * @param x_msg_count the parameter that returns the number of messages in the FND message list.
    119: * @param p_attribute1 the value of the flex field attribute1

    Line 116: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 112: * @param x_return_status the parameter that returns the result of all the operations performed.
    113: * by the API and must have one of the following values:
    114: *

  • FND_API.G_RET_STS_SUCCESS
    115: *
  • FND_API.G_RET_STS_ERROR
    116: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    117: * @param x_msg_data the parameter that returns the FND Message in encoded format.
    118: * @param x_msg_count the parameter that returns the number of messages in the FND message list.
    119: * @param p_attribute1 the value of the flex field attribute1
    120: * @param p_attribute2 the value of the flex field attribute2

    Line 142: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    138: * @rep:compatibility S
    139: */
    140: PROCEDURE update_escalation_contacts (
    141: p_api_version IN NUMBER,
    142: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    143: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    144: p_object_version_number IN OUT NOCOPY VARCHAR2 ,
    145: p_escalation_contact_id IN NUMBER DEFAULT NULL,
    146: p_contact_id IN NUMBER,

    Line 143: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    139: */
    140: PROCEDURE update_escalation_contacts (
    141: p_api_version IN NUMBER,
    142: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    143: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    144: p_object_version_number IN OUT NOCOPY VARCHAR2 ,
    145: p_escalation_contact_id IN NUMBER DEFAULT NULL,
    146: p_contact_id IN NUMBER,
    147: p_contact_type_code IN VARCHAR2 DEFAULT NULL,

    Line 185: *
  • FND_API.G_RET_STS_SUCCESS
  • 181: * @param p_object_version_number the object version number of the escalation contact record
    182: * @param p_escalation_contact_id the Escalation Contact ID for the Escalation Contact
    183: * @param x_return_status the parameter that returns the result of all the operations performed.
    184: * by the API and must have one of the following values:
    185: *

  • FND_API.G_RET_STS_SUCCESS
    186: *
  • FND_API.G_RET_STS_ERROR
    187: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    188: * @param x_msg_data the parameter that returns the FND Message in encoded format.
    189: * @param x_msg_count the parameter that returns the number of messages in the FND message list.

    Line 186: *
  • FND_API.G_RET_STS_ERROR
  • 182: * @param p_escalation_contact_id the Escalation Contact ID for the Escalation Contact
    183: * @param x_return_status the parameter that returns the result of all the operations performed.
    184: * by the API and must have one of the following values:
    185: *

  • FND_API.G_RET_STS_SUCCESS
    186: *
  • FND_API.G_RET_STS_ERROR
    187: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    188: * @param x_msg_data the parameter that returns the FND Message in encoded format.
    189: * @param x_msg_count the parameter that returns the number of messages in the FND message list.
    190: * @rep:scope private

    Line 187: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 183: * @param x_return_status the parameter that returns the result of all the operations performed.
    184: * by the API and must have one of the following values:
    185: *

  • FND_API.G_RET_STS_SUCCESS
    186: *
  • FND_API.G_RET_STS_ERROR
    187: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    188: * @param x_msg_data the parameter that returns the FND Message in encoded format.
    189: * @param x_msg_count the parameter that returns the number of messages in the FND message list.
    190: * @rep:scope private
    191: * @rep:lifecycle active

    Line 197: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    193: * @rep:compatibility S
    194: */
    195: PROCEDURE delete_escalation_contacts (
    196: p_api_version IN NUMBER,
    197: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    198: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    199: p_object_version_number IN NUMBER,
    200: p_escalation_contact_id IN NUMBER,
    201: x_return_status OUT NOCOPY VARCHAR2,

    Line 198: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    194: */
    195: PROCEDURE delete_escalation_contacts (
    196: p_api_version IN NUMBER,
    197: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    198: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    199: p_object_version_number IN NUMBER,
    200: p_escalation_contact_id IN NUMBER,
    201: x_return_status OUT NOCOPY VARCHAR2,
    202: x_msg_data OUT NOCOPY VARCHAR2,