DBA Data[Home] [Help]

APPS.CAC_NOTE_PURGE_PUB dependencies on FND_API

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

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

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

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

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

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

    Line 51: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

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

    Line 52: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

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