DBA Data[Home] [Help]

APPS.JTF_TASK_PHONES_PUB dependencies on FND_API

Line 57: *
  • FND_API.G_RET_STS_SUCCESS
  • 53: * @param p_phone_id the phone id for task phone creation
    54: * @param x_task_phone_id the task phone id being created
    55: * @param x_return_status returns the result of all the operations performed
    56: * by the API and must have one of the following values:
    57: *

  • FND_API.G_RET_STS_SUCCESS
    58: *
  • FND_API.G_RET_STS_ERROR
    59: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    60: * @param x_msg_data returns the message in an encoded format if
    61: * x_msg_count returns number one.

    Line 58: *
  • FND_API.G_RET_STS_ERROR
  • 54: * @param x_task_phone_id the task phone id being created
    55: * @param x_return_status returns the result of all the operations performed
    56: * by the API and must have one of the following values:
    57: *

  • FND_API.G_RET_STS_SUCCESS
    58: *
  • FND_API.G_RET_STS_ERROR
    59: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    60: * @param x_msg_data returns the message in an encoded format if
    61: * x_msg_count returns number one.
    62: * @param x_msg_count returns the number of messages in the API message list

    Line 59: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 55: * @param x_return_status returns the result of all the operations performed
    56: * by the API and must have one of the following values:
    57: *

  • FND_API.G_RET_STS_SUCCESS
    58: *
  • FND_API.G_RET_STS_ERROR
    59: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    60: * @param x_msg_data returns the message in an encoded format if
    61: * x_msg_count returns number one.
    62: * @param x_msg_count returns the number of messages in the API message list
    63: * @param p_attribute1 attribute1 for flexfield

    Line 89: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    85: * @rep:compatibility S
    86: */
    87: PROCEDURE create_task_phones (
    88: p_api_version IN NUMBER,
    89: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    90: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    91: p_task_contact_id IN NUMBER,
    92: p_phone_id IN NUMBER,
    93: x_task_phone_id OUT NOCOPY NUMBER,

    Line 90: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    86: */
    87: PROCEDURE create_task_phones (
    88: p_api_version IN NUMBER,
    89: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    90: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    91: p_task_contact_id IN NUMBER,
    92: p_phone_id IN NUMBER,
    93: x_task_phone_id OUT NOCOPY NUMBER,
    94: x_return_status OUT NOCOPY VARCHAR2,

    Line 131: *
  • FND_API.G_RET_STS_SUCCESS
  • 127: * @param p_task_phone_id the task phone id being locked
    128: * @param p_object_version_number the object version number for lock
    129: * @param x_return_status returns the result of all the operations performed
    130: * by the API and must have one of the following values:
    131: *

  • FND_API.G_RET_STS_SUCCESS
    132: *
  • FND_API.G_RET_STS_ERROR
    133: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    134: * @param x_msg_data returns the message in an encoded format if
    135: * x_msg_count returns number one.

    Line 132: *
  • FND_API.G_RET_STS_ERROR
  • 128: * @param p_object_version_number the object version number for lock
    129: * @param x_return_status returns the result of all the operations performed
    130: * by the API and must have one of the following values:
    131: *

  • FND_API.G_RET_STS_SUCCESS
    132: *
  • FND_API.G_RET_STS_ERROR
    133: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    134: * @param x_msg_data returns the message in an encoded format if
    135: * x_msg_count returns number one.
    136: * @param x_msg_count returns the number of messages in the API message list

    Line 133: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 129: * @param x_return_status returns the result of all the operations performed
    130: * by the API and must have one of the following values:
    131: *

  • FND_API.G_RET_STS_SUCCESS
    132: *
  • FND_API.G_RET_STS_ERROR
    133: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    134: * @param x_msg_data returns the message in an encoded format if
    135: * x_msg_count returns number one.
    136: * @param x_msg_count returns the number of messages in the API message list
    137: * @paraminfo {@rep:precision 6000}

    Line 145: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    141: * @rep:compatibility S
    142: */
    143: PROCEDURE lock_task_phones (
    144: p_api_version IN NUMBER,
    145: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    146: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    147: p_task_phone_id IN NUMBER,
    148: p_object_version_number IN NUMBER,
    149: x_return_status OUT NOCOPY VARCHAR2,

    Line 146: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    142: */
    143: PROCEDURE lock_task_phones (
    144: p_api_version IN NUMBER,
    145: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    146: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    147: p_task_phone_id IN NUMBER,
    148: p_object_version_number IN NUMBER,
    149: x_return_status OUT NOCOPY VARCHAR2,
    150: x_msg_data OUT NOCOPY VARCHAR2,

    Line 170: *
  • FND_API.G_RET_STS_SUCCESS
  • 166: * @param p_task_phone_id the task phone id for task phone update
    167: * @param p_phone_id the phone id for task phone update
    168: * @param x_return_status returns the result of all the operations performed
    169: * by the API and must have one of the following values:
    170: *

  • FND_API.G_RET_STS_SUCCESS
    171: *
  • FND_API.G_RET_STS_ERROR
    172: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    173: * @param x_msg_data returns the message in an encoded format if
    174: * x_msg_count returns number one.

    Line 171: *
  • FND_API.G_RET_STS_ERROR
  • 167: * @param p_phone_id the phone id for task phone update
    168: * @param x_return_status returns the result of all the operations performed
    169: * by the API and must have one of the following values:
    170: *

  • FND_API.G_RET_STS_SUCCESS
    171: *
  • FND_API.G_RET_STS_ERROR
    172: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    173: * @param x_msg_data returns the message in an encoded format if
    174: * x_msg_count returns number one.
    175: * @param x_msg_count returns the number of messages in the API message list

    Line 172: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 168: * @param x_return_status returns the result of all the operations performed
    169: * by the API and must have one of the following values:
    170: *

  • FND_API.G_RET_STS_SUCCESS
    171: *
  • FND_API.G_RET_STS_ERROR
    172: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    173: * @param x_msg_data returns the message in an encoded format if
    174: * x_msg_count returns number one.
    175: * @param x_msg_count returns the number of messages in the API message list
    176: * @param p_attribute1 attribute1 for flexfield

    Line 201: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    197: * @rep:compatibility S
    198: */
    199: PROCEDURE update_task_phones (
    200: p_api_version IN NUMBER,
    201: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    202: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    203: p_object_version_number IN OUT NOCOPY NUMBER,
    204: p_task_phone_id IN NUMBER,
    205: p_phone_id IN NUMBER,

    Line 202: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    198: */
    199: PROCEDURE update_task_phones (
    200: p_api_version IN NUMBER,
    201: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    202: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    203: p_object_version_number IN OUT NOCOPY NUMBER,
    204: p_task_phone_id IN NUMBER,
    205: p_phone_id IN NUMBER,
    206: x_return_status OUT NOCOPY VARCHAR2,

    Line 242: *
  • FND_API.G_RET_STS_SUCCESS
  • 238: * @param p_object_version_number the object version number for delete
    239: * @param p_task_phone_id the task phone id being deleted
    240: * @param x_return_status returns the result of all the operations performed
    241: * by the API and must have one of the following values:
    242: *

  • FND_API.G_RET_STS_SUCCESS
    243: *
  • FND_API.G_RET_STS_ERROR
    244: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    245: * @param x_msg_count returns the number of messages in the API message list
    246: * @param x_msg_data returns the message in an encoded format if

    Line 243: *
  • FND_API.G_RET_STS_ERROR
  • 239: * @param p_task_phone_id the task phone id being deleted
    240: * @param x_return_status returns the result of all the operations performed
    241: * by the API and must have one of the following values:
    242: *

  • FND_API.G_RET_STS_SUCCESS
    243: *
  • FND_API.G_RET_STS_ERROR
    244: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    245: * @param x_msg_count returns the number of messages in the API message list
    246: * @param x_msg_data returns the message in an encoded format if
    247: * x_msg_count returns number one.

    Line 244: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 240: * @param x_return_status returns the result of all the operations performed
    241: * by the API and must have one of the following values:
    242: *

  • FND_API.G_RET_STS_SUCCESS
    243: *
  • FND_API.G_RET_STS_ERROR
    244: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    245: * @param x_msg_count returns the number of messages in the API message list
    246: * @param x_msg_data returns the message in an encoded format if
    247: * x_msg_count returns number one.
    248: * @paraminfo {@rep:precision 6000}

    Line 257: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    253: */
    254:
    255: PROCEDURE delete_task_phones (
    256: p_api_version IN NUMBER,
    257: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    258: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    259: p_object_version_number IN NUMBER,
    260: p_task_phone_id IN NUMBER,
    261: x_return_status OUT NOCOPY VARCHAR2,

    Line 258: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    254:
    255: PROCEDURE delete_task_phones (
    256: p_api_version IN NUMBER,
    257: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    258: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    259: p_object_version_number IN NUMBER,
    260: p_task_phone_id IN NUMBER,
    261: x_return_status OUT NOCOPY VARCHAR2,
    262: x_msg_data OUT NOCOPY VARCHAR2,