DBA Data[Home] [Help]

APPS.JTF_NOTES_PUB dependencies on STANDARD

Line 364: * @param p_api_version Standard API version number.

360: /*#
361: * Deletes an existing note while applying appropriate security policies.
362: *
363: * @param p_jtf_note_id Unique note identifier, identifies which note record is to be deleted.
364: * @param p_api_version Standard API version number.
365: * @param p_init_msg_list 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.
366: * @param p_commit Optional 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.
367: * @param p_validation_level This value determines whether validation should occur or not. This variable is checked against FND_API.G_VALID_LEVEL_NONE and if it is greater than the latter, validation occurs.
368: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:

Line 365: * @param p_init_msg_list 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.

361: * Deletes an existing note while applying appropriate security policies.
362: *
363: * @param p_jtf_note_id Unique note identifier, identifies which note record is to be deleted.
364: * @param p_api_version Standard API version number.
365: * @param p_init_msg_list 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.
366: * @param p_commit Optional 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.
367: * @param p_validation_level This value determines whether validation should occur or not. This variable is checked against FND_API.G_VALID_LEVEL_NONE and if it is greater than the latter, validation occurs.
368: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
369: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.

    Line 366: * @param p_commit Optional 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.

    362: *
    363: * @param p_jtf_note_id Unique note identifier, identifies which note record is to be deleted.
    364: * @param p_api_version Standard API version number.
    365: * @param p_init_msg_list 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.
    366: * @param p_commit Optional 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.
    367: * @param p_validation_level This value determines whether validation should occur or not. This variable is checked against FND_API.G_VALID_LEVEL_NONE and if it is greater than the latter, validation occurs.
    368: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    369: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    370: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.

    Line 424: * @param p_api_version Standard API version number.

    420: * Creates a note for a given business entity while applying appropriate security policies.
    421: *
    422: * @param p_parent_note_id This parameter is Obsolete.
    423: * @param p_jtf_note_id Unique note identifier. It will be generated from the sequence JTF_NOTES_S when not passed.
    424: * @param p_api_version Standard API version number.
    425: * @param p_init_msg_list 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.
    426: * @param p_commit Optional 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.
    427: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    428: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.

    Line 425: * @param p_init_msg_list 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.

    421: *
    422: * @param p_parent_note_id This parameter is Obsolete.
    423: * @param p_jtf_note_id Unique note identifier. It will be generated from the sequence JTF_NOTES_S when not passed.
    424: * @param p_api_version Standard API version number.
    425: * @param p_init_msg_list 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.
    426: * @param p_commit Optional 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.
    427: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    428: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    429: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.

    Line 426: * @param p_commit Optional 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.

    422: * @param p_parent_note_id This parameter is Obsolete.
    423: * @param p_jtf_note_id Unique note identifier. It will be generated from the sequence JTF_NOTES_S when not passed.
    424: * @param p_api_version Standard API version number.
    425: * @param p_init_msg_list 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.
    426: * @param p_commit Optional 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.
    427: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    428: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    429: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    430: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.

    Line 592: * @param p_api_version Standard API version number.

    588: /*#
    589: * Updates an existing note while applying appropriate security policies.
    590: *
    591: * @param p_jtf_note_id Unique note identifier, identifies which note record is to be updated.
    592: * @param p_api_version Standard API version number.
    593: * @param p_init_msg_list 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.
    594: * @param p_commit Optional 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.
    595: * @param p_validation_level This value determines whether validation should occur or not. This variable is checked against FND_API.G_VALID_LEVEL_NONE and if it is greater than the latter, validation occurs.
    596: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:

    Line 593: * @param p_init_msg_list 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.

    589: * Updates an existing note while applying appropriate security policies.
    590: *
    591: * @param p_jtf_note_id Unique note identifier, identifies which note record is to be updated.
    592: * @param p_api_version Standard API version number.
    593: * @param p_init_msg_list 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.
    594: * @param p_commit Optional 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.
    595: * @param p_validation_level This value determines whether validation should occur or not. This variable is checked against FND_API.G_VALID_LEVEL_NONE and if it is greater than the latter, validation occurs.
    596: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    597: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.

    Line 594: * @param p_commit Optional 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.

    590: *
    591: * @param p_jtf_note_id Unique note identifier, identifies which note record is to be updated.
    592: * @param p_api_version Standard API version number.
    593: * @param p_init_msg_list 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.
    594: * @param p_commit Optional 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.
    595: * @param p_validation_level This value determines whether validation should occur or not. This variable is checked against FND_API.G_VALID_LEVEL_NONE and if it is greater than the latter, validation occurs.
    596: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    597: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    598: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.