DBA Data[Home] [Help]

APPS.JTF_TASK_REFERENCES_PUB dependencies on FND_API

Line 68: *
  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
  • 64: * @param p_object_details Object details for reference creation.
    65: * @param p_reference_code Reference code for reference creation.
    66: * @param p_usage Usage for reference creation.
    67: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    68: *

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

    Line 69: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
  • 65: * @param p_reference_code Reference code for reference creation.
    66: * @param p_usage Usage for reference creation.
    67: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    68: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    69: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    70: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    71: * @param x_msg_count Number of messages returned in the API message list.
    72: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    73: * @param x_task_reference_id Unique reference identifier being created.

    Line 70: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
  • 66: * @param p_usage Usage for reference creation.
    67: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    68: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    69: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    70: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    71: * @param x_msg_count Number of messages returned in the API message list.
    72: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    73: * @param x_task_reference_id Unique reference identifier being created.
    74: * @param p_attribute1 Attribute1 of customer flex fields.

    Line 98: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    94: * @rep:compatibility S
    95: */
    96: PROCEDURE create_references (
    97: p_api_version IN NUMBER,
    98: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    99: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    100: p_task_id IN NUMBER DEFAULT NULL,
    101: p_task_number IN VARCHAR2 DEFAULT NULL,
    102: p_object_type_code IN VARCHAR2 DEFAULT NULL,

    Line 99: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    95: */
    96: PROCEDURE create_references (
    97: p_api_version IN NUMBER,
    98: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    99: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    100: p_task_id IN NUMBER DEFAULT NULL,
    101: p_task_number IN VARCHAR2 DEFAULT NULL,
    102: p_object_type_code IN VARCHAR2 DEFAULT NULL,
    103: p_object_name IN VARCHAR2 ,

    Line 145: *
  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
  • 141: * @rep:paraminfo {@rep:required}
    142: * @param p_task_reference_id Unique reference identifier of the reference to be locked.
    143: * @rep:paraminfo {@rep:required}
    144: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    145: *

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

    Line 146: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
  • 142: * @param p_task_reference_id Unique reference identifier of the reference to be locked.
    143: * @rep:paraminfo {@rep:required}
    144: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    145: *

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

    Line 147: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
  • 143: * @rep:paraminfo {@rep:required}
    144: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    145: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    146: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    147: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    148: * @param x_msg_count Number of messages returned in the API message list.
    149: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    150: *
    151: * @rep:scope public

    Line 158: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    154: * @rep:compatibility S
    155: */
    156: PROCEDURE lock_references (
    157: p_api_version IN NUMBER,
    158: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    159: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    160: p_task_reference_id IN NUMBER,
    161: p_object_version_number IN NUMBER,
    162: x_return_status OUT NOCOPY VARCHAR2,

    Line 159: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    155: */
    156: PROCEDURE lock_references (
    157: p_api_version IN NUMBER,
    158: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    159: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    160: p_task_reference_id IN NUMBER,
    161: p_object_version_number IN NUMBER,
    162: x_return_status OUT NOCOPY VARCHAR2,
    163: x_msg_data OUT NOCOPY VARCHAR2,

    Line 187: *
  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
  • 183: * @param p_object_details Object details for reference update.
    184: * @param p_reference_code Reference code for reference update.
    185: * @param p_usage Usage for reference update.
    186: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    187: *

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

    Line 188: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
  • 184: * @param p_reference_code Reference code for reference update.
    185: * @param p_usage Usage for reference update.
    186: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    187: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    188: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    189: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    190: * @param x_msg_count Number of messages returned in the API message list.
    191: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    192: * @param p_attribute1 Attribute1 of customer flex fields.

    Line 189: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
  • 185: * @param p_usage Usage for reference update.
    186: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    187: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    188: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    189: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    190: * @param x_msg_count Number of messages returned in the API message list.
    191: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    192: * @param p_attribute1 Attribute1 of customer flex fields.
    193: * @param p_attribute2 Attribute2 of customer flex fields.

    Line 216: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    212: * @rep:compatibility S
    213: */
    214: PROCEDURE update_references (
    215: p_api_version IN NUMBER,
    216: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    217: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    218: p_object_version_number IN OUT NOCOPY NUMBER ,
    219: p_task_reference_id IN NUMBER,
    220: p_object_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    Line 217: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    213: */
    214: PROCEDURE update_references (
    215: p_api_version IN NUMBER,
    216: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    217: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    218: p_object_version_number IN OUT NOCOPY NUMBER ,
    219: p_task_reference_id IN NUMBER,
    220: p_object_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    221: p_object_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    Line 220: p_object_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    216: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    217: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    218: p_object_version_number IN OUT NOCOPY NUMBER ,
    219: p_task_reference_id IN NUMBER,
    220: p_object_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    221: p_object_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    222: p_object_id IN NUMBER DEFAULT fnd_api.g_miss_num,
    223: p_object_details IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    224: p_reference_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    Line 221: p_object_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    217: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    218: p_object_version_number IN OUT NOCOPY NUMBER ,
    219: p_task_reference_id IN NUMBER,
    220: p_object_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    221: p_object_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    222: p_object_id IN NUMBER DEFAULT fnd_api.g_miss_num,
    223: p_object_details IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    224: p_reference_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    225: p_usage IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    Line 222: p_object_id IN NUMBER DEFAULT fnd_api.g_miss_num,

    218: p_object_version_number IN OUT NOCOPY NUMBER ,
    219: p_task_reference_id IN NUMBER,
    220: p_object_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    221: p_object_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    222: p_object_id IN NUMBER DEFAULT fnd_api.g_miss_num,
    223: p_object_details IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    224: p_reference_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    225: p_usage IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    226: x_return_status OUT NOCOPY VARCHAR2,

    Line 223: p_object_details IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    219: p_task_reference_id IN NUMBER,
    220: p_object_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    221: p_object_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    222: p_object_id IN NUMBER DEFAULT fnd_api.g_miss_num,
    223: p_object_details IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    224: p_reference_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    225: p_usage IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    226: x_return_status OUT NOCOPY VARCHAR2,
    227: x_msg_data OUT NOCOPY VARCHAR2,

    Line 224: p_reference_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    220: p_object_type_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    221: p_object_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    222: p_object_id IN NUMBER DEFAULT fnd_api.g_miss_num,
    223: p_object_details IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    224: p_reference_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    225: p_usage IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    226: x_return_status OUT NOCOPY VARCHAR2,
    227: x_msg_data OUT NOCOPY VARCHAR2,
    228: x_msg_count OUT NOCOPY NUMBER,

    Line 225: p_usage IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    221: p_object_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    222: p_object_id IN NUMBER DEFAULT fnd_api.g_miss_num,
    223: p_object_details IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    224: p_reference_code IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    225: p_usage IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    226: x_return_status OUT NOCOPY VARCHAR2,
    227: x_msg_data OUT NOCOPY VARCHAR2,
    228: x_msg_count OUT NOCOPY NUMBER,
    229: p_attribute1 IN VARCHAR2 DEFAULT jtf_task_utl.g_miss_char,

    Line 261: *
  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
  • 257: * @rep:paraminfo {@rep:required}
    258: * @param p_task_reference_id Unique reference identifier of the reference to be deleted.
    259: * @rep:paraminfo {@rep:required}
    260: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    261: *

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

    Line 262: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
  • 258: * @param p_task_reference_id Unique reference identifier of the reference to be deleted.
    259: * @rep:paraminfo {@rep:required}
    260: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    261: *

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

    Line 263: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
  • 259: * @rep:paraminfo {@rep:required}
    260: * @param x_return_status Result of all the operations performed by the API. This will have one of the following values:
    261: *

  • FND_API.G_RET_STS_SUCCESS - If the API processed the data successfully.
    262: *
  • FND_API.G_RET_STS_ERROR - If there was an expected error in API processing.
    263: *
  • FND_API.G_RET_STS_UNEXP_ERROR If there was an unexpected error in API processing.
    264: * @param x_msg_count Number of messages returned in the API message list.
    265: * @param x_msg_data Returned message data in an encoded format if x_msg_count returns non-zero value.
    266: *
    267: * @rep:scope public

    Line 274: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    270: * @rep:compatibility S
    271: */
    272: PROCEDURE delete_references (
    273: p_api_version IN NUMBER,
    274: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    275: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    276: p_object_version_number IN NUMBER ,
    277: p_task_reference_id IN NUMBER,
    278: x_return_status OUT NOCOPY VARCHAR2,

    Line 275: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    271: */
    272: PROCEDURE delete_references (
    273: p_api_version IN NUMBER,
    274: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    275: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    276: p_object_version_number IN NUMBER ,
    277: p_task_reference_id IN NUMBER,
    278: x_return_status OUT NOCOPY VARCHAR2,
    279: x_msg_data OUT NOCOPY VARCHAR2,