DBA Data[Home] [Help]

APPS.OKS_MASSCHANGE_PVT dependencies on FND_MSG_PUB

Line 6836: fnd_msg_pub.get (p_msg_index => -1,

6832: p_proc => l_proc,
6833: p_s_recipient => l_user_name );
6834:
6835: LOG_MESSAGES('OKC_ASYNC_PUB.loop_call status: '||l_return_status);
6836: fnd_msg_pub.get (p_msg_index => -1,
6837: p_encoded => 'F',
6838: p_data => l_msg_data,
6839: p_msg_index_out => l_msg_index_out);
6840: LOG_MESSAGES('Message:'||l_msg_data);

Line 7911: FND_MSG_PUB.Initialize;

7907: end if;
7908:
7909: --IF l_eligible_contracts_tbl(i).old_value1=1 then
7910:
7911: FND_MSG_PUB.Initialize;
7912: l_status := 'SUCCESS';
7913: l_message := null; --'Successfully completed';
7914: DBMS_TRANSACTION.SAVEPOINT('BEFORE_MASSCHANGE');
7915:

Line 8103: fnd_msg_pub.get (p_msg_index => -1,

8099: IF l_return_status <> G_RET_STS_SUCCESS THEN
8100: IF l_msg_count > 0 Then
8101: FOR i in 1..l_msg_count
8102: LOOP
8103: fnd_msg_pub.get (p_msg_index => -1,
8104: p_encoded => 'F',
8105: p_data => l_msg_data,
8106: p_msg_index_out => l_msg_index_out);
8107: l_message := l_message||' ; '||l_msg_data;

Line 8122: fnd_msg_pub.get (p_msg_index => -1,

8118: ELSE
8119: IF l_msg_count > 0 Then
8120: FOR i in 1..l_msg_count
8121: LOOP
8122: fnd_msg_pub.get (p_msg_index => -1,
8123: p_encoded => 'F',
8124: p_data => l_msg_data,
8125: p_msg_index_out => l_msg_index_out);
8126: l_message := l_message||' ; '||l_msg_data;

Line 8138: fnd_msg_pub.get (p_msg_index => -1,

8134: ELSE
8135: IF l_msg_count > 0 Then
8136: FOR i in 1..l_msg_count
8137: LOOP
8138: fnd_msg_pub.get (p_msg_index => -1,
8139: p_encoded => 'F',
8140: p_data => l_msg_data,
8141: p_msg_index_out => l_msg_index_out);
8142: l_message := l_message||' ; '||l_msg_data;

Line 8160: fnd_msg_pub.get (p_msg_index => -1,

8156: LOG_MESSAGES('CONTRACT_START_DATE LOCK_CONTRACT_OKS_LINES status: '||l_return_status||',msg_count:'||l_msg_count);
8157: IF l_msg_count > 0 then
8158: FOR i in 1..l_msg_count
8159: LOOP
8160: fnd_msg_pub.get (p_msg_index => -1,
8161: p_encoded => 'F',
8162: p_data => l_msg_data,
8163: p_msg_index_out => l_msg_index_out);
8164: l_message := l_message||' ; '||l_msg_data;

Line 8188: fnd_msg_pub.get (p_msg_index => -1,

8184: LOG_MESSAGES('CONTRACT_START_DATE LOCK_CONTRACT_LINES status: '||l_return_status||',msg_count:'||l_msg_count);
8185: IF l_msg_count > 0 then
8186: FOR i in 1..l_msg_count
8187: LOOP
8188: fnd_msg_pub.get (p_msg_index => -1,
8189: p_encoded => 'F',
8190: p_data => l_msg_data,
8191: p_msg_index_out => l_msg_index_out);
8192: l_message := l_message||' ; '||l_msg_data;

Line 8211: fnd_msg_pub.get (p_msg_index => -1,

8207: ELSE -- lock contract
8208: IF l_msg_count > 0 Then
8209: FOR i in 1..l_msg_count
8210: LOOP
8211: fnd_msg_pub.get (p_msg_index => -1,
8212: p_encoded => 'F',
8213: p_data => l_msg_data,
8214: p_msg_index_out => l_msg_index_out);
8215: l_message := l_message||' ; '||l_msg_data;

Line 8362: fnd_msg_pub.get (p_msg_index => -1,

8358: IF l_return_status <> G_RET_STS_SUCCESS THEN
8359: IF l_msg_count > 0 Then
8360: FOR i in 1..l_msg_count
8361: LOOP
8362: fnd_msg_pub.get (p_msg_index => -1,
8363: p_encoded => 'F',
8364: p_data => l_msg_data,
8365: p_msg_index_out => l_msg_index_out);
8366: l_message := l_message||' ; '||l_msg_data;

Line 8381: fnd_msg_pub.get (p_msg_index => -1,

8377: ELSE
8378: IF l_msg_count > 0 Then
8379: FOR i in 1..l_msg_count
8380: LOOP
8381: fnd_msg_pub.get (p_msg_index => -1,
8382: p_encoded => 'F',
8383: p_data => l_msg_data,
8384: p_msg_index_out => l_msg_index_out);
8385: l_message := l_message||' ; '||l_msg_data;

Line 8397: fnd_msg_pub.get (p_msg_index => -1,

8393: ELSE
8394: IF l_msg_count > 0 Then
8395: FOR i in 1..l_msg_count
8396: LOOP
8397: fnd_msg_pub.get (p_msg_index => -1,
8398: p_encoded => 'F',
8399: p_data => l_msg_data,
8400: p_msg_index_out => l_msg_index_out);
8401: l_message := l_message||' ; '||l_msg_data;

Line 8419: fnd_msg_pub.get (p_msg_index => -1,

8415: LOG_MESSAGES('CONTRACT_START_DATE LOCK_CONTRACT_OKS_LINES status: '||l_return_status||',msg_count:'||l_msg_count);
8416: IF l_msg_count > 0 then
8417: FOR i in 1..l_msg_count
8418: LOOP
8419: fnd_msg_pub.get (p_msg_index => -1,
8420: p_encoded => 'F',
8421: p_data => l_msg_data,
8422: p_msg_index_out => l_msg_index_out);
8423: l_message := l_message||' ; '||l_msg_data;

Line 8446: fnd_msg_pub.get (p_msg_index => -1,

8442: LOG_MESSAGES('CONTRACT_START_DATE LOCK_CONTRACT_LINES status: '||l_return_status||',msg_count:'||l_msg_count);
8443: IF l_msg_count > 0 then
8444: FOR i in 1..l_msg_count
8445: LOOP
8446: fnd_msg_pub.get (p_msg_index => -1,
8447: p_encoded => 'F',
8448: p_data => l_msg_data,
8449: p_msg_index_out => l_msg_index_out);
8450: l_message := l_message||' ; '||l_msg_data;

Line 8468: fnd_msg_pub.get (p_msg_index => -1,

8464: ELSE -- lock contract
8465: IF l_msg_count > 0 Then
8466: FOR i in 1..l_msg_count
8467: LOOP
8468: fnd_msg_pub.get (p_msg_index => -1,
8469: p_encoded => 'F',
8470: p_data => l_msg_data,
8471: p_msg_index_out => l_msg_index_out);
8472: l_message := l_message||' ; '||l_msg_data;

Line 8535: fnd_msg_pub.get (p_msg_index => -1,

8531: IF l_msg_count > 0
8532: THEN
8533: FOR i in 1..l_msg_count
8534: LOOP
8535: fnd_msg_pub.get (p_msg_index => -1,
8536: p_encoded => 'F',
8537: p_data => l_msg_data,
8538: p_msg_index_out => l_msg_index_out);
8539:

Line 8556: fnd_msg_pub.get (p_msg_index => -1,

8552: IF l_msg_count > 0
8553: THEN
8554: FOR i in 1..l_msg_count
8555: LOOP
8556: fnd_msg_pub.get (p_msg_index => -1,
8557: p_encoded => 'F',
8558: p_data => l_msg_data,
8559: p_msg_index_out => l_msg_index_out);
8560: l_message := l_message||' ; '||l_msg_data;

Line 8626: fnd_msg_pub.get (p_msg_index => -1,

8622: IF l_msg_count > 0
8623: THEN
8624: FOR i in 1..l_msg_count
8625: LOOP
8626: fnd_msg_pub.get (p_msg_index => -1,
8627: p_encoded => 'F',
8628: p_data => l_msg_data,
8629: p_msg_index_out => l_msg_index_out);
8630:

Line 8645: fnd_msg_pub.get (p_msg_index => -1,

8641: IF l_msg_count > 0
8642: THEN
8643: FOR i in 1..l_msg_count
8644: LOOP
8645: fnd_msg_pub.get (p_msg_index => -1,
8646: p_encoded => 'F',
8647: p_data => l_msg_data,
8648: p_msg_index_out => l_msg_index_out);
8649:

Line 8697: fnd_msg_pub.get (p_msg_index => -1,

8693: IF l_msg_count > 0
8694: THEN
8695: FOR i in 1..l_msg_count
8696: LOOP
8697: fnd_msg_pub.get (p_msg_index => -1,
8698: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
8699: p_data => l_msg_data,
8700: p_msg_index_out => l_msg_index_out);
8701:

Line 8718: fnd_msg_pub.get (p_msg_index => -1,

8714: IF l_msg_count > 0
8715: THEN
8716: FOR i in 1..l_msg_count
8717: LOOP
8718: fnd_msg_pub.get (p_msg_index => -1,
8719: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
8720: p_data => l_msg_data,
8721: p_msg_index_out => l_msg_index_out);
8722: l_message := l_message||' ; '||l_msg_data;

Line 8770: fnd_msg_pub.get (p_msg_index => -1,

8766: IF l_msg_count > 0
8767: THEN
8768: FOR i in 1..l_msg_count
8769: LOOP
8770: fnd_msg_pub.get (p_msg_index => -1,
8771: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
8772: p_data => l_msg_data,
8773: p_msg_index_out => l_msg_index_out);
8774:

Line 8791: fnd_msg_pub.get (p_msg_index => -1,

8787: IF l_msg_count > 0
8788: THEN
8789: FOR i in 1..l_msg_count
8790: LOOP
8791: fnd_msg_pub.get (p_msg_index => -1,
8792: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
8793: p_data => l_msg_data,
8794: p_msg_index_out => l_msg_index_out);
8795: l_message := l_message||' ; '||l_msg_data;

Line 8844: fnd_msg_pub.get (p_msg_index => -1,

8840: IF l_msg_count > 0
8841: THEN
8842: FOR i in 1..l_msg_count
8843: LOOP
8844: fnd_msg_pub.get (p_msg_index => -1,
8845: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
8846: p_data => l_msg_data,
8847: p_msg_index_out => l_msg_index_out);
8848:

Line 8866: fnd_msg_pub.get (p_msg_index => -1,

8862: IF l_msg_count > 0
8863: THEN
8864: FOR i in 1..l_msg_count
8865: LOOP
8866: fnd_msg_pub.get (p_msg_index => -1,
8867: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
8868: p_data => l_msg_data,
8869: p_msg_index_out => l_msg_index_out);
8870: l_message := l_message||' ; '||l_msg_data;

Line 8924: fnd_msg_pub.get (p_msg_index => -1,

8920: IF l_msg_count > 0
8921: THEN
8922: FOR i in 1..l_msg_count
8923: LOOP
8924: fnd_msg_pub.get (p_msg_index => -1,
8925: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
8926: p_data => l_msg_data,
8927: p_msg_index_out => l_msg_index_out);
8928:

Line 8945: fnd_msg_pub.get (p_msg_index => -1,

8941: IF l_msg_count > 0
8942: THEN
8943: FOR i in 1..l_msg_count
8944: LOOP
8945: fnd_msg_pub.get (p_msg_index => -1,
8946: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
8947: p_data => l_msg_data,
8948: p_msg_index_out => l_msg_index_out);
8949: l_message := l_message||' ; '||l_msg_data;

Line 9002: fnd_msg_pub.get (p_msg_index => -1,

8998: IF l_msg_count > 0
8999: THEN
9000: FOR i in 1..l_msg_count
9001: LOOP
9002: fnd_msg_pub.get (p_msg_index => -1,
9003: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9004: p_data => l_msg_data,
9005: p_msg_index_out => l_msg_index_out);
9006:

Line 9024: fnd_msg_pub.get (p_msg_index => -1,

9020: IF l_msg_count > 0
9021: THEN
9022: FOR i in 1..l_msg_count
9023: LOOP
9024: fnd_msg_pub.get (p_msg_index => -1,
9025: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9026: p_data => l_msg_data,
9027: p_msg_index_out => l_msg_index_out);
9028: l_message := l_message||' ; '||l_msg_data;

Line 9077: fnd_msg_pub.get (p_msg_index => -1,

9073: IF l_msg_count > 0
9074: THEN
9075: FOR i in 1..l_msg_count
9076: LOOP
9077: fnd_msg_pub.get (p_msg_index => -1,
9078: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9079: p_data => l_msg_data,
9080: p_msg_index_out => l_msg_index_out);
9081:

Line 9098: fnd_msg_pub.get (p_msg_index => -1,

9094: IF l_msg_count > 0
9095: THEN
9096: FOR i in 1..l_msg_count
9097: LOOP
9098: fnd_msg_pub.get (p_msg_index => -1,
9099: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9100: p_data => l_msg_data,
9101: p_msg_index_out => l_msg_index_out);
9102: l_message := l_message||' ; '||l_msg_data;

Line 9149: fnd_msg_pub.get (p_msg_index => -1,

9145: IF l_msg_count > 0
9146: THEN
9147: FOR i in 1..l_msg_count
9148: LOOP
9149: fnd_msg_pub.get (p_msg_index => -1,
9150: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9151: p_data => l_msg_data,
9152: p_msg_index_out => l_msg_index_out);
9153:

Line 9170: fnd_msg_pub.get (p_msg_index => -1,

9166: IF l_msg_count > 0
9167: THEN
9168: FOR i in 1..l_msg_count
9169: LOOP
9170: fnd_msg_pub.get (p_msg_index => -1,
9171: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9172: p_data => l_msg_data,
9173: p_msg_index_out => l_msg_index_out);
9174: l_message := l_message||' ; '||l_msg_data;

Line 9227: fnd_msg_pub.get (p_msg_index => -1,

9223: IF l_msg_count > 0
9224: THEN
9225: FOR i in 1..l_msg_count
9226: LOOP
9227: fnd_msg_pub.get (p_msg_index => -1,
9228: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9229: p_data => l_msg_data,
9230: p_msg_index_out => l_msg_index_out);
9231:

Line 9248: fnd_msg_pub.get (p_msg_index => -1,

9244: IF l_msg_count > 0
9245: THEN
9246: FOR i in 1..l_msg_count
9247: LOOP
9248: fnd_msg_pub.get (p_msg_index => -1,
9249: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9250: p_data => l_msg_data,
9251: p_msg_index_out => l_msg_index_out);
9252: l_message := l_message||' ; '||l_msg_data;

Line 9307: fnd_msg_pub.get (p_msg_index => -1,

9303: IF l_msg_count > 0
9304: THEN
9305: FOR i in 1..l_msg_count
9306: LOOP
9307: fnd_msg_pub.get (p_msg_index => -1,
9308: p_encoded => 'F',
9309: p_data => l_msg_data,
9310: p_msg_index_out => l_msg_index_out);
9311:

Line 9328: fnd_msg_pub.get (p_msg_index => -1,

9324: IF l_msg_count > 0
9325: THEN
9326: FOR i in 1..l_msg_count
9327: LOOP
9328: fnd_msg_pub.get (p_msg_index => -1,
9329: p_encoded => 'F',
9330: p_data => l_msg_data,
9331: p_msg_index_out => l_msg_index_out);
9332: l_message := l_message||' ; '||l_msg_data;

Line 9384: fnd_msg_pub.get (p_msg_index => -1,

9380: IF l_msg_count > 0
9381: THEN
9382: FOR i in 1..l_msg_count
9383: LOOP
9384: fnd_msg_pub.get (p_msg_index => -1,
9385: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9386: p_data => l_msg_data,
9387: p_msg_index_out => l_msg_index_out);
9388:

Line 9405: fnd_msg_pub.get (p_msg_index => -1,

9401: IF l_msg_count > 0
9402: THEN
9403: FOR i in 1..l_msg_count
9404: LOOP
9405: fnd_msg_pub.get (p_msg_index => -1,
9406: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9407: p_data => l_msg_data,
9408: p_msg_index_out => l_msg_index_out);
9409: l_message := l_message||' ; '||l_msg_data;

Line 9461: fnd_msg_pub.get (p_msg_index => -1,

9457: IF l_msg_count > 0
9458: THEN
9459: FOR i in 1..l_msg_count
9460: LOOP
9461: fnd_msg_pub.get (p_msg_index => -1,
9462: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9463: p_data => l_msg_data,
9464: p_msg_index_out => l_msg_index_out);
9465:

Line 9482: fnd_msg_pub.get (p_msg_index => -1,

9478: IF l_msg_count > 0
9479: THEN
9480: FOR i in 1..l_msg_count
9481: LOOP
9482: fnd_msg_pub.get (p_msg_index => -1,
9483: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9484: p_data => l_msg_data,
9485: p_msg_index_out => l_msg_index_out);
9486: l_message := l_message||' ; '||l_msg_data;

Line 9536: fnd_msg_pub.get (p_msg_index => -1,

9532: IF l_msg_count > 0
9533: THEN
9534: FOR i in 1..l_msg_count
9535: LOOP
9536: fnd_msg_pub.get (p_msg_index => -1,
9537: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9538: p_data => l_msg_data,
9539: p_msg_index_out => l_msg_index_out);
9540:

Line 9557: fnd_msg_pub.get (p_msg_index => -1,

9553: IF l_msg_count > 0
9554: THEN
9555: FOR i in 1..l_msg_count
9556: LOOP
9557: fnd_msg_pub.get (p_msg_index => -1,
9558: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9559: p_data => l_msg_data,
9560: p_msg_index_out => l_msg_index_out);
9561: l_message := l_message||' ; '||l_msg_data;

Line 9627: fnd_msg_pub.get (p_msg_index => -1,

9623: ELSE
9624: IF l_msg_count > 0 THEN
9625: FOR i in 1..l_msg_count
9626: LOOP
9627: fnd_msg_pub.get (p_msg_index => -1,
9628: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9629: p_data => l_msg_data,
9630: p_msg_index_out => l_msg_index_out);
9631:

Line 9647: fnd_msg_pub.get (p_msg_index => -1,

9643: IF l_msg_count > 0
9644: THEN
9645: FOR i in 1..l_msg_count
9646: LOOP
9647: fnd_msg_pub.get (p_msg_index => -1,
9648: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9649: p_data => l_msg_data,
9650: p_msg_index_out => l_msg_index_out);
9651:

Line 9667: fnd_msg_pub.get (p_msg_index => -1,

9663: IF l_msg_count > 0
9664: THEN
9665: FOR i in 1..l_msg_count
9666: LOOP
9667: fnd_msg_pub.get (p_msg_index => -1,
9668: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9669: p_data => l_msg_data,
9670: p_msg_index_out => l_msg_index_out);
9671: l_message := l_message||' ; '||l_msg_data;

Line 9724: fnd_msg_pub.get (p_msg_index => -1,

9720: IF l_msg_count > 0
9721: THEN
9722: FOR i in 1..l_msg_count
9723: LOOP
9724: fnd_msg_pub.get (p_msg_index => -1,
9725: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9726: p_data => l_msg_data,
9727: p_msg_index_out => l_msg_index_out);
9728:

Line 9745: fnd_msg_pub.get (p_msg_index => -1,

9741: IF l_msg_count > 0
9742: THEN
9743: FOR i in 1..l_msg_count
9744: LOOP
9745: fnd_msg_pub.get (p_msg_index => -1,
9746: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9747: p_data => l_msg_data,
9748: p_msg_index_out => l_msg_index_out);
9749: l_message := l_message||' ; '||l_msg_data;

Line 9824: fnd_msg_pub.get (p_msg_index => -1,

9820: IF l_msg_count > 0
9821: THEN
9822: FOR i in 1..l_msg_count
9823: LOOP
9824: fnd_msg_pub.get (p_msg_index => -1,
9825: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9826: p_data => l_msg_data,
9827: p_msg_index_out => l_msg_index_out);
9828:

Line 9845: fnd_msg_pub.get (p_msg_index => -1,

9841: IF l_msg_count > 0
9842: THEN
9843: FOR i in 1..l_msg_count
9844: LOOP
9845: fnd_msg_pub.get (p_msg_index => -1,
9846: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
9847: p_data => l_msg_data,
9848: p_msg_index_out => l_msg_index_out);
9849: l_message := l_message||' ; '||l_msg_data;

Line 9887: fnd_msg_pub.get (p_msg_index => -1,

9883: If l_return_status <> G_RET_STS_SUCCESS then
9884: IF l_msg_count > 0 then
9885: FOR i in 1..l_msg_count
9886: LOOP
9887: fnd_msg_pub.get (p_msg_index => -1,
9888: p_encoded => 'F',
9889: p_data => l_msg_data,
9890: p_msg_index_out => l_msg_index_out);
9891: l_message := l_message||' ; '||l_msg_data;

Line 9939: fnd_msg_pub.get (p_msg_index => -1,

9935: IF l_msg_count > 0
9936: THEN
9937: FOR i in 1..l_msg_count
9938: LOOP
9939: fnd_msg_pub.get (p_msg_index => -1,
9940: p_encoded => 'F',
9941: p_data => l_msg_data,
9942: p_msg_index_out => l_msg_index_out);
9943:

Line 9959: fnd_msg_pub.get (p_msg_index => -1,

9955: IF l_msg_count > 0
9956: THEN
9957: FOR i in 1..l_msg_count
9958: LOOP
9959: fnd_msg_pub.get (p_msg_index => -1,
9960: p_encoded => 'F',
9961: p_data => l_msg_data,
9962: p_msg_index_out => l_msg_index_out);
9963: l_message := l_message||' ; '||l_msg_data;

Line 10016: fnd_msg_pub.get (p_msg_index => -1,

10012: IF l_msg_count > 0
10013: THEN
10014: FOR i in 1..l_msg_count
10015: LOOP
10016: fnd_msg_pub.get (p_msg_index => -1,
10017: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10018: p_data => l_msg_data,
10019: p_msg_index_out => l_msg_index_out);
10020:

Line 10038: fnd_msg_pub.get (p_msg_index => -1,

10034: IF l_msg_count > 0
10035: THEN
10036: FOR i in 1..l_msg_count
10037: LOOP
10038: fnd_msg_pub.get (p_msg_index => -1,
10039: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10040: p_data => l_msg_data,
10041: p_msg_index_out => l_msg_index_out);
10042: l_message := l_message||' ; '||l_msg_data;

Line 10093: fnd_msg_pub.get (p_msg_index => -1,

10089: IF l_msg_count > 0
10090: THEN
10091: FOR i in 1..l_msg_count
10092: LOOP
10093: fnd_msg_pub.get (p_msg_index => -1,
10094: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10095: p_data => l_msg_data,
10096: p_msg_index_out => l_msg_index_out);
10097:

Line 10115: fnd_msg_pub.get (p_msg_index => -1,

10111: IF l_msg_count > 0
10112: THEN
10113: FOR i in 1..l_msg_count
10114: LOOP
10115: fnd_msg_pub.get (p_msg_index => -1,
10116: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10117: p_data => l_msg_data,
10118: p_msg_index_out => l_msg_index_out);
10119: l_message := l_message||' ; '||l_msg_data;

Line 10170: fnd_msg_pub.get (p_msg_index => -1,

10166: IF l_msg_count > 0
10167: THEN
10168: FOR i in 1..l_msg_count
10169: LOOP
10170: fnd_msg_pub.get (p_msg_index => -1,
10171: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10172: p_data => l_msg_data,
10173: p_msg_index_out => l_msg_index_out);
10174:

Line 10191: fnd_msg_pub.get (p_msg_index => -1,

10187: IF l_msg_count > 0
10188: THEN
10189: FOR i in 1..l_msg_count
10190: LOOP
10191: fnd_msg_pub.get (p_msg_index => -1,
10192: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10193: p_data => l_msg_data,
10194: p_msg_index_out => l_msg_index_out);
10195: l_message := l_message||' ; '||l_msg_data;

Line 10245: fnd_msg_pub.get (p_msg_index => -1,

10241: IF l_msg_count > 0
10242: THEN
10243: FOR i in 1..l_msg_count
10244: LOOP
10245: fnd_msg_pub.get (p_msg_index => -1,
10246: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10247: p_data => l_msg_data,
10248: p_msg_index_out => l_msg_index_out);
10249:

Line 10266: fnd_msg_pub.get (p_msg_index => -1,

10262: IF l_msg_count > 0
10263: THEN
10264: FOR i in 1..l_msg_count
10265: LOOP
10266: fnd_msg_pub.get (p_msg_index => -1,
10267: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10268: p_data => l_msg_data,
10269: p_msg_index_out => l_msg_index_out);
10270: l_message := l_message||' ; '||l_msg_data;

Line 10360: fnd_msg_pub.get (p_msg_index => -1,

10356: IF l_msg_count > 0
10357: THEN
10358: FOR i in 1..l_msg_count
10359: LOOP
10360: fnd_msg_pub.get (p_msg_index => -1,
10361: p_encoded => 'F',
10362: p_data => l_msg_data,
10363: p_msg_index_out => l_msg_index_out);
10364: l_message := l_message||' ; '||l_msg_data;

Line 10385: fnd_msg_pub.get (p_msg_index => -1,

10381: IF l_msg_count > 0
10382: THEN
10383: FOR i in 1..l_msg_count
10384: LOOP
10385: fnd_msg_pub.get (p_msg_index => -1,
10386: p_encoded => 'F',
10387: p_data => l_msg_data,
10388: p_msg_index_out => l_msg_index_out);
10389: l_message := l_message||' ; '||l_msg_data;

Line 10403: fnd_msg_pub.get (p_msg_index => -1,

10399: IF l_msg_count > 0
10400: THEN
10401: FOR i in 1..l_msg_count
10402: LOOP
10403: fnd_msg_pub.get (p_msg_index => -1,
10404: p_encoded => 'F',
10405: p_data => l_msg_data,
10406: p_msg_index_out => l_msg_index_out);
10407:

Line 10424: fnd_msg_pub.get (p_msg_index => -1,

10420: IF l_msg_count > 0
10421: THEN
10422: FOR i in 1..l_msg_count
10423: LOOP
10424: fnd_msg_pub.get (p_msg_index => -1,
10425: p_encoded => 'F',
10426: p_data => l_msg_data,
10427: p_msg_index_out => l_msg_index_out);
10428: l_message := l_message||' ; '||l_msg_data;

Line 10516: fnd_msg_pub.get (p_msg_index => -1,

10512: Else
10513: If l_msg_count > 0 Then
10514: FOR i in 1..l_msg_count
10515: LOOP
10516: fnd_msg_pub.get (p_msg_index => -1,
10517: p_encoded => 'F',
10518: p_data => l_msg_data,
10519: p_msg_index_out => l_msg_index_out);
10520: l_message := l_message||' ; '||l_msg_data;

Line 10534: fnd_msg_pub.get (p_msg_index => -1,

10530: IF l_msg_count > 0
10531: THEN
10532: FOR i in 1..l_msg_count
10533: LOOP
10534: fnd_msg_pub.get (p_msg_index => -1,
10535: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10536: p_data => l_msg_data,
10537: p_msg_index_out => l_msg_index_out);
10538: l_message := l_message||' ; '||l_msg_data;

Line 10552: fnd_msg_pub.get (p_msg_index => -1,

10548: IF l_msg_count > 0
10549: THEN
10550: FOR i in 1..l_msg_count
10551: LOOP
10552: fnd_msg_pub.get (p_msg_index => -1,
10553: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10554: p_data => l_msg_data,
10555: p_msg_index_out => l_msg_index_out);
10556: l_message := l_message||' ; '||l_msg_data;

Line 10642: fnd_msg_pub.get (p_msg_index => -1,

10638: Else
10639: If l_msg_count > 0 Then
10640: FOR i in 1..l_msg_count
10641: LOOP
10642: fnd_msg_pub.get (p_msg_index => -1,
10643: p_encoded => 'F',
10644: p_data => l_msg_data,
10645: p_msg_index_out => l_msg_index_out);
10646: l_message := l_message||' ; '||l_msg_data;

Line 10660: fnd_msg_pub.get (p_msg_index => -1,

10656: IF l_msg_count > 0
10657: THEN
10658: FOR i in 1..l_msg_count
10659: LOOP
10660: fnd_msg_pub.get (p_msg_index => -1,
10661: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10662: p_data => l_msg_data,
10663: p_msg_index_out => l_msg_index_out);
10664: l_message := l_message||' ; '||l_msg_data;

Line 10678: fnd_msg_pub.get (p_msg_index => -1,

10674: IF l_msg_count > 0
10675: THEN
10676: FOR i in 1..l_msg_count
10677: LOOP
10678: fnd_msg_pub.get (p_msg_index => -1,
10679: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10680: p_data => l_msg_data,
10681: p_msg_index_out => l_msg_index_out);
10682: l_message := l_message||' ; '||l_msg_data;

Line 10763: fnd_msg_pub.get (p_msg_index => -1,

10759: IF l_msg_count > 0
10760: THEN
10761: FOR i in 1..l_msg_count
10762: LOOP
10763: fnd_msg_pub.get (p_msg_index => -1,
10764: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10765: p_data => l_msg_data,
10766: p_msg_index_out => l_msg_index_out);
10767: l_message := l_message||' ; '||l_msg_data;

Line 10781: fnd_msg_pub.get (p_msg_index => -1,

10777: IF l_msg_count > 0
10778: THEN
10779: FOR i in 1..l_msg_count
10780: LOOP
10781: fnd_msg_pub.get (p_msg_index => -1,
10782: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10783: p_data => l_msg_data,
10784: p_msg_index_out => l_msg_index_out);
10785: l_message := l_message||' ; '||l_msg_data;

Line 10859: fnd_msg_pub.get (p_msg_index => -1,

10855: IF l_msg_count > 0
10856: THEN
10857: FOR i in 1..l_msg_count
10858: LOOP
10859: fnd_msg_pub.get (p_msg_index => -1,
10860: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10861: p_data => l_msg_data,
10862: p_msg_index_out => l_msg_index_out);
10863: l_message := l_message||' ; '||l_msg_data;

Line 10877: fnd_msg_pub.get (p_msg_index => -1,

10873: IF l_msg_count > 0
10874: THEN
10875: FOR i in 1..l_msg_count
10876: LOOP
10877: fnd_msg_pub.get (p_msg_index => -1,
10878: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10879: p_data => l_msg_data,
10880: p_msg_index_out => l_msg_index_out);
10881: l_message := l_message||' ; '||l_msg_data;

Line 10925: fnd_msg_pub.get (p_msg_index => -1,

10921: IF l_msg_count > 0
10922: THEN
10923: FOR i in 1..l_msg_count
10924: LOOP
10925: fnd_msg_pub.get (p_msg_index => -1,
10926: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10927: p_data => l_msg_data,
10928: p_msg_index_out => l_msg_index_out);
10929: l_message := l_message||' ; '||l_msg_data;

Line 10943: fnd_msg_pub.get (p_msg_index => -1,

10939: IF l_msg_count > 0
10940: THEN
10941: FOR i in 1..l_msg_count
10942: LOOP
10943: fnd_msg_pub.get (p_msg_index => -1,
10944: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10945: p_data => l_msg_data,
10946: p_msg_index_out => l_msg_index_out);
10947: l_message := l_message||' ; '||l_msg_data;

Line 10993: fnd_msg_pub.get (p_msg_index => -1,

10989: IF l_msg_count > 0
10990: THEN
10991: FOR i in 1..l_msg_count
10992: LOOP
10993: fnd_msg_pub.get (p_msg_index => -1,
10994: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
10995: p_data => l_msg_data,
10996: p_msg_index_out => l_msg_index_out);
10997: l_message := l_message||' ; '||l_msg_data;

Line 11011: fnd_msg_pub.get (p_msg_index => -1,

11007: IF l_msg_count > 0
11008: THEN
11009: FOR i in 1..l_msg_count
11010: LOOP
11011: fnd_msg_pub.get (p_msg_index => -1,
11012: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11013: p_data => l_msg_data,
11014: p_msg_index_out => l_msg_index_out);
11015: l_message := l_message||' ; '||l_msg_data;

Line 11068: fnd_msg_pub.get (p_msg_index => -1,

11064: IF l_msg_count > 0
11065: THEN
11066: FOR i in 1..l_msg_count
11067: LOOP
11068: fnd_msg_pub.get (p_msg_index => -1,
11069: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11070: p_data => l_msg_data,
11071: p_msg_index_out => l_msg_index_out);
11072: l_message := l_message||' ; '||l_msg_data;

Line 11086: fnd_msg_pub.get (p_msg_index => -1,

11082: IF l_msg_count > 0
11083: THEN
11084: FOR i in 1..l_msg_count
11085: LOOP
11086: fnd_msg_pub.get (p_msg_index => -1,
11087: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11088: p_data => l_msg_data,
11089: p_msg_index_out => l_msg_index_out);
11090: l_message := l_message||' ; '||l_msg_data;

Line 11144: fnd_msg_pub.get (p_msg_index => -1,

11140: IF l_msg_count > 0
11141: THEN
11142: FOR i in 1..l_msg_count
11143: LOOP
11144: fnd_msg_pub.get (p_msg_index => -1,
11145: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11146: p_data => l_msg_data,
11147: p_msg_index_out => l_msg_index_out);
11148: l_message := l_message||' ; '||l_msg_data;

Line 11162: fnd_msg_pub.get (p_msg_index => -1,

11158: IF l_msg_count > 0
11159: THEN
11160: FOR i in 1..l_msg_count
11161: LOOP
11162: fnd_msg_pub.get (p_msg_index => -1,
11163: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11164: p_data => l_msg_data,
11165: p_msg_index_out => l_msg_index_out);
11166: l_message := l_message||' ; '||l_msg_data;

Line 11209: fnd_msg_pub.get (p_msg_index => -1,

11205: THEN
11206: LOG_MESSAGES('l_msg_count: '||l_msg_count);
11207: FOR i in 1..l_msg_count
11208: LOOP
11209: fnd_msg_pub.get (p_msg_index => -1,
11210: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11211: p_data => l_msg_data,
11212: p_msg_index_out => l_msg_index_out);
11213: l_message := l_message||' ; '||l_msg_data;

Line 11251: fnd_msg_pub.get (p_msg_index => -1,

11247: IF l_msg_count > 0
11248: THEN
11249: FOR i in 1..l_msg_count
11250: LOOP
11251: fnd_msg_pub.get (p_msg_index => -1,
11252: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11253: p_data => l_msg_data,
11254: p_msg_index_out => l_msg_index_out);
11255: l_message := l_message||' ; '||l_msg_data;

Line 11342: fnd_msg_pub.get (p_msg_index => -1,

11338: LOG_MESSAGES('CONTRACT_START_DATE LOCK_CONTRACT_OKS_LINES status: '||l_return_status||',msg_count:'||l_msg_count);
11339: IF l_msg_count > 0 then
11340: FOR i in 1..l_msg_count
11341: LOOP
11342: fnd_msg_pub.get (p_msg_index => -1,
11343: p_encoded => 'F',
11344: p_data => l_msg_data,
11345: p_msg_index_out => l_msg_index_out);
11346: l_message := l_message||' ; '||l_msg_data;

Line 11377: fnd_msg_pub.get (p_msg_index => -1,

11373: IF l_msg_count > 0
11374: THEN
11375: FOR i in 1..l_msg_count
11376: LOOP
11377: fnd_msg_pub.get (p_msg_index => -1,
11378: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11379: p_data => l_msg_data,
11380: p_msg_index_out => l_msg_index_out);
11381: l_message := l_message||' ; '||l_msg_data;

Line 11430: fnd_msg_pub.get (p_msg_index => -1,

11426: IF l_return_status <> G_RET_STS_SUCCESS THEN
11427: IF l_msg_count > 0 Then
11428: FOR i in 1..l_msg_count
11429: LOOP
11430: fnd_msg_pub.get (p_msg_index => -1,
11431: p_encoded => 'F',
11432: p_data => l_msg_data,
11433: p_msg_index_out => l_msg_index_out);
11434: l_message := l_message||' ; '||l_msg_data;

Line 11473: fnd_msg_pub.get (p_msg_index => -1,

11469: IF l_msg_count > 0
11470: THEN
11471: FOR i in 1..l_msg_count
11472: LOOP
11473: fnd_msg_pub.get (p_msg_index => -1,
11474: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11475: p_data => l_msg_data,
11476: p_msg_index_out => l_msg_index_out);
11477: l_message := l_message||' ; '||l_msg_data;

Line 11498: fnd_msg_pub.get (p_msg_index => -1,

11494: IF l_msg_count > 0
11495: THEN
11496: FOR i in 1..l_msg_count
11497: LOOP
11498: fnd_msg_pub.get (p_msg_index => -1,
11499: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11500: p_data => l_msg_data,
11501: p_msg_index_out => l_msg_index_out);
11502:

Line 11542: fnd_msg_pub.get (p_msg_index => -1,

11538:
11539: IF l_msg_count > 0 THEN
11540: FOR i in 1..l_msg_count
11541: LOOP
11542: fnd_msg_pub.get (p_msg_index => -1,
11543: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11544: p_data => l_msg_data,
11545: p_msg_index_out => l_msg_index_out);
11546: l_message := l_message||' ; '||l_msg_data;

Line 11562: fnd_msg_pub.get (p_msg_index => -1,

11558: IF l_msg_count > 0
11559: THEN
11560: FOR i in 1..l_msg_count
11561: LOOP
11562: fnd_msg_pub.get (p_msg_index => -1,
11563: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11564: p_data => l_msg_data,
11565: p_msg_index_out => l_msg_index_out);
11566: l_message := l_message||' ; '||l_msg_data;

Line 11610: fnd_msg_pub.get (p_msg_index => -1,

11606: IF l_msg_count > 0
11607: THEN
11608: FOR i in 1..l_msg_count
11609: LOOP
11610: fnd_msg_pub.get (p_msg_index => -1,
11611: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11612: p_data => l_msg_data,
11613: p_msg_index_out => l_msg_index_out);
11614: l_message := l_message||' ; '||l_msg_data;

Line 11701: fnd_msg_pub.get (p_msg_index => -1,

11697: LOG_MESSAGES('CONTRACT_End_DATE LOCK_CONTRACT_OKS_LINES status: '||l_return_status||',msg_count:'||l_msg_count);
11698: IF l_msg_count > 0 then
11699: FOR i in 1..l_msg_count
11700: LOOP
11701: fnd_msg_pub.get (p_msg_index => -1,
11702: p_encoded => 'F',
11703: p_data => l_msg_data,
11704: p_msg_index_out => l_msg_index_out);
11705: l_message := l_message||' ; '||l_msg_data;

Line 11736: fnd_msg_pub.get (p_msg_index => -1,

11732: IF l_msg_count > 0
11733: THEN
11734: FOR i in 1..l_msg_count
11735: LOOP
11736: fnd_msg_pub.get (p_msg_index => -1,
11737: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11738: p_data => l_msg_data,
11739: p_msg_index_out => l_msg_index_out);
11740: l_message := l_message||' ; '||l_msg_data;

Line 11789: fnd_msg_pub.get (p_msg_index => -1,

11785: IF l_return_status <> G_RET_STS_SUCCESS THEN
11786: IF l_msg_count > 0 Then
11787: FOR i in 1..l_msg_count
11788: LOOP
11789: fnd_msg_pub.get (p_msg_index => -1,
11790: p_encoded => 'F',
11791: p_data => l_msg_data,
11792: p_msg_index_out => l_msg_index_out);
11793: l_message := l_message||' ; '||l_msg_data;

Line 11832: fnd_msg_pub.get (p_msg_index => -1,

11828: IF l_msg_count > 0
11829: THEN
11830: FOR i in 1..l_msg_count
11831: LOOP
11832: fnd_msg_pub.get (p_msg_index => -1,
11833: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11834: p_data => l_msg_data,
11835: p_msg_index_out => l_msg_index_out);
11836: l_message := l_message||' ; '||l_msg_data;

Line 11857: fnd_msg_pub.get (p_msg_index => -1,

11853: IF l_msg_count > 0
11854: THEN
11855: FOR i in 1..l_msg_count
11856: LOOP
11857: fnd_msg_pub.get (p_msg_index => -1,
11858: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11859: p_data => l_msg_data,
11860: p_msg_index_out => l_msg_index_out);
11861:

Line 11901: fnd_msg_pub.get (p_msg_index => -1,

11897:
11898: IF l_msg_count > 0 THEN
11899: FOR i in 1..l_msg_count
11900: LOOP
11901: fnd_msg_pub.get (p_msg_index => -1,
11902: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11903: p_data => l_msg_data,
11904: p_msg_index_out => l_msg_index_out);
11905: l_message := l_message||' ; '||l_msg_data;

Line 11921: fnd_msg_pub.get (p_msg_index => -1,

11917: IF l_msg_count > 0
11918: THEN
11919: FOR i in 1..l_msg_count
11920: LOOP
11921: fnd_msg_pub.get (p_msg_index => -1,
11922: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
11923: p_data => l_msg_data,
11924: p_msg_index_out => l_msg_index_out);
11925: l_message := l_message||' ; '||l_msg_data;

Line 11968: fnd_msg_pub.get (p_msg_index => -1,

11964: THEN
11965: l_message := 'Error while running QA check: ';
11966: FOR i in 1..l_msg_count
11967: LOOP
11968: fnd_msg_pub.get (p_msg_index => -1,
11969: p_encoded => 'F',
11970: p_data => l_msg_data,
11971: p_msg_index_out => l_msg_index_out);
11972: l_message := l_message||' ; '||l_msg_data;

Line 12257: fnd_msg_pub.get (p_msg_index => -1,

12253: IF l_msg_count > 0
12254: THEN
12255: FOR i in 1..l_msg_count
12256: LOOP
12257: fnd_msg_pub.get (p_msg_index => -1,
12258: p_encoded => 'F',
12259: p_data => l_msg_data,
12260: p_msg_index_out => l_msg_index_out);
12261: LOG_MESSAGES('inel Update_Operation_Line: '||l_msg_data);

Line 12610: fnd_msg_pub.get (p_msg_index => -1,

12606: /* IF l_msg_count > 0
12607: THEN
12608: FOR i in 1..l_msg_count
12609: LOOP
12610: fnd_msg_pub.get (p_msg_index => -1,
12611: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
12612: p_data => l_msg_data,
12613: p_msg_index_out => l_msg_index_out);
12614: END LOOP;

Line 12624: fnd_msg_pub.get (p_msg_index => -1,

12620: /* IF l_msg_count > 0
12621: THEN
12622: FOR i in 1..l_msg_count
12623: LOOP
12624: fnd_msg_pub.get (p_msg_index => -1,
12625: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
12626: p_data => l_msg_data,
12627: p_msg_index_out => l_msg_index_out);
12628: END LOOP;

Line 13251: fnd_msg_pub.get (p_msg_index => -1,

13247: IF l_msg_count > 0
13248: THEN
13249: FOR i in 1..l_msg_count
13250: LOOP
13251: fnd_msg_pub.get (p_msg_index => -1,
13252: p_encoded => 'F', -- OKC$APPLICATION.GET_FALSE,
13253: p_data => l_msg_data,
13254: p_msg_index_out => l_msg_index_out);
13255: l_message := l_message||' ; '||l_msg_data;