DBA Data[Home] [Help]

APPS.CSFW_DEBRIEF_PUB dependencies on FND_MSG_PUB

Line 65: fnd_msg_pub.get

61: ELSE
62:
63: FOR l_counter IN 1 .. l_msg_count
64: LOOP
65: fnd_msg_pub.get
66: ( p_msg_index => l_counter
67: , p_encoded => FND_API.G_FALSE
68: , p_data => l_data
69: , p_msg_index_out => l_msg_index_out

Line 301: fnd_msg_pub.get

297:
298: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
299: FOR l_counter IN 1 .. l_msg_count
300: LOOP
301: fnd_msg_pub.get
302: ( p_msg_index => l_counter
303: , p_encoded => FND_API.G_FALSE
304: , p_data => l_data
305: , p_msg_index_out => l_msg_index_out

Line 437: fnd_msg_pub.get

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

Line 570: fnd_msg_pub.get

566: NULL;
567: ELSE
568: FOR l_counter IN 1 .. l_msg_count
569: LOOP
570: fnd_msg_pub.get
571: ( p_msg_index => l_counter
572: , p_encoded => FND_API.G_FALSE
573: , p_data => l_data
574: , p_msg_index_out => l_msg_index_out

Line 784: fnd_msg_pub.get

780: NULL;
781: ELSE
782: FOR l_counter IN 1 .. l_msg_count
783: LOOP
784: fnd_msg_pub.get
785: ( p_msg_index => l_counter
786: , p_encoded => FND_API.G_FALSE
787: , p_data => l_data
788: , p_msg_index_out => l_msg_index_out

Line 1455: fnd_msg_pub.get

1451: p_ret_dbfLine_id := P_DEBRIEF_LINE_Rec.DEBRIEF_LINE_ID; -- for DFF
1452: ELSE
1453: FOR l_counter IN 1 .. l_msg_count
1454: LOOP
1455: fnd_msg_pub.get
1456: ( p_msg_index => l_counter
1457: , p_encoded => FND_API.G_FALSE
1458: , p_data => l_data
1459: , p_msg_index_out => l_msg_index_out

Line 1978: fnd_msg_pub.get

1974: else
1975: l_interface_status := 'FAILED';
1976: FOR l_counter IN 1 .. l_msg_count
1977: LOOP
1978: fnd_msg_pub.get
1979: ( p_msg_index => l_counter
1980: , p_encoded => FND_API.G_FALSE
1981: , p_data => l_data
1982: , p_msg_index_out => l_msg_index_out

Line 2252: fnd_msg_pub.get

2248: else
2249: l_interface_status := 'FAILED';
2250: FOR l_counter IN 1 .. l_msg_count
2251: LOOP
2252: fnd_msg_pub.get
2253: ( p_msg_index => l_counter
2254: , p_encoded => FND_API.G_FALSE
2255: , p_data => l_data
2256: , p_msg_index_out => l_msg_index_out

Line 2477: fnd_msg_pub.get

2473: p_error := FND_API.G_RET_STS_SUCCESS;
2474: ELSE
2475: FOR l_counter IN 1 .. l_msg_count
2476: LOOP
2477: fnd_msg_pub.get
2478: ( p_msg_index => l_counter
2479: , p_encoded => FND_API.G_FALSE
2480: , p_data => l_data
2481: , p_msg_index_out => l_msg_index_out

Line 2639: FND_MSG_PUB.Get (

2635: commit;
2636: ELSE
2637: FOR l_counter IN 1 .. p_error_count
2638: LOOP
2639: FND_MSG_PUB.Get (
2640: p_msg_index => l_counter,
2641: p_encoded => FND_API.G_FALSE,
2642: p_data => l_error_msg,
2643: p_msg_index_out => l_msg_index_out