DBA Data[Home] [Help]

APPS.JTF_OBJECTS_PUB dependencies on STANDARD

Line 51: * @param p_api_version the standard API version number

47: * Creates the query statement for given metadata. It also checks syntax
48: * of the formed query and throws an error for an invalid query.
49: * @see #jtf_obj_select_stmt
50: *
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

    Line 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.

    48: * of the formed query and throws an error for an invalid query.
    49: * @see #jtf_obj_select_stmt
    50: *
    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

    Line 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.

    49: * @see #jtf_obj_select_stmt
    50: *
    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