DBA Data[Home] [Help]

APPS.CSM_GROUP_DOWNLOAD_PUB dependencies on FND_API

Line 22: *
  • FND_API.G_RET_STS_SUCCESS
  • 18: *

  • DELETE
    19: * @param x_msg_count returns the number of messages in the API message list
    20: * @param x_return_status returns the result of all the operations performed
    21: * by the API and must have one of the following values:
    22: *
  • FND_API.G_RET_STS_SUCCESS
    23: *
  • FND_API.G_RET_STS_ERROR
    24: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    25: * @param x_error_message return the error message
    26: */

    Line 23: *
  • FND_API.G_RET_STS_ERROR
  • 19: * @param x_msg_count returns the number of messages in the API message list
    20: * @param x_return_status returns the result of all the operations performed
    21: * by the API and must have one of the following values:
    22: *

  • FND_API.G_RET_STS_SUCCESS
    23: *
  • FND_API.G_RET_STS_ERROR
    24: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    25: * @param x_error_message return the error message
    26: */
    27:

    Line 24: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 20: * @param x_return_status returns the result of all the operations performed
    21: * by the API and must have one of the following values:
    22: *

  • FND_API.G_RET_STS_SUCCESS
    23: *
  • FND_API.G_RET_STS_ERROR
    24: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    25: * @param x_error_message return the error message
    26: */
    27:
    28: PROCEDURE assign_related_group

    Line 30: p_init_msg_list IN VARCHAR2 :=FND_API.G_FALSE,

    26: */
    27:
    28: PROCEDURE assign_related_group
    29: ( p_api_version_number IN NUMBER,
    30: p_init_msg_list IN VARCHAR2 :=FND_API.G_FALSE,
    31: p_group_id IN NUMBER,
    32: p_related_group_id IN NUMBER,
    33: p_operation IN VARCHAR2,
    34: x_msg_count OUT NOCOPY NUMBER,

    Line 55: *
  • FND_API.G_RET_STS_SUCCESS
  • 51: *

  • DELETE
    52: * @param x_msg_count returns the number of messages in the API message list
    53: * @param x_return_status returns the result of all the operations performed
    54: * by the API and must have one of the following values:
    55: *
  • FND_API.G_RET_STS_SUCCESS
    56: *
  • FND_API.G_RET_STS_ERROR
    57: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    58: * @param x_error_message return the error message
    59: */

    Line 56: *
  • FND_API.G_RET_STS_ERROR
  • 52: * @param x_msg_count returns the number of messages in the API message list
    53: * @param x_return_status returns the result of all the operations performed
    54: * by the API and must have one of the following values:
    55: *

  • FND_API.G_RET_STS_SUCCESS
    56: *
  • FND_API.G_RET_STS_ERROR
    57: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    58: * @param x_error_message return the error message
    59: */
    60:

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

  • FND_API.G_RET_STS_SUCCESS
    56: *
  • FND_API.G_RET_STS_ERROR
    57: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    58: * @param x_error_message return the error message
    59: */
    60:
    61: PROCEDURE assign_mutiple_related_groups

    Line 63: p_init_msg_list IN VARCHAR2 :=FND_API.G_FALSE,

    59: */
    60:
    61: PROCEDURE assign_mutiple_related_groups
    62: ( p_api_version_number IN NUMBER,
    63: p_init_msg_list IN VARCHAR2 :=FND_API.G_FALSE,
    64: p_group_id IN NUMBER,
    65: p_related_group_lst IN l_group_id_tbl_type,
    66: p_operation IN VARCHAR2,
    67: x_msg_count OUT NOCOPY NUMBER,

    Line 84: *
  • FND_API.G_RET_STS_SUCCESS
  • 80: * @param p_related_group_lst the list of related group to be fetched
    81: * @param x_msg_count returns the number of messages in the API message list
    82: * @param x_return_status returns the result of all the operations performed
    83: * by the API and must have one of the following values:
    84: *

  • FND_API.G_RET_STS_SUCCESS
    85: *
  • FND_API.G_RET_STS_ERROR
    86: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    87: * @param x_error_message return the error message
    88: */

    Line 85: *
  • FND_API.G_RET_STS_ERROR
  • 81: * @param x_msg_count returns the number of messages in the API message list
    82: * @param x_return_status returns the result of all the operations performed
    83: * by the API and must have one of the following values:
    84: *

  • FND_API.G_RET_STS_SUCCESS
    85: *
  • FND_API.G_RET_STS_ERROR
    86: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    87: * @param x_error_message return the error message
    88: */
    89:

    Line 86: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 82: * @param x_return_status returns the result of all the operations performed
    83: * by the API and must have one of the following values:
    84: *

  • FND_API.G_RET_STS_SUCCESS
    85: *
  • FND_API.G_RET_STS_ERROR
    86: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    87: * @param x_error_message return the error message
    88: */
    89:
    90: PROCEDURE get_related_groups

    Line 92: p_init_msg_list IN VARCHAR2 :=FND_API.G_FALSE,

    88: */
    89:
    90: PROCEDURE get_related_groups
    91: ( p_api_version_number IN NUMBER,
    92: p_init_msg_list IN VARCHAR2 :=FND_API.G_FALSE,
    93: p_group_id IN NUMBER,
    94: p_related_group_lst OUT NOCOPY l_group_id_tbl_type,
    95: x_msg_count OUT NOCOPY NUMBER,
    96: x_return_status OUT NOCOPY VARCHAR2,