DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PUB dependencies on FND_API

Line 89: *
  • FND_API.G_RET_STS_SUCCESS
  • 85: * @param p_start_date_active the start date active for recurrence creation
    86: * @param p_end_date_active the end date active for recurrence creation
    87: * @param x_return_status returns the result of all the operations performed
    88: * by the API and must have one of the following values:
    89: *

  • FND_API.G_RET_STS_SUCCESS
    90: *
  • FND_API.G_RET_STS_ERROR
    91: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    92: * @param x_msg_count returns the number of messages in the API message list
    93: * x_msg_count returns number one.

    Line 90: *
  • FND_API.G_RET_STS_ERROR
  • 86: * @param p_end_date_active the end date active for recurrence creation
    87: * @param x_return_status returns the result of all the operations performed
    88: * by the API and must have one of the following values:
    89: *

  • FND_API.G_RET_STS_SUCCESS
    90: *
  • FND_API.G_RET_STS_ERROR
    91: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    92: * @param x_msg_count returns the number of messages in the API message list
    93: * x_msg_count returns number one.
    94: * @param x_msg_data returns the message in an encoded format if

    Line 91: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 87: * @param x_return_status returns the result of all the operations performed
    88: * by the API and must have one of the following values:
    89: *

  • FND_API.G_RET_STS_SUCCESS
    90: *
  • FND_API.G_RET_STS_ERROR
    91: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    92: * @param x_msg_count returns the number of messages in the API message list
    93: * x_msg_count returns number one.
    94: * @param x_msg_data returns the message in an encoded format if
    95: * @param x_recurrence_rule_id the recurrence rule id being created

    Line 129: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    125: */
    126:
    127: PROCEDURE create_task_recurrence (
    128: p_api_version IN NUMBER,
    129: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    130: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    131: p_task_id IN NUMBER DEFAULT NULL,
    132: p_task_number IN VARCHAR2 DEFAULT NULL,
    133: p_occurs_which IN INTEGER DEFAULT NULL,

    Line 130: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    126:
    127: PROCEDURE create_task_recurrence (
    128: p_api_version IN NUMBER,
    129: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    130: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    131: p_task_id IN NUMBER DEFAULT NULL,
    132: p_task_number IN VARCHAR2 DEFAULT NULL,
    133: p_occurs_which IN INTEGER DEFAULT NULL,
    134: p_template_flag IN VARCHAR2 DEFAULT jtf_task_utl.g_no_char,

    Line 224: *
  • FND_API.G_RET_STS_SUCCESS
  • 220: * @param p_saturday saturday
    221: * @param x_new_recurrence_rule_id the new recurrence rule id being created
    222: * @param x_return_status returns the result of all the operations performed
    223: * by the API and must have one of the following values:
    224: *

  • FND_API.G_RET_STS_SUCCESS
    225: *
  • FND_API.G_RET_STS_ERROR
    226: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    227: * @param x_msg_count returns the number of messages in the API message list
    228: * x_msg_count returns number one.

    Line 225: *
  • FND_API.G_RET_STS_ERROR
  • 221: * @param x_new_recurrence_rule_id the new recurrence rule id being created
    222: * @param x_return_status returns the result of all the operations performed
    223: * by the API and must have one of the following values:
    224: *

  • FND_API.G_RET_STS_SUCCESS
    225: *
  • FND_API.G_RET_STS_ERROR
    226: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    227: * @param x_msg_count returns the number of messages in the API message list
    228: * x_msg_count returns number one.
    229: * @param x_msg_data returns the message in an encoded format if

    Line 226: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 222: * @param x_return_status returns the result of all the operations performed
    223: * by the API and must have one of the following values:
    224: *

  • FND_API.G_RET_STS_SUCCESS
    225: *
  • FND_API.G_RET_STS_ERROR
    226: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    227: * @param x_msg_count returns the number of messages in the API message list
    228: * x_msg_count returns number one.
    229: * @param x_msg_data returns the message in an encoded format if
    230: * @rep:scope internal

    Line 237: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    233: * @rep:compatibility S
    234: */
    235: PROCEDURE update_task_recurrence (
    236: p_api_version IN NUMBER,
    237: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    238: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    239: p_task_id IN NUMBER,
    240: p_recurrence_rule_id IN NUMBER,
    241: p_occurs_which IN INTEGER DEFAULT NULL,

    Line 238: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    234: */
    235: PROCEDURE update_task_recurrence (
    236: p_api_version IN NUMBER,
    237: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    238: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    239: p_task_id IN NUMBER,
    240: p_recurrence_rule_id IN NUMBER,
    241: p_occurs_which IN INTEGER DEFAULT NULL,
    242: p_day_of_week IN INTEGER DEFAULT NULL,