DBA Data[Home] [Help]

APPS.JTF_TASK_DEPENDENCY_PVT dependencies on FND_API

Line 109: *
  • FND_API.G_RET_STS_SUCCESS
  • 105: * the API to commit on their behalf after performing its function
    106: * By default, the commit will not be performed.
    107: * @param x_return_status returns the result of all the operations performed
    108: * by the API and must have one of the following values:
    109: *

  • FND_API.G_RET_STS_SUCCESS
    110: *
  • FND_API.G_RET_STS_ERROR
    111: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    112: * @param x_msg_count returns the number of messages in the API message list
    113: * @param x_msg_data returns the message in an encoded format if

    Line 110: *
  • FND_API.G_RET_STS_ERROR
  • 106: * By default, the commit will not be performed.
    107: * @param x_return_status returns the result of all the operations performed
    108: * by the API and must have one of the following values:
    109: *

  • FND_API.G_RET_STS_SUCCESS
    110: *
  • FND_API.G_RET_STS_ERROR
    111: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    112: * @param x_msg_count returns the number of messages in the API message list
    113: * @param x_msg_data returns the message in an encoded format if
    114: * x_msg_count returns number one.

    Line 111: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 107: * @param x_return_status returns the result of all the operations performed
    108: * by the API and must have one of the following values:
    109: *

  • FND_API.G_RET_STS_SUCCESS
    110: *
  • FND_API.G_RET_STS_ERROR
    111: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    112: * @param x_msg_count returns the number of messages in the API message list
    113: * @param x_msg_data returns the message in an encoded format if
    114: * x_msg_count returns number one.
    115: *

    Line 128: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    124: * @rep:compatibility S
    125: */
    126: PROCEDURE reconnect_dependency (
    127: p_api_version IN NUMBER,
    128: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    129: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    130: x_return_status OUT NOCOPY VARCHAR2,
    131: x_msg_data OUT NOCOPY VARCHAR2,
    132: x_msg_count OUT NOCOPY NUMBER,

    Line 129: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    125: */
    126: PROCEDURE reconnect_dependency (
    127: p_api_version IN NUMBER,
    128: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    129: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    130: x_return_status OUT NOCOPY VARCHAR2,
    131: x_msg_data OUT NOCOPY VARCHAR2,
    132: x_msg_count OUT NOCOPY NUMBER,
    133: p_task_id IN NUMBER,

    Line 158: *
  • FND_API.G_RET_STS_SUCCESS
  • 154: * @param p_adjustment_time_uom the unit of measure of the time offset to be applied for date re-calculation
    155: * @param x_dependency_id the dependency id being created
    156: * @param x_return_status returns the result of all the operations performed
    157: * by the API and must have one of the following values:
    158: *

  • FND_API.G_RET_STS_SUCCESS
    159: *
  • FND_API.G_RET_STS_ERROR
    160: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    161: * @param x_msg_data returns the message in an encoded format if
    162: * x_msg_count returns number one.

    Line 159: *
  • FND_API.G_RET_STS_ERROR
  • 155: * @param x_dependency_id the dependency id being created
    156: * @param x_return_status returns the result of all the operations performed
    157: * by the API and must have one of the following values:
    158: *

  • FND_API.G_RET_STS_SUCCESS
    159: *
  • FND_API.G_RET_STS_ERROR
    160: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    161: * @param x_msg_data returns the message in an encoded format if
    162: * x_msg_count returns number one.
    163: * @param x_msg_count returns the number of messages in the API message list

    Line 160: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 156: * @param x_return_status returns the result of all the operations performed
    157: * by the API and must have one of the following values:
    158: *

  • FND_API.G_RET_STS_SUCCESS
    159: *
  • FND_API.G_RET_STS_ERROR
    160: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    161: * @param x_msg_data returns the message in an encoded format if
    162: * x_msg_count returns number one.
    163: * @param x_msg_count returns the number of messages in the API message list
    164: * @param p_attribute1 attribute1 for flexfield

    Line 189: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    185: * @rep:compatibility S
    186: */
    187: PROCEDURE create_task_dependency (
    188: p_api_version IN NUMBER,
    189: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    190: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    191: p_task_id IN NUMBER,
    192: p_dependent_on_task_id IN NUMBER,
    193: p_dependency_type_code IN VARCHAR2,

    Line 190: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    186: */
    187: PROCEDURE create_task_dependency (
    188: p_api_version IN NUMBER,
    189: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    190: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    191: p_task_id IN NUMBER,
    192: p_dependent_on_task_id IN NUMBER,
    193: p_dependency_type_code IN VARCHAR2,
    194: p_template_flag IN VARCHAR2 DEFAULT jtf_task_utl.g_no,

    Line 241: *
  • FND_API.G_RET_STS_SUCCESS
  • 237: * @param p_adjustment_time_uom the unit of measure of the time offset to be applied for date re-calculation
    238: * @param x_dependency_id the dependency id being created
    239: * @param x_return_status returns the result of all the operations performed
    240: * by the API and must have one of the following values:
    241: *

  • FND_API.G_RET_STS_SUCCESS
    242: *
  • FND_API.G_RET_STS_ERROR
    243: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    244: * @param x_msg_data returns the message in an encoded format if
    245: * x_msg_count returns number one.

    Line 242: *
  • FND_API.G_RET_STS_ERROR
  • 238: * @param x_dependency_id the dependency id being created
    239: * @param x_return_status returns the result of all the operations performed
    240: * by the API and must have one of the following values:
    241: *

  • FND_API.G_RET_STS_SUCCESS
    242: *
  • FND_API.G_RET_STS_ERROR
    243: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    244: * @param x_msg_data returns the message in an encoded format if
    245: * x_msg_count returns number one.
    246: * @param x_msg_count returns the number of messages in the API message list

    Line 243: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 239: * @param x_return_status returns the result of all the operations performed
    240: * by the API and must have one of the following values:
    241: *

  • FND_API.G_RET_STS_SUCCESS
    242: *
  • FND_API.G_RET_STS_ERROR
    243: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    244: * @param x_msg_data returns the message in an encoded format if
    245: * x_msg_count returns number one.
    246: * @param x_msg_count returns the number of messages in the API message list
    247: * @param p_attribute1 attribute1 for flexfield

    Line 273: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,

    269: */
    270: PROCEDURE UPDATE_TASK_DEPENDENCY
    271: (
    272: P_API_VERSION IN NUMBER,
    273: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,
    274: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
    275: P_OBJECT_VERSION_NUMBER IN out NOCOPY NUMBER,
    276: P_DEPENDENCY_ID IN NUMBER,
    277: P_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,

    Line 274: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE ,

    270: PROCEDURE UPDATE_TASK_DEPENDENCY
    271: (
    272: P_API_VERSION IN NUMBER,
    273: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,
    274: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
    275: P_OBJECT_VERSION_NUMBER IN out NOCOPY NUMBER,
    276: P_DEPENDENCY_ID IN NUMBER,
    277: P_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    278: P_DEPENDENT_ON_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,

    Line 277: P_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,

    273: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,
    274: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
    275: P_OBJECT_VERSION_NUMBER IN out NOCOPY NUMBER,
    276: P_DEPENDENCY_ID IN NUMBER,
    277: P_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    278: P_DEPENDENT_ON_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    279: P_DEPENDENCY_TYPE_CODE IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,
    280: P_ADJUSTMENT_TIME IN NUMBER DEFAULT fnd_api.g_miss_num ,
    281: P_ADJUSTMENT_TIME_UOM IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,

    Line 278: P_DEPENDENT_ON_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,

    274: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
    275: P_OBJECT_VERSION_NUMBER IN out NOCOPY NUMBER,
    276: P_DEPENDENCY_ID IN NUMBER,
    277: P_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    278: P_DEPENDENT_ON_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    279: P_DEPENDENCY_TYPE_CODE IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,
    280: P_ADJUSTMENT_TIME IN NUMBER DEFAULT fnd_api.g_miss_num ,
    281: P_ADJUSTMENT_TIME_UOM IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,
    282: X_RETURN_STATUS OUT NOCOPY VARCHAR2 ,

    Line 279: P_DEPENDENCY_TYPE_CODE IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,

    275: P_OBJECT_VERSION_NUMBER IN out NOCOPY NUMBER,
    276: P_DEPENDENCY_ID IN NUMBER,
    277: P_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    278: P_DEPENDENT_ON_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    279: P_DEPENDENCY_TYPE_CODE IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,
    280: P_ADJUSTMENT_TIME IN NUMBER DEFAULT fnd_api.g_miss_num ,
    281: P_ADJUSTMENT_TIME_UOM IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,
    282: X_RETURN_STATUS OUT NOCOPY VARCHAR2 ,
    283: X_MSG_COUNT OUT NOCOPY NUMBER ,

    Line 280: P_ADJUSTMENT_TIME IN NUMBER DEFAULT fnd_api.g_miss_num ,

    276: P_DEPENDENCY_ID IN NUMBER,
    277: P_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    278: P_DEPENDENT_ON_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    279: P_DEPENDENCY_TYPE_CODE IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,
    280: P_ADJUSTMENT_TIME IN NUMBER DEFAULT fnd_api.g_miss_num ,
    281: P_ADJUSTMENT_TIME_UOM IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,
    282: X_RETURN_STATUS OUT NOCOPY VARCHAR2 ,
    283: X_MSG_COUNT OUT NOCOPY NUMBER ,
    284: X_MSG_DATA OUT NOCOPY VARCHAR2,

    Line 281: P_ADJUSTMENT_TIME_UOM IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,

    277: P_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    278: P_DEPENDENT_ON_TASK_ID IN NUMBER DEFAULT fnd_api.g_miss_num ,
    279: P_DEPENDENCY_TYPE_CODE IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,
    280: P_ADJUSTMENT_TIME IN NUMBER DEFAULT fnd_api.g_miss_num ,
    281: P_ADJUSTMENT_TIME_UOM IN VARCHAR2 DEFAULT fnd_api.g_miss_char ,
    282: X_RETURN_STATUS OUT NOCOPY VARCHAR2 ,
    283: X_MSG_COUNT OUT NOCOPY NUMBER ,
    284: X_MSG_DATA OUT NOCOPY VARCHAR2,
    285: p_attribute1 IN VARCHAR2 DEFAULT jtf_task_utl.g_miss_char,

    Line 319: *
  • FND_API.G_RET_STS_SUCCESS
  • 315: * @param p_object_version_number the object version number for delete
    316: * @param x_dependency_id the dependency id being created
    317: * @param x_return_status returns the result of all the operations performed
    318: * by the API and must have one of the following values:
    319: *

  • FND_API.G_RET_STS_SUCCESS
    320: *
  • FND_API.G_RET_STS_ERROR
    321: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    322: * @param x_msg_count returns the number of messages in the API message list
    323: * @param x_msg_data returns the message in an encoded format if

    Line 320: *
  • FND_API.G_RET_STS_ERROR
  • 316: * @param x_dependency_id the dependency id being created
    317: * @param x_return_status returns the result of all the operations performed
    318: * by the API and must have one of the following values:
    319: *

  • FND_API.G_RET_STS_SUCCESS
    320: *
  • FND_API.G_RET_STS_ERROR
    321: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    322: * @param x_msg_count returns the number of messages in the API message list
    323: * @param x_msg_data returns the message in an encoded format if
    324: * x_msg_count returns number one.

    Line 321: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 317: * @param x_return_status returns the result of all the operations performed
    318: * by the API and must have one of the following values:
    319: *

  • FND_API.G_RET_STS_SUCCESS
    320: *
  • FND_API.G_RET_STS_ERROR
    321: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    322: * @param x_msg_count returns the number of messages in the API message list
    323: * @param x_msg_data returns the message in an encoded format if
    324: * x_msg_count returns number one.
    325: * @paraminfo {@rep:precision 6000}

    Line 335: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,

    331: */
    332: PROCEDURE delete_TASK_DEPENDENCY
    333: (
    334: P_API_VERSION IN NUMBER ,
    335: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,
    336: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
    337: P_OBJECT_VERSION_NUMBER IN NUMBER,
    338: P_DEPENDENCY_ID IN NUMBER ,
    339: X_RETURN_STATUS OUT NOCOPY VARCHAR2 ,

    Line 336: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE ,

    332: PROCEDURE delete_TASK_DEPENDENCY
    333: (
    334: P_API_VERSION IN NUMBER ,
    335: P_INIT_MSG_LIST IN VARCHAR2 DEFAULT FND_API.G_FALSE,
    336: P_COMMIT IN VARCHAR2 DEFAULT FND_API.G_FALSE ,
    337: P_OBJECT_VERSION_NUMBER IN NUMBER,
    338: P_DEPENDENCY_ID IN NUMBER ,
    339: X_RETURN_STATUS OUT NOCOPY VARCHAR2 ,
    340: X_MSG_COUNT OUT NOCOPY NUMBER ,