DBA Data[Home] [Help]

APPS.CAC_TASK_PURGE_PUB dependencies on FND_API

Line 34: *
  • FND_API.G_RET_STS_SUCCESS
  • 30: * the API to commit on their behalf after performing its function
    31: * By default, the commit will not be performed.
    32: * @param x_return_status returns the result of all the operations performed
    33: * by the API and must have one of the following values:
    34: *

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

    Line 35: *
  • FND_API.G_RET_STS_ERROR
  • 31: * By default, the commit will not be performed.
    32: * @param x_return_status returns the result of all the operations performed
    33: * by the API and must have one of the following values:
    34: *

  • FND_API.G_RET_STS_SUCCESS
    35: *
  • FND_API.G_RET_STS_ERROR
    36: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    37: * @param x_msg_count returns the number of messages in the API message list
    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_UNEXP_ERROR
  • 32: * @param x_return_status returns the result of all the operations performed
    33: * by the API and must have one of the following values:
    34: *

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

    Line 49: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    45: */
    46:
    47: Procedure purge_tasks(
    48: p_api_version IN NUMBER,
    49: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    50: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    51: x_return_status OUT NOCOPY VARCHAR2,
    52: x_msg_data OUT NOCOPY VARCHAR2,
    53: x_msg_count OUT NOCOPY NUMBER,

    Line 50: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    46:
    47: Procedure purge_tasks(
    48: p_api_version IN NUMBER,
    49: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    50: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    51: x_return_status OUT NOCOPY VARCHAR2,
    52: x_msg_data OUT NOCOPY VARCHAR2,
    53: x_msg_count OUT NOCOPY NUMBER,
    54: p_object_type IN VARCHAR2,

    Line 71: *
  • FND_API.G_RET_STS_SUCCESS
  • 67: * the API to commit on their behalf after performing its function
    68: * By default, the commit will not be performed.
    69: * @param x_return_status returns the result of all the operations performed
    70: * by the API and must have one of the following values:
    71: *

  • FND_API.G_RET_STS_SUCCESS
    72: *
  • FND_API.G_RET_STS_ERROR
    73: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    74: * @param x_msg_count returns the number of messages in the API message list
    75: * @param x_msg_data returns the message in an encoded format if

    Line 72: *
  • FND_API.G_RET_STS_ERROR
  • 68: * By default, the commit will not be performed.
    69: * @param x_return_status returns the result of all the operations performed
    70: * by the API and must have one of the following values:
    71: *

  • FND_API.G_RET_STS_SUCCESS
    72: *
  • FND_API.G_RET_STS_ERROR
    73: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    74: * @param x_msg_count returns the number of messages in the API message list
    75: * @param x_msg_data returns the message in an encoded format if
    76: * x_msg_count returns number one.

    Line 73: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 69: * @param x_return_status returns the result of all the operations performed
    70: * by the API and must have one of the following values:
    71: *

  • FND_API.G_RET_STS_SUCCESS
    72: *
  • FND_API.G_RET_STS_ERROR
    73: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    74: * @param x_msg_count returns the number of messages in the API message list
    75: * @param x_msg_data returns the message in an encoded format if
    76: * x_msg_count returns number one.
    77: *@param p_processing_set_id ID for identifying parent of the TASK.

    Line 87: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    83: */
    84:
    85: Procedure validate_tasks(
    86: p_api_version IN NUMBER,
    87: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    88: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    89: x_return_status OUT NOCOPY VARCHAR2,
    90: x_msg_data OUT NOCOPY VARCHAR2,
    91: x_msg_count OUT NOCOPY NUMBER,

    Line 88: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    84:
    85: Procedure validate_tasks(
    86: p_api_version IN NUMBER,
    87: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    88: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    89: x_return_status OUT NOCOPY VARCHAR2,
    90: x_msg_data OUT NOCOPY VARCHAR2,
    91: x_msg_count OUT NOCOPY NUMBER,
    92: p_object_type IN VARCHAR2,