DBA Data[Home] [Help]

APPS.JTF_TASK_DATES_PUB dependencies on FND_API

Line 57: *
  • FND_API.G_RET_STS_SUCCESS
  • 53: * @param p_date_type_name the date type name for date creation
    54: * @param p_date_value the date value for date creation
    55: * @param x_return_status returns the result of all the operations performed
    56: * by the API and must have one of the following values:
    57: *

  • FND_API.G_RET_STS_SUCCESS
    58: *
  • FND_API.G_RET_STS_ERROR
    59: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    60: * @param x_msg_count returns the number of messages in the API message list
    61: * @param x_msg_data returns the message in an encoded format if

    Line 58: *
  • FND_API.G_RET_STS_ERROR
  • 54: * @param p_date_value the date value for date creation
    55: * @param x_return_status returns the result of all the operations performed
    56: * by the API and must have one of the following values:
    57: *

  • FND_API.G_RET_STS_SUCCESS
    58: *
  • FND_API.G_RET_STS_ERROR
    59: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    60: * @param x_msg_count returns the number of messages in the API message list
    61: * @param x_msg_data returns the message in an encoded format if
    62: * x_msg_count returns number one.

    Line 59: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 55: * @param x_return_status returns the result of all the operations performed
    56: * by the API and must have one of the following values:
    57: *

  • FND_API.G_RET_STS_SUCCESS
    58: *
  • FND_API.G_RET_STS_ERROR
    59: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    60: * @param x_msg_count returns the number of messages in the API message list
    61: * @param x_msg_data returns the message in an encoded format if
    62: * x_msg_count returns number one.
    63: * @param x_task_date_id returns the results of all the task dates created

    Line 89: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    85: */
    86:
    87: PROCEDURE create_task_dates (
    88: p_api_version IN NUMBER,
    89: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    90: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    91: p_task_number IN VARCHAR2 DEFAULT NULL,
    92: p_task_id IN VARCHAR2 DEFAULT NULL,
    93: p_date_type_id IN VARCHAR2 DEFAULT NULL,

    Line 90: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    86:
    87: PROCEDURE create_task_dates (
    88: p_api_version IN NUMBER,
    89: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    90: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    91: p_task_number IN VARCHAR2 DEFAULT NULL,
    92: p_task_id IN VARCHAR2 DEFAULT NULL,
    93: p_date_type_id IN VARCHAR2 DEFAULT NULL,
    94: p_date_type_name IN VARCHAR2 DEFAULT NULL,

    Line 137: *
  • FND_API.G_RET_STS_SUCCESS
  • 133: * @param p_date_type_id the date type id for date update
    134: * @param p_date_value the date value for date update
    135: * @param x_return_status returns the result of all the operations performed
    136: * by the API and must have one of the following values:
    137: *

  • FND_API.G_RET_STS_SUCCESS
    138: *
  • FND_API.G_RET_STS_ERROR
    139: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    140: * @param x_msg_count returns the number of messages in the API message list
    141: * x_msg_count returns number one.

    Line 138: *
  • FND_API.G_RET_STS_ERROR
  • 134: * @param p_date_value the date value for date update
    135: * @param x_return_status returns the result of all the operations performed
    136: * by the API and must have one of the following values:
    137: *

  • FND_API.G_RET_STS_SUCCESS
    138: *
  • FND_API.G_RET_STS_ERROR
    139: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    140: * @param x_msg_count returns the number of messages in the API message list
    141: * x_msg_count returns number one.
    142: * @param x_msg_data returns the message in an encoded format if

    Line 139: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 135: * @param x_return_status returns the result of all the operations performed
    136: * by the API and must have one of the following values:
    137: *

  • FND_API.G_RET_STS_SUCCESS
    138: *
  • FND_API.G_RET_STS_ERROR
    139: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    140: * @param x_msg_count returns the number of messages in the API message list
    141: * x_msg_count returns number one.
    142: * @param x_msg_data returns the message in an encoded format if
    143: * @param p_attribute1 attribute1 for flexfield

    Line 167: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    163: * @rep:compatibility S
    164: */
    165: PROCEDURE update_task_dates (
    166: p_api_version IN NUMBER,
    167: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    168: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    169: p_object_version_number IN OUT NOCOPY NUMBER ,
    170: p_task_date_id IN NUMBER,
    171: p_date_type_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    Line 168: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    164: */
    165: PROCEDURE update_task_dates (
    166: p_api_version IN NUMBER,
    167: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    168: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    169: p_object_version_number IN OUT NOCOPY NUMBER ,
    170: p_task_date_id IN NUMBER,
    171: p_date_type_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    172: p_date_type_id IN NUMBER DEFAULT fnd_api.g_miss_num,

    Line 171: p_date_type_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,

    167: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    168: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    169: p_object_version_number IN OUT NOCOPY NUMBER ,
    170: p_task_date_id IN NUMBER,
    171: p_date_type_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    172: p_date_type_id IN NUMBER DEFAULT fnd_api.g_miss_num,
    173: p_date_value IN DATE DEFAULT fnd_api.g_miss_date,
    174: x_return_status OUT NOCOPY VARCHAR2,
    175: x_msg_count OUT NOCOPY NUMBER,

    Line 172: p_date_type_id IN NUMBER DEFAULT fnd_api.g_miss_num,

    168: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    169: p_object_version_number IN OUT NOCOPY NUMBER ,
    170: p_task_date_id IN NUMBER,
    171: p_date_type_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    172: p_date_type_id IN NUMBER DEFAULT fnd_api.g_miss_num,
    173: p_date_value IN DATE DEFAULT fnd_api.g_miss_date,
    174: x_return_status OUT NOCOPY VARCHAR2,
    175: x_msg_count OUT NOCOPY NUMBER,
    176: x_msg_data OUT NOCOPY VARCHAR2,

    Line 173: p_date_value IN DATE DEFAULT fnd_api.g_miss_date,

    169: p_object_version_number IN OUT NOCOPY NUMBER ,
    170: p_task_date_id IN NUMBER,
    171: p_date_type_name IN VARCHAR2 DEFAULT fnd_api.g_miss_char,
    172: p_date_type_id IN NUMBER DEFAULT fnd_api.g_miss_num,
    173: p_date_value IN DATE DEFAULT fnd_api.g_miss_date,
    174: x_return_status OUT NOCOPY VARCHAR2,
    175: x_msg_count OUT NOCOPY NUMBER,
    176: x_msg_data OUT NOCOPY VARCHAR2,
    177: p_attribute1 IN VARCHAR2 DEFAULT jtf_task_utl.g_miss_char,

    Line 209: *
  • FND_API.G_RET_STS_SUCCESS
  • 205: * @param p_task_date_id the task date id being locked
    206: * @param p_object_version_number the object version number for lock
    207: * @param x_return_status returns the result of all the operations performed
    208: * by the API and must have one of the following values:
    209: *

  • FND_API.G_RET_STS_SUCCESS
    210: *
  • FND_API.G_RET_STS_ERROR
    211: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    212: * @param x_msg_data returns the message in an encoded format if
    213: * x_msg_count returns number one.

    Line 210: *
  • FND_API.G_RET_STS_ERROR
  • 206: * @param p_object_version_number the object version number for lock
    207: * @param x_return_status returns the result of all the operations performed
    208: * by the API and must have one of the following values:
    209: *

  • FND_API.G_RET_STS_SUCCESS
    210: *
  • FND_API.G_RET_STS_ERROR
    211: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    212: * @param x_msg_data returns the message in an encoded format if
    213: * x_msg_count returns number one.
    214: * @param x_msg_count returns the number of messages in the API message list

    Line 211: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 207: * @param x_return_status returns the result of all the operations performed
    208: * by the API and must have one of the following values:
    209: *

  • FND_API.G_RET_STS_SUCCESS
    210: *
  • FND_API.G_RET_STS_ERROR
    211: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    212: * @param x_msg_data returns the message in an encoded format if
    213: * x_msg_count returns number one.
    214: * @param x_msg_count returns the number of messages in the API message list
    215: * @paraminfo {@rep:precision 6000}

    Line 223: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    219: * @rep:compatibility S
    220: */
    221: PROCEDURE lock_task_dates (
    222: p_api_version IN NUMBER,
    223: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    224: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    225: p_task_date_id IN NUMBER,
    226: p_object_version_number IN NUMBER ,
    227: x_return_status OUT NOCOPY VARCHAR2,

    Line 224: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    220: */
    221: PROCEDURE lock_task_dates (
    222: p_api_version IN NUMBER,
    223: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    224: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    225: p_task_date_id IN NUMBER,
    226: p_object_version_number IN NUMBER ,
    227: x_return_status OUT NOCOPY VARCHAR2,
    228: x_msg_data OUT NOCOPY VARCHAR2,

    Line 246: *
  • FND_API.G_RET_STS_SUCCESS
  • 242: * @param p_object_version_number the object version number for delete
    243: * @param p_task_date_id the task date id being deleted.
    244: * @param x_return_status returns the result of all the operations performed
    245: * by the API and must have one of the following values:
    246: *

  • FND_API.G_RET_STS_SUCCESS
    247: *
  • FND_API.G_RET_STS_ERROR
    248: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    249: * @param x_msg_count returns the number of messages in the API message list
    250: * @param x_msg_data returns the message in an encoded format if

    Line 247: *
  • FND_API.G_RET_STS_ERROR
  • 243: * @param p_task_date_id the task date id being deleted.
    244: * @param x_return_status returns the result of all the operations performed
    245: * by the API and must have one of the following values:
    246: *

  • FND_API.G_RET_STS_SUCCESS
    247: *
  • FND_API.G_RET_STS_ERROR
    248: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    249: * @param x_msg_count returns the number of messages in the API message list
    250: * @param x_msg_data returns the message in an encoded format if
    251: * x_msg_count returns number one.

    Line 248: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 244: * @param x_return_status returns the result of all the operations performed
    245: * by the API and must have one of the following values:
    246: *

  • FND_API.G_RET_STS_SUCCESS
    247: *
  • FND_API.G_RET_STS_ERROR
    248: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    249: * @param x_msg_count returns the number of messages in the API message list
    250: * @param x_msg_data returns the message in an encoded format if
    251: * x_msg_count returns number one.
    252: * @paraminfo {@rep:precision 6000}

    Line 261: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    257: */
    258:
    259: PROCEDURE delete_task_dates (
    260: p_api_version IN NUMBER,
    261: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    262: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    263: p_object_version_number IN NUMBER ,
    264: p_task_date_id IN NUMBER DEFAULT NULL,
    265: x_return_status OUT NOCOPY VARCHAR2,

    Line 262: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    258:
    259: PROCEDURE delete_task_dates (
    260: p_api_version IN NUMBER,
    261: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    262: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    263: p_object_version_number IN NUMBER ,
    264: p_task_date_id IN NUMBER DEFAULT NULL,
    265: x_return_status OUT NOCOPY VARCHAR2,
    266: x_msg_data OUT NOCOPY VARCHAR2,