DBA Data[Home] [Help]

APPS.CSFW_TASKS_PUB dependencies on FND_MSG_PUB

Line 439: fnd_msg_pub.get

435: commit work;
436: ELSE
437: FOR l_counter IN 1 .. l_msg_count
438: LOOP
439: fnd_msg_pub.get
440: ( p_msg_index => l_counter
441: , p_encoded => FND_API.G_FALSE
442: , p_data => l_data
443: , p_msg_index_out => l_msg_index_out

Line 512: fnd_msg_pub.get

508: x_error := FND_API.G_RET_STS_SUCCESS;
509: ELSE
510: FOR l_counter IN 1 .. l_msg_count
511: LOOP
512: fnd_msg_pub.get
513: ( p_msg_index => l_counter
514: , p_encoded => FND_API.G_FALSE
515: , p_data => l_data
516: , p_msg_index_out => l_msg_index_out

Line 530: fnd_msg_pub.get

526:
527: ELSE
528: FOR l_counter IN 1 .. l_msg_count
529: LOOP
530: fnd_msg_pub.get
531: ( p_msg_index => l_counter
532: , p_encoded => FND_API.G_FALSE
533: , p_data => l_data
534: , p_msg_index_out => l_msg_index_out

Line 546: fnd_msg_pub.get

542:
543: ELSE
544: FOR l_counter IN 1 .. l_msg_count
545: LOOP
546: fnd_msg_pub.get
547: ( p_msg_index => l_counter
548: , p_encoded => FND_API.G_FALSE
549: , p_data => l_data
550: , p_msg_index_out => l_msg_index_out

Line 919: fnd_msg_pub.get

915: x_error := FND_API.G_RET_STS_SUCCESS;
916: ELSE
917: FOR l_counter IN 1 .. l_msg_count
918: LOOP
919: fnd_msg_pub.get
920: ( p_msg_index => l_counter
921: , p_encoded => FND_API.G_FALSE
922: , p_data => l_data
923: , p_msg_index_out => l_msg_index_out

Line 1414: fnd_msg_pub.get

1410: ELSE
1411: x_error_id := 2;
1412: FOR l_counter IN 1 .. x_msg_count
1413: LOOP
1414: fnd_msg_pub.get
1415: ( p_msg_index => l_counter
1416: , p_encoded => FND_API.G_FALSE
1417: , p_data => l_data
1418: , p_msg_index_out => l_msg_index_out

Line 1610: fnd_msg_pub.get

1606: commit;
1607: ELSE
1608: FOR l_counter IN 1 .. x_msg_count
1609: LOOP
1610: fnd_msg_pub.get
1611: ( p_msg_index => l_counter
1612: , p_encoded => FND_API.G_FALSE
1613: , p_data => l_data
1614: , p_msg_index_out => l_msg_index_out

Line 1769: fnd_msg_pub.get

1765: commit;
1766: end if;
1767:
1768: -- bug 5351199
1769: fnd_msg_pub.get
1770: ( p_msg_index => x_msg_count
1771: , p_encoded => FND_API.G_FALSE
1772: , p_data => x_error
1773: , p_msg_index_out => l_msg_count