DBA Data[Home] [Help]

APPS.CAC_NOTE_PURGE_PVT dependencies on FND_API

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

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

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

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

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

  • FND_API.G_RET_STS_SUCCESS
    39: *
  • FND_API.G_RET_STS_ERROR
    40: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    41: * @param x_msg_count returns the number of messages in the API message list
    42: * @param x_msg_data returns the message in an encoded format if
    43: * x_msg_count returns number one.
    44: * @param processing_set_id ID for identifying parent of the Notes.

    Line 53: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    49: */
    50:
    51: Procedure purge_notes(
    52: p_api_version IN NUMBER,
    53: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    54: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    55: x_return_status OUT NOCOPY VARCHAR2,
    56: x_msg_data OUT NOCOPY VARCHAR2,
    57: x_msg_count OUT NOCOPY NUMBER,

    Line 54: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    50:
    51: Procedure purge_notes(
    52: p_api_version IN NUMBER,
    53: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    54: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    55: x_return_status OUT NOCOPY VARCHAR2,
    56: x_msg_data OUT NOCOPY VARCHAR2,
    57: x_msg_count OUT NOCOPY NUMBER,
    58: p_processing_set_id IN NUMBER,