DBA Data[Home] [Help]

APPS.JTF_TASK_CONTACTS_PUB dependencies on FND_API

Line 35: *
  • FND_API.G_RET_STS_SUCCESS
  • 31: * @param p_escalation_requester_flag the escalation requester flag to be applied
    32: * @param x_task_contact_id the task contact id being created
    33: * @param x_return_status returns the result of all the operations performed
    34: * by the API and must have one of the following values:
    35: *

  • FND_API.G_RET_STS_SUCCESS
    36: *
  • FND_API.G_RET_STS_ERROR
    37: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    38: * @param x_msg_data returns the message in an encoded format if
    39: * x_msg_count returns number one.

    Line 36: *
  • FND_API.G_RET_STS_ERROR
  • 32: * @param x_task_contact_id the task contact id being created
    33: * @param x_return_status returns the result of all the operations performed
    34: * by the API and must have one of the following values:
    35: *

  • FND_API.G_RET_STS_SUCCESS
    36: *
  • FND_API.G_RET_STS_ERROR
    37: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    38: * @param x_msg_data returns the message in an encoded format if
    39: * x_msg_count returns number one.
    40: * @param x_msg_count returns the number of messages in the API message list

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

  • FND_API.G_RET_STS_SUCCESS
    36: *
  • FND_API.G_RET_STS_ERROR
    37: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    38: * @param x_msg_data returns the message in an encoded format if
    39: * x_msg_count returns number one.
    40: * @param x_msg_count returns the number of messages in the API message list
    41: * @param p_attribute1 attribute1 for flexfield

    Line 66: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    62: * @rep:compatibility S
    63: */
    64: PROCEDURE create_task_contacts (
    65: p_api_version IN NUMBER,
    66: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    67: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    68: p_task_id IN NUMBER DEFAULT NULL,
    69: p_task_number IN VARCHAR2 DEFAULT NULL,
    70: p_contact_id IN NUMBER,

    Line 67: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    63: */
    64: PROCEDURE create_task_contacts (
    65: p_api_version IN NUMBER,
    66: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    67: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    68: p_task_id IN NUMBER DEFAULT NULL,
    69: p_task_number IN VARCHAR2 DEFAULT NULL,
    70: p_contact_id IN NUMBER,
    71: p_contact_type_code IN VARCHAR2 DEFAULT NULL,

    Line 111: *
  • FND_API.G_RET_STS_SUCCESS
  • 107: * @param p_task_contact_id the task contact id being locked
    108: * @param p_object_version_number the object version number for lock
    109: * @param x_return_status returns the result of all the operations performed
    110: * by the API and must have one of the following values:
    111: *

  • FND_API.G_RET_STS_SUCCESS
    112: *
  • FND_API.G_RET_STS_ERROR
    113: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    114: * @param x_msg_data returns the message in an encoded format if
    115: * x_msg_count returns number one.

    Line 112: *
  • FND_API.G_RET_STS_ERROR
  • 108: * @param p_object_version_number the object version number for lock
    109: * @param x_return_status returns the result of all the operations performed
    110: * by the API and must have one of the following values:
    111: *

  • FND_API.G_RET_STS_SUCCESS
    112: *
  • FND_API.G_RET_STS_ERROR
    113: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    114: * @param x_msg_data returns the message in an encoded format if
    115: * x_msg_count returns number one.
    116: * @param x_msg_count returns the number of messages in the API message list

    Line 113: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 109: * @param x_return_status returns the result of all the operations performed
    110: * by the API and must have one of the following values:
    111: *

  • FND_API.G_RET_STS_SUCCESS
    112: *
  • FND_API.G_RET_STS_ERROR
    113: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    114: * @param x_msg_data returns the message in an encoded format if
    115: * x_msg_count returns number one.
    116: * @param x_msg_count returns the number of messages in the API message list
    117: * @paraminfo {@rep:precision 6000}

    Line 125: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    121: * @rep:compatibility S
    122: */
    123: PROCEDURE lock_task_contacts (
    124: p_api_version IN NUMBER,
    125: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    126: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    127: p_task_contact_id IN NUMBER,
    128: p_object_version_number IN NUMBER,
    129: x_return_status OUT NOCOPY VARCHAR2,

    Line 126: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    122: */
    123: PROCEDURE lock_task_contacts (
    124: p_api_version IN NUMBER,
    125: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    126: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    127: p_task_contact_id IN NUMBER,
    128: p_object_version_number IN NUMBER,
    129: x_return_status OUT NOCOPY VARCHAR2,
    130: x_msg_data OUT NOCOPY VARCHAR2,

    Line 153: *
  • FND_API.G_RET_STS_SUCCESS
  • 149: * @param p_escalation_notify_flag the escalation notify flag to be applied
    150: * @param p_escalation_requester_flag the escalation requester flag to be applied
    151: * @param x_return_status returns the result of all the operations performed
    152: * by the API and must have one of the following values:
    153: *

  • FND_API.G_RET_STS_SUCCESS
    154: *
  • FND_API.G_RET_STS_ERROR
    155: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    156: * @param x_msg_data returns the message in an encoded format if
    157: * x_msg_count returns number one.

    Line 154: *
  • FND_API.G_RET_STS_ERROR
  • 150: * @param p_escalation_requester_flag the escalation requester flag to be applied
    151: * @param x_return_status returns the result of all the operations performed
    152: * by the API and must have one of the following values:
    153: *

  • FND_API.G_RET_STS_SUCCESS
    154: *
  • FND_API.G_RET_STS_ERROR
    155: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    156: * @param x_msg_data returns the message in an encoded format if
    157: * x_msg_count returns number one.
    158: * @param x_msg_count returns the number of messages in the API message list

    Line 155: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 151: * @param x_return_status returns the result of all the operations performed
    152: * by the API and must have one of the following values:
    153: *

  • FND_API.G_RET_STS_SUCCESS
    154: *
  • FND_API.G_RET_STS_ERROR
    155: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    156: * @param x_msg_data returns the message in an encoded format if
    157: * x_msg_count returns number one.
    158: * @param x_msg_count returns the number of messages in the API message list
    159: * @param p_attribute1 attribute1 for flexfield

    Line 184: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    180: * @rep:compatibility S
    181: */
    182: PROCEDURE update_task_contacts (
    183: p_api_version IN NUMBER,
    184: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    185: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    186: p_object_version_number IN OUT NOCOPY NUMBER,
    187: p_task_contact_id IN NUMBER,
    188: p_contact_id IN NUMBER default fnd_api.g_miss_num,

    Line 185: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    181: */
    182: PROCEDURE update_task_contacts (
    183: p_api_version IN NUMBER,
    184: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    185: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    186: p_object_version_number IN OUT NOCOPY NUMBER,
    187: p_task_contact_id IN NUMBER,
    188: p_contact_id IN NUMBER default fnd_api.g_miss_num,
    189: p_contact_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    Line 188: p_contact_id IN NUMBER default fnd_api.g_miss_num,

    184: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    185: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    186: p_object_version_number IN OUT NOCOPY NUMBER,
    187: p_task_contact_id IN NUMBER,
    188: p_contact_id IN NUMBER default fnd_api.g_miss_num,
    189: p_contact_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    190: p_escalation_notify_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    191: p_escalation_requester_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    192: x_return_status OUT NOCOPY VARCHAR2,

    Line 189: p_contact_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    185: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    186: p_object_version_number IN OUT NOCOPY NUMBER,
    187: p_task_contact_id IN NUMBER,
    188: p_contact_id IN NUMBER default fnd_api.g_miss_num,
    189: p_contact_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    190: p_escalation_notify_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    191: p_escalation_requester_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    192: x_return_status OUT NOCOPY VARCHAR2,
    193: x_msg_data OUT NOCOPY VARCHAR2,

    Line 190: p_escalation_notify_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    186: p_object_version_number IN OUT NOCOPY NUMBER,
    187: p_task_contact_id IN NUMBER,
    188: p_contact_id IN NUMBER default fnd_api.g_miss_num,
    189: p_contact_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    190: p_escalation_notify_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    191: p_escalation_requester_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    192: x_return_status OUT NOCOPY VARCHAR2,
    193: x_msg_data OUT NOCOPY VARCHAR2,
    194: x_msg_count OUT NOCOPY NUMBER ,

    Line 191: p_escalation_requester_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    187: p_task_contact_id IN NUMBER,
    188: p_contact_id IN NUMBER default fnd_api.g_miss_num,
    189: p_contact_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    190: p_escalation_notify_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    191: p_escalation_requester_flag IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    192: x_return_status OUT NOCOPY VARCHAR2,
    193: x_msg_data OUT NOCOPY VARCHAR2,
    194: x_msg_count OUT NOCOPY NUMBER ,
    195: p_attribute1 IN VARCHAR2 DEFAULT jtf_task_utl.g_miss_char,

    Line 228: *
  • FND_API.G_RET_STS_SUCCESS
  • 224: * @param p_object_version_number the object version number for delete
    225: * @param p_task_contact_id the task contact id being deleted
    226: * @param x_return_status returns the result of all the operations performed
    227: * by the API and must have one of the following values:
    228: *

  • FND_API.G_RET_STS_SUCCESS
    229: *
  • FND_API.G_RET_STS_ERROR
    230: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    231: * @param x_msg_count returns the number of messages in the API message list
    232: * @param x_msg_data returns the message in an encoded format if

    Line 229: *
  • FND_API.G_RET_STS_ERROR
  • 225: * @param p_task_contact_id the task contact id being deleted
    226: * @param x_return_status returns the result of all the operations performed
    227: * by the API and must have one of the following values:
    228: *

  • FND_API.G_RET_STS_SUCCESS
    229: *
  • FND_API.G_RET_STS_ERROR
    230: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    231: * @param x_msg_count returns the number of messages in the API message list
    232: * @param x_msg_data returns the message in an encoded format if
    233: * x_msg_count returns number one.

    Line 230: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 226: * @param x_return_status returns the result of all the operations performed
    227: * by the API and must have one of the following values:
    228: *

  • FND_API.G_RET_STS_SUCCESS
    229: *
  • FND_API.G_RET_STS_ERROR
    230: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    231: * @param x_msg_count returns the number of messages in the API message list
    232: * @param x_msg_data returns the message in an encoded format if
    233: * x_msg_count returns number one.
    234: * @param p_delete_cascade the delete cascade

    Line 243: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    239: * @rep:compatibility S
    240: */
    241: PROCEDURE delete_task_contacts (
    242: p_api_version IN NUMBER,
    243: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    244: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    245: p_object_version_number IN NUMBER,
    246: p_task_contact_id IN NUMBER,
    247: x_return_status OUT NOCOPY VARCHAR2,

    Line 244: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    240: */
    241: PROCEDURE delete_task_contacts (
    242: p_api_version IN NUMBER,
    243: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    244: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    245: p_object_version_number IN NUMBER,
    246: p_task_contact_id IN NUMBER,
    247: x_return_status OUT NOCOPY VARCHAR2,
    248: x_msg_data OUT NOCOPY VARCHAR2,