DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENT_AUDIT_PKG dependencies on FND_API

Line 47: *
  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
  • 43: * @param p_new_sched_travel_dur_uom new schedule travel duration UOM
    44: * @param p_new_actual_start_date new actual start date
    45: * @param p_new_actual_end_date new actual end date
    46: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    47: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    48: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    49: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    50: * @param x_msg_count Number of messages returned in the API message list.
    51: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.

    Line 48: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
  • 44: * @param p_new_actual_start_date new actual start date
    45: * @param p_new_actual_end_date new actual end date
    46: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    47: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    48: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    49: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    50: * @param x_msg_count Number of messages returned in the API message list.
    51: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    52: */

    Line 49: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
  • 45: * @param p_new_actual_end_date new actual end date
    46: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    47: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    48: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    49: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    50: * @param x_msg_count Number of messages returned in the API message list.
    51: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    52: */
    53: PROCEDURE CREATE_TASK_ASSIGNMENT_AUDIT (

    Line 55: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,

    51: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    52: */
    53: PROCEDURE CREATE_TASK_ASSIGNMENT_AUDIT (
    54: P_API_VERSION IN NUMBER,
    55: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,
    56: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE,
    57: P_OBJECT_VERSION_NUMBER IN NUMBER,
    58: P_TASK_ID IN NUMBER,
    59: P_TASK_ASSIGNMENT_ID IN NUMBER,

    Line 56: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE,

    52: */
    53: PROCEDURE CREATE_TASK_ASSIGNMENT_AUDIT (
    54: P_API_VERSION IN NUMBER,
    55: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,
    56: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE,
    57: P_OBJECT_VERSION_NUMBER IN NUMBER,
    58: P_TASK_ID IN NUMBER,
    59: P_TASK_ASSIGNMENT_ID IN NUMBER,
    60: P_NEW_RESOURCE_TYPE_CODE IN VARCHAR2 DEFAULT NULL,

    Line 141: *
  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
  • 137: * @param p_old_sched_travel_dur_uom old schedule travel duration UOM
    138: * @param p_old_actual_start_date old actual start date
    139: * @param p_old_actual_end_date old actual end date
    140: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    141: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    142: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    143: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    144: * @param x_msg_count Number of messages returned in the API message list.
    145: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.

    Line 142: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
  • 138: * @param p_old_actual_start_date old actual start date
    139: * @param p_old_actual_end_date old actual end date
    140: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    141: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    142: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    143: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    144: * @param x_msg_count Number of messages returned in the API message list.
    145: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    146: */

    Line 143: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
  • 139: * @param p_old_actual_end_date old actual end date
    140: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    141: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    142: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    143: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    144: * @param x_msg_count Number of messages returned in the API message list.
    145: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    146: */
    147: