DBA Data[Home] [Help]

APPS.GMI_APIXML_PKG dependencies on FND_MSG_PUB

Line 567: FND_MSG_PUB.Get(

563: ELSE
564: FOR l_loop_cnt IN 1..l_count
565: LOOP
566:
567: FND_MSG_PUB.Get(
568: p_msg_index => l_loop_cnt,
569: p_data => l_data,
570: p_encoded => FND_API.G_FALSE,
571: p_msg_index_out => l_dummy_cnt);

Line 653: l_count_msg := fnd_msg_pub.Count_Msg;

649:
650: WHEN e_txn_failed THEN
651: resultout := 'COMPLETE:N';
652: -- API Failed. Error message must be on stack.
653: l_count_msg := fnd_msg_pub.Count_Msg;
654:
655: FOR l_loop_cnt IN 1..l_count_msg
656: LOOP
657: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

Line 657: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

653: l_count_msg := fnd_msg_pub.Count_Msg;
654:
655: FOR l_loop_cnt IN 1..l_count_msg
656: LOOP
657: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,
658: P_data => l_data,
659: P_encoded => FND_API.G_FALSE,
660: P_msg_index_out => l_dummy_cnt);
661:

Line 932: FND_MSG_PUB.Get(

928:
929: FOR l_loop_cnt IN 1..l_count
930: LOOP
931:
932: FND_MSG_PUB.Get(
933: p_msg_index => l_loop_cnt,
934: p_data => l_data,
935: p_encoded => FND_API.G_FALSE,
936: p_msg_index_out => l_dummy_cnt);

Line 1019: l_count_msg := fnd_msg_pub.Count_Msg;

1015:
1016: WHEN e_item_creation_failed THEN
1017: resultout := 'COMPLETE:N';
1018: -- API Failed. Error message must be on stack.
1019: l_count_msg := fnd_msg_pub.Count_Msg;
1020:
1021: FOR l_loop_cnt IN 1..l_count_msg
1022: LOOP
1023: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

Line 1023: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

1019: l_count_msg := fnd_msg_pub.Count_Msg;
1020:
1021: FOR l_loop_cnt IN 1..l_count_msg
1022: LOOP
1023: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,
1024: P_data => l_data,
1025: P_encoded => FND_API.G_FALSE,
1026: P_msg_index_out => l_dummy_cnt);
1027:

Line 1258: FND_MSG_PUB.Get(

1254:
1255: FOR l_loop_cnt IN 1..l_count
1256: LOOP
1257:
1258: FND_MSG_PUB.Get(
1259: p_msg_index => l_loop_cnt,
1260: p_data => l_data,
1261: p_encoded => FND_API.G_FALSE,
1262: p_msg_index_out => l_dummy_cnt);

Line 1344: l_count_msg := fnd_msg_pub.Count_Msg;

1340:
1341: WHEN e_lot_failed THEN
1342: resultout := 'COMPLETE:N';
1343: -- API Failed. Error message must be on stack.
1344: l_count_msg := fnd_msg_pub.Count_Msg;
1345:
1346: FOR l_loop_cnt IN 1..l_count_msg
1347: LOOP
1348: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

Line 1348: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

1344: l_count_msg := fnd_msg_pub.Count_Msg;
1345:
1346: FOR l_loop_cnt IN 1..l_count_msg
1347: LOOP
1348: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,
1349: P_data => l_data,
1350: P_encoded => FND_API.G_FALSE,
1351: P_msg_index_out => l_dummy_cnt);
1352:

Line 1523: FND_MSG_PUB.Get(

1519: ELSE
1520: FOR l_loop_cnt IN 1..l_count
1521: LOOP
1522:
1523: FND_MSG_PUB.Get(
1524: p_msg_index => l_loop_cnt,
1525: p_data => l_data,
1526: p_encoded => FND_API.G_FALSE,
1527: p_msg_index_out => l_dummy_cnt);

Line 1611: l_count_msg := fnd_msg_pub.Count_Msg;

1607:
1608: WHEN e_lot_conv_failed THEN
1609: resultout := 'COMPLETE:N';
1610: -- API Failed. Error message must be on stack.
1611: l_count_msg := fnd_msg_pub.Count_Msg;
1612:
1613: FOR l_loop_cnt IN 1..l_count_msg
1614: LOOP
1615: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

Line 1615: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,

1611: l_count_msg := fnd_msg_pub.Count_Msg;
1612:
1613: FOR l_loop_cnt IN 1..l_count_msg
1614: LOOP
1615: FND_MSG_PUB.GET(P_msg_index => l_loop_cnt,
1616: P_data => l_data,
1617: P_encoded => FND_API.G_FALSE,
1618: P_msg_index_out => l_dummy_cnt);
1619: