DBA Data[Home] [Help]

APPS.JTF_OBJECTS_PUB dependencies on FND_API

Line 55: *
  • FND_API.G_RET_STS_SUCCESS
  • 51: * @param p_api_version the standard API version number
    52: * @param p_init_msg_list the standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
    53: * @param p_commit the standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
    54: * @param x_return_status returns the result of all the operations performed 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_msg_count returns the number of messages in the API message list
    59: * @param x_msg_data returns the message in an encoded format if x_msg_count returns number one.

    Line 56: *
  • FND_API.G_RET_STS_ERROR
  • 52: * @param p_init_msg_list the standard API flag allows API callers to request that the API does the initialization of the message list on their behalf. By default, the message list will not be initialized.
    53: * @param p_commit the standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
    54: * @param x_return_status returns the result of all the operations performed 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_msg_count returns the number of messages in the API message list
    59: * @param x_msg_data returns the message in an encoded format if x_msg_count returns number one.
    60: * @param p_select_id the id to be queried

    Line 57: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 53: * @param p_commit the standard API flag is used by API callers to ask the API to commit on their behalf after performing its function. By default, the commit will not be performed.
    54: * @param x_return_status returns the result of all the operations performed 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_msg_count returns the number of messages in the API message list
    59: * @param x_msg_data returns the message in an encoded format if x_msg_count returns number one.
    60: * @param p_select_id the id to be queried
    61: * @param p_select_name the name to be queried

    Line 77: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    73: * @rep:compatibility S
    74: */
    75: PROCEDURE check_syntax (
    76: p_api_version IN NUMBER,
    77: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    78: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    79: p_select_id IN jtf_objects_b.select_id%TYPE DEFAULT NULL,
    80: p_select_name IN jtf_objects_b.select_name%TYPE DEFAULT NULL,
    81: p_select_details IN jtf_objects_b.select_details%TYPE DEFAULT NULL,

    Line 78: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    74: */
    75: PROCEDURE check_syntax (
    76: p_api_version IN NUMBER,
    77: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    78: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    79: p_select_id IN jtf_objects_b.select_id%TYPE DEFAULT NULL,
    80: p_select_name IN jtf_objects_b.select_name%TYPE DEFAULT NULL,
    81: p_select_details IN jtf_objects_b.select_details%TYPE DEFAULT NULL,
    82: p_from_table IN jtf_objects_b.from_table%TYPE DEFAULT NULL,