DBA Data[Home] [Help]

APPS.JTF_TASK_INST_TEMPLATES_PUB dependencies on FND_API

Line 153: *
  • FND_API.G_RET_STS_SUCCESS
  • 149: * the API to commit on their behalf after performing its function.
    150: * By default, the commit will not be performed.
    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_count Returns the number of messages in the API message list.
    157: * @param x_msg_data Returns the message in an encoded format if

    Line 154: *
  • FND_API.G_RET_STS_ERROR
  • 150: * By default, the commit will not be performed.
    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_count Returns the number of messages in the API message list.
    157: * @param x_msg_data Returns the message in an encoded format if
    158: * x_msg_count returns number one.

    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_count Returns the number of messages in the API message list.
    157: * @param x_msg_data Returns the message in an encoded format if
    158: * x_msg_count returns number one.
    159: * @param x_task_details_tbl Returns the Task Ids of the tasks created.

    Line 171: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    167: * @rep:compatibility N
    168: */
    169: PROCEDURE create_task_from_template (
    170: p_api_version IN NUMBER,
    171: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    172: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    173: p_task_template_group_info IN task_template_group_info,
    174: p_task_templates_tbl IN task_template_info_tbl,
    175: p_task_contact_points_tbl IN task_contact_points_tbl,

    Line 172: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    168: */
    169: PROCEDURE create_task_from_template (
    170: p_api_version IN NUMBER,
    171: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    172: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    173: p_task_template_group_info IN task_template_group_info,
    174: p_task_templates_tbl IN task_template_info_tbl,
    175: p_task_contact_points_tbl IN task_contact_points_tbl,
    176: x_return_status OUT NOCOPY VARCHAR2,