DBA Data[Home] [Help]

APPS.JTF_TASK_CONFIRMATION_PUB dependencies on FND_API

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

  • FND_API.G_RET_STS_SUCCESS
    29: *
  • FND_API.G_RET_STS_ERROR
    30: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    31: * @param x_msg_count returns the number of messages in the API message list
    32: * @param x_msg_data returns the message in an encoded format if

    Line 29: *
  • FND_API.G_RET_STS_ERROR
  • 25: * By default, the commit will not be performed.
    26: * @param x_return_status returns the result of all the operations performed
    27: * by the API and must have one of the following values:
    28: *

  • FND_API.G_RET_STS_SUCCESS
    29: *
  • FND_API.G_RET_STS_ERROR
    30: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    31: * @param x_msg_count returns the number of messages in the API message list
    32: * @param x_msg_data returns the message in an encoded format if
    33: * x_msg_count returns number one.

    Line 30: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 26: * @param x_return_status returns the result of all the operations performed
    27: * by the API and must have one of the following values:
    28: *

  • FND_API.G_RET_STS_SUCCESS
    29: *
  • FND_API.G_RET_STS_ERROR
    30: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    31: * @param x_msg_count returns the number of messages in the API message list
    32: * @param x_msg_data returns the message in an encoded format if
    33: * x_msg_count returns number one.
    34: *

    Line 53: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    49: */
    50:
    51: PROCEDURE SET_COUNTER_STATUS (
    52: p_api_version IN NUMBER,
    53: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    54: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    55: x_return_status OUT NOCOPY VARCHAR2,
    56: x_msg_count OUT NOCOPY NUMBER,
    57: x_msg_data OUT NOCOPY VARCHAR2,

    Line 54: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    50:
    51: PROCEDURE SET_COUNTER_STATUS (
    52: p_api_version IN NUMBER,
    53: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    54: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    55: x_return_status OUT NOCOPY VARCHAR2,
    56: x_msg_count OUT NOCOPY NUMBER,
    57: x_msg_data OUT NOCOPY VARCHAR2,
    58: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    79: *
  • FND_API.G_RET_STS_ERROR
    80: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    81: * @param x_msg_count returns the number of messages in the API message list
    82: * @param x_msg_data returns the message in an encoded format if

    Line 79: *
  • FND_API.G_RET_STS_ERROR
  • 75: * By default, the commit will not be performed.
    76: * @param x_return_status returns the result of all the operations performed
    77: * by the API and must have one of the following values:
    78: *

  • FND_API.G_RET_STS_SUCCESS
    79: *
  • FND_API.G_RET_STS_ERROR
    80: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    81: * @param x_msg_count returns the number of messages in the API message list
    82: * @param x_msg_data returns the message in an encoded format if
    83: * x_msg_count returns number one.

    Line 80: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 76: * @param x_return_status returns the result of all the operations performed
    77: * by the API and must have one of the following values:
    78: *

  • FND_API.G_RET_STS_SUCCESS
    79: *
  • FND_API.G_RET_STS_ERROR
    80: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    81: * @param x_msg_count returns the number of messages in the API message list
    82: * @param x_msg_data returns the message in an encoded format if
    83: * x_msg_count returns number one.
    84: *

    Line 99: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    95: */
    96:
    97: PROCEDURE RESET_COUNTER (
    98: p_api_version IN NUMBER,
    99: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    100: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    101: x_return_status OUT NOCOPY VARCHAR2,
    102: x_msg_count OUT NOCOPY NUMBER,
    103: x_msg_data OUT NOCOPY VARCHAR2,

    Line 100: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    96:
    97: PROCEDURE RESET_COUNTER (
    98: p_api_version IN NUMBER,
    99: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    100: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    101: x_return_status OUT NOCOPY VARCHAR2,
    102: x_msg_count OUT NOCOPY NUMBER,
    103: x_msg_data OUT NOCOPY VARCHAR2,
    104: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    121: *
  • FND_API.G_RET_STS_ERROR
    122: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    123: * @param x_msg_count returns the number of messages in the API message list
    124: * @param x_msg_data returns the message in an encoded format if

    Line 121: *
  • FND_API.G_RET_STS_ERROR
  • 117: * By default, the commit will not be performed.
    118: * @param x_return_status returns the result of all the operations performed
    119: * by the API and must have one of the following values:
    120: *

  • FND_API.G_RET_STS_SUCCESS
    121: *
  • FND_API.G_RET_STS_ERROR
    122: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    123: * @param x_msg_count returns the number of messages in the API message list
    124: * @param x_msg_data returns the message in an encoded format if
    125: * x_msg_count returns number one.

    Line 122: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 118: * @param x_return_status returns the result of all the operations performed
    119: * by the API and must have one of the following values:
    120: *

  • FND_API.G_RET_STS_SUCCESS
    121: *
  • FND_API.G_RET_STS_ERROR
    122: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    123: * @param x_msg_count returns the number of messages in the API message list
    124: * @param x_msg_data returns the message in an encoded format if
    125: * x_msg_count returns number one.
    126: *

    Line 141: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    137: */
    138:
    139: PROCEDURE INCREASE_COUNTER (
    140: p_api_version IN NUMBER,
    141: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    142: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    143: x_return_status OUT NOCOPY VARCHAR2,
    144: x_msg_count OUT NOCOPY NUMBER,
    145: x_msg_data OUT NOCOPY VARCHAR2,

    Line 142: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    138:
    139: PROCEDURE INCREASE_COUNTER (
    140: p_api_version IN NUMBER,
    141: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    142: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    143: x_return_status OUT NOCOPY VARCHAR2,
    144: x_msg_count OUT NOCOPY NUMBER,
    145: x_msg_data OUT NOCOPY VARCHAR2,
    146: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    163: *
  • FND_API.G_RET_STS_ERROR
    164: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    165: * @param x_msg_count returns the number of messages in the API message list
    166: * @param x_msg_data returns the message in an encoded format if

    Line 163: *
  • FND_API.G_RET_STS_ERROR
  • 159: * By default, the commit will not be performed.
    160: * @param x_return_status returns the result of all the operations performed
    161: * by the API and must have one of the following values:
    162: *

  • FND_API.G_RET_STS_SUCCESS
    163: *
  • FND_API.G_RET_STS_ERROR
    164: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    165: * @param x_msg_count returns the number of messages in the API message list
    166: * @param x_msg_data returns the message in an encoded format if
    167: * x_msg_count returns number one.

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

  • FND_API.G_RET_STS_SUCCESS
    163: *
  • FND_API.G_RET_STS_ERROR
    164: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    165: * @param x_msg_count returns the number of messages in the API message list
    166: * @param x_msg_data returns the message in an encoded format if
    167: * x_msg_count returns number one.
    168: *

    Line 183: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    179: */
    180:
    181: PROCEDURE DECREASE_COUNTER (
    182: p_api_version IN NUMBER,
    183: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    184: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    185: x_return_status OUT NOCOPY VARCHAR2,
    186: x_msg_count OUT NOCOPY NUMBER,
    187: x_msg_data OUT NOCOPY VARCHAR2,

    Line 184: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    180:
    181: PROCEDURE DECREASE_COUNTER (
    182: p_api_version IN NUMBER,
    183: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    184: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    185: x_return_status OUT NOCOPY VARCHAR2,
    186: x_msg_count OUT NOCOPY NUMBER,
    187: x_msg_data OUT NOCOPY VARCHAR2,
    188: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    205: *
  • FND_API.G_RET_STS_ERROR
    206: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    207: * @param x_msg_count returns the number of messages in the API message list
    208: * @param x_msg_data returns the message in an encoded format if

    Line 205: *
  • FND_API.G_RET_STS_ERROR
  • 201: * By default, the commit will not be performed.
    202: * @param x_return_status returns the result of all the operations performed
    203: * by the API and must have one of the following values:
    204: *

  • FND_API.G_RET_STS_SUCCESS
    205: *
  • FND_API.G_RET_STS_ERROR
    206: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    207: * @param x_msg_count returns the number of messages in the API message list
    208: * @param x_msg_data returns the message in an encoded format if
    209: * x_msg_count returns number one.

    Line 206: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 202: * @param x_return_status returns the result of all the operations performed
    203: * by the API and must have one of the following values:
    204: *

  • FND_API.G_RET_STS_SUCCESS
    205: *
  • FND_API.G_RET_STS_ERROR
    206: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    207: * @param x_msg_count returns the number of messages in the API message list
    208: * @param x_msg_data returns the message in an encoded format if
    209: * x_msg_count returns number one.
    210: *

    Line 224: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    220: * @rep:compatibility S
    221: */
    222: PROCEDURE CHANGE_COUNTER_SIGN (
    223: p_api_version IN NUMBER,
    224: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    225: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    226: x_return_status OUT NOCOPY VARCHAR2,
    227: x_msg_count OUT NOCOPY NUMBER,
    228: x_msg_data OUT NOCOPY VARCHAR2,

    Line 225: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

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

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

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

    Line 246: *
  • FND_API.G_RET_STS_ERROR
  • 242: * By default, the commit will not be performed.
    243: * @param x_return_status returns the result of all the operations performed
    244: * by the API and must have one of the following values:
    245: *

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

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

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

    Line 265: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    261: * @rep:compatibility S
    262: */
    263: PROCEDURE RESET_CONFIRMATION_STATUS(
    264: p_api_version IN NUMBER,
    265: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    266: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    267: x_return_status OUT NOCOPY VARCHAR2,
    268: x_msg_count OUT NOCOPY NUMBER,
    269: x_msg_data OUT NOCOPY VARCHAR2,

    Line 266: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    262: */
    263: PROCEDURE RESET_CONFIRMATION_STATUS(
    264: p_api_version IN NUMBER,
    265: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    266: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    267: x_return_status OUT NOCOPY VARCHAR2,
    268: x_msg_count OUT NOCOPY NUMBER,
    269: x_msg_data OUT NOCOPY VARCHAR2,
    270: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    287: *
  • FND_API.G_RET_STS_ERROR
    288: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    289: * @param x_msg_count returns the number of messages in the API message list
    290: * @param x_msg_data returns the message in an encoded format if

    Line 287: *
  • FND_API.G_RET_STS_ERROR
  • 283: * By default, the commit will not be performed.
    284: * @param x_return_status returns the result of all the operations performed
    285: * by the API and must have one of the following values:
    286: *

  • FND_API.G_RET_STS_SUCCESS
    287: *
  • FND_API.G_RET_STS_ERROR
    288: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    289: * @param x_msg_count returns the number of messages in the API message list
    290: * @param x_msg_data returns the message in an encoded format if
    291: * x_msg_count returns number one.

    Line 288: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 284: * @param x_return_status returns the result of all the operations performed
    285: * by the API and must have one of the following values:
    286: *

  • FND_API.G_RET_STS_SUCCESS
    287: *
  • FND_API.G_RET_STS_ERROR
    288: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    289: * @param x_msg_count returns the number of messages in the API message list
    290: * @param x_msg_data returns the message in an encoded format if
    291: * x_msg_count returns number one.
    292: *

    Line 306: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    302: * @rep:compatibility S
    303: */
    304: PROCEDURE SET_CONFIRMATION_REQUIRED(
    305: p_api_version IN NUMBER,
    306: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    307: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    308: x_return_status OUT NOCOPY VARCHAR2,
    309: x_msg_count OUT NOCOPY NUMBER,
    310: x_msg_data OUT NOCOPY VARCHAR2,

    Line 307: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    303: */
    304: PROCEDURE SET_CONFIRMATION_REQUIRED(
    305: p_api_version IN NUMBER,
    306: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    307: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    308: x_return_status OUT NOCOPY VARCHAR2,
    309: x_msg_count OUT NOCOPY NUMBER,
    310: x_msg_data OUT NOCOPY VARCHAR2,
    311: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    328: *
  • FND_API.G_RET_STS_ERROR
    329: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    330: * @param x_msg_count returns the number of messages in the API message list
    331: * @param x_msg_data returns the message in an encoded format if

    Line 328: *
  • FND_API.G_RET_STS_ERROR
  • 324: * By default, the commit will not be performed.
    325: * @param x_return_status returns the result of all the operations performed
    326: * by the API and must have one of the following values:
    327: *

  • FND_API.G_RET_STS_SUCCESS
    328: *
  • FND_API.G_RET_STS_ERROR
    329: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    330: * @param x_msg_count returns the number of messages in the API message list
    331: * @param x_msg_data returns the message in an encoded format if
    332: * x_msg_count returns number one.

    Line 329: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 325: * @param x_return_status returns the result of all the operations performed
    326: * by the API and must have one of the following values:
    327: *

  • FND_API.G_RET_STS_SUCCESS
    328: *
  • FND_API.G_RET_STS_ERROR
    329: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    330: * @param x_msg_count returns the number of messages in the API message list
    331: * @param x_msg_data returns the message in an encoded format if
    332: * x_msg_count returns number one.
    333: *

    Line 347: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    343: * @rep:compatibility S
    344: */
    345: PROCEDURE SET_CONFIRMATION_CONFIRMED(
    346: p_api_version IN NUMBER,
    347: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    348: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    349: x_return_status OUT NOCOPY VARCHAR2,
    350: x_msg_count OUT NOCOPY NUMBER,
    351: x_msg_data OUT NOCOPY VARCHAR2,

    Line 348: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    344: */
    345: PROCEDURE SET_CONFIRMATION_CONFIRMED(
    346: p_api_version IN NUMBER,
    347: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    348: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    349: x_return_status OUT NOCOPY VARCHAR2,
    350: x_msg_count OUT NOCOPY NUMBER,
    351: x_msg_data OUT NOCOPY VARCHAR2,
    352: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    369: *
  • FND_API.G_RET_STS_ERROR
    370: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    371: * @param x_msg_count returns the number of messages in the API message list
    372: * @param x_msg_data returns the message in an encoded format if

    Line 369: *
  • FND_API.G_RET_STS_ERROR
  • 365: * By default, the commit will not be performed.
    366: * @param x_return_status returns the result of all the operations performed
    367: * by the API and must have one of the following values:
    368: *

  • FND_API.G_RET_STS_SUCCESS
    369: *
  • FND_API.G_RET_STS_ERROR
    370: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    371: * @param x_msg_count returns the number of messages in the API message list
    372: * @param x_msg_data returns the message in an encoded format if
    373: * x_msg_count returns number one.

    Line 370: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 366: * @param x_return_status returns the result of all the operations performed
    367: * by the API and must have one of the following values:
    368: *

  • FND_API.G_RET_STS_SUCCESS
    369: *
  • FND_API.G_RET_STS_ERROR
    370: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    371: * @param x_msg_count returns the number of messages in the API message list
    372: * @param x_msg_data returns the message in an encoded format if
    373: * x_msg_count returns number one.
    374: *

    Line 396: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    392: */
    393:
    394: PROCEDURE SET_COUNTER_STATUS (
    395: p_api_version IN NUMBER,
    396: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    397: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    398: x_return_status OUT NOCOPY VARCHAR2,
    399: x_msg_count OUT NOCOPY NUMBER,
    400: x_msg_data OUT NOCOPY VARCHAR2,

    Line 397: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    393:
    394: PROCEDURE SET_COUNTER_STATUS (
    395: p_api_version IN NUMBER,
    396: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    397: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    398: x_return_status OUT NOCOPY VARCHAR2,
    399: x_msg_count OUT NOCOPY NUMBER,
    400: x_msg_data OUT NOCOPY VARCHAR2,
    401: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    421: *
  • FND_API.G_RET_STS_ERROR
    422: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    423: * @param x_msg_count returns the number of messages in the API message list
    424: * @param x_msg_data returns the message in an encoded format if

    Line 421: *
  • FND_API.G_RET_STS_ERROR
  • 417: * By default, the commit will not be performed.
    418: * @param x_return_status returns the result of all the operations performed
    419: * by the API and must have one of the following values:
    420: *

  • FND_API.G_RET_STS_SUCCESS
    421: *
  • FND_API.G_RET_STS_ERROR
    422: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    423: * @param x_msg_count returns the number of messages in the API message list
    424: * @param x_msg_data returns the message in an encoded format if
    425: * x_msg_count returns number one.

    Line 422: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 418: * @param x_return_status returns the result of all the operations performed
    419: * by the API and must have one of the following values:
    420: *

  • FND_API.G_RET_STS_SUCCESS
    421: *
  • FND_API.G_RET_STS_ERROR
    422: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    423: * @param x_msg_count returns the number of messages in the API message list
    424: * @param x_msg_data returns the message in an encoded format if
    425: * x_msg_count returns number one.
    426: *

    Line 443: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    439: * @rep:compatibility S
    440: */
    441: PROCEDURE RESET_CONFIRMATION_STATUS(
    442: p_api_version IN NUMBER,
    443: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    444: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    445: x_return_status OUT NOCOPY VARCHAR2,
    446: x_msg_count OUT NOCOPY NUMBER,
    447: x_msg_data OUT NOCOPY VARCHAR2,

    Line 444: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    440: */
    441: PROCEDURE RESET_CONFIRMATION_STATUS(
    442: p_api_version IN NUMBER,
    443: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    444: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    445: x_return_status OUT NOCOPY VARCHAR2,
    446: x_msg_count OUT NOCOPY NUMBER,
    447: x_msg_data OUT NOCOPY VARCHAR2,
    448: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    466: *
  • FND_API.G_RET_STS_ERROR
    467: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    468: * @param x_msg_count returns the number of messages in the API message list
    469: * @param x_msg_data returns the message in an encoded format if

    Line 466: *
  • FND_API.G_RET_STS_ERROR
  • 462: * By default, the commit will not be performed.
    463: * @param x_return_status returns the result of all the operations performed
    464: * by the API and must have one of the following values:
    465: *

  • FND_API.G_RET_STS_SUCCESS
    466: *
  • FND_API.G_RET_STS_ERROR
    467: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    468: * @param x_msg_count returns the number of messages in the API message list
    469: * @param x_msg_data returns the message in an encoded format if
    470: * x_msg_count returns number one.

    Line 467: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 463: * @param x_return_status returns the result of all the operations performed
    464: * by the API and must have one of the following values:
    465: *

  • FND_API.G_RET_STS_SUCCESS
    466: *
  • FND_API.G_RET_STS_ERROR
    467: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    468: * @param x_msg_count returns the number of messages in the API message list
    469: * @param x_msg_data returns the message in an encoded format if
    470: * x_msg_count returns number one.
    471: *

    Line 488: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    484: * @rep:compatibility S
    485: */
    486: PROCEDURE SET_CONFIRMATION_REQUIRED(
    487: p_api_version IN NUMBER,
    488: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    489: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    490: x_return_status OUT NOCOPY VARCHAR2,
    491: x_msg_count OUT NOCOPY NUMBER,
    492: x_msg_data OUT NOCOPY VARCHAR2,

    Line 489: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    485: */
    486: PROCEDURE SET_CONFIRMATION_REQUIRED(
    487: p_api_version IN NUMBER,
    488: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    489: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    490: x_return_status OUT NOCOPY VARCHAR2,
    491: x_msg_count OUT NOCOPY NUMBER,
    492: x_msg_data OUT NOCOPY VARCHAR2,
    493: p_object_version_number IN OUT NOCOPY NUMBER,

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

  • FND_API.G_RET_STS_SUCCESS
    511: *
  • FND_API.G_RET_STS_ERROR
    512: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    513: * @param x_msg_count returns the number of messages in the API message list
    514: * @param x_msg_data returns the message in an encoded format if

    Line 511: *
  • FND_API.G_RET_STS_ERROR
  • 507: * By default, the commit will not be performed.
    508: * @param x_return_status returns the result of all the operations performed
    509: * by the API and must have one of the following values:
    510: *

  • FND_API.G_RET_STS_SUCCESS
    511: *
  • FND_API.G_RET_STS_ERROR
    512: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    513: * @param x_msg_count returns the number of messages in the API message list
    514: * @param x_msg_data returns the message in an encoded format if
    515: * x_msg_count returns number one.

    Line 512: *
  • FND_API.G_RET_STS_UNEXP_ERROR
  • 508: * @param x_return_status returns the result of all the operations performed
    509: * by the API and must have one of the following values:
    510: *

  • FND_API.G_RET_STS_SUCCESS
    511: *
  • FND_API.G_RET_STS_ERROR
    512: *
  • FND_API.G_RET_STS_UNEXP_ERROR
    513: * @param x_msg_count returns the number of messages in the API message list
    514: * @param x_msg_data returns the message in an encoded format if
    515: * x_msg_count returns number one.
    516: *

    Line 533: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,

    529: * @rep:compatibility S
    530: */
    531: PROCEDURE SET_CONFIRMATION_CONFIRMED(
    532: p_api_version IN NUMBER,
    533: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    534: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    535: x_return_status OUT NOCOPY VARCHAR2,
    536: x_msg_count OUT NOCOPY NUMBER,
    537: x_msg_data OUT NOCOPY VARCHAR2,

    Line 534: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,

    530: */
    531: PROCEDURE SET_CONFIRMATION_CONFIRMED(
    532: p_api_version IN NUMBER,
    533: p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false,
    534: p_commit IN VARCHAR2 DEFAULT fnd_api.g_false,
    535: x_return_status OUT NOCOPY VARCHAR2,
    536: x_msg_count OUT NOCOPY NUMBER,
    537: x_msg_data OUT NOCOPY VARCHAR2,
    538: p_object_version_number IN OUT NOCOPY NUMBER,