DBA Data[Home] [Help]

APPS.WSH_PO_INTEGRATION_GRP dependencies on FND_MSG_PUB

Line 97: FND_MSG_PUB.initialize;

93: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
94: END IF;
95:
96: IF FND_API.to_boolean(p_init_msg_list) THEN
97: FND_MSG_PUB.initialize;
98: END IF;
99:
100:
101: -- Loop goes through all the header IDs present in p_in_rec.

Line 124: FND_MSG_PUB.Count_And_Get(

120: END IF;
121: END LOOP;
122:
123:
124: FND_MSG_PUB.Count_And_Get(
125: p_count => x_msg_count,
126: p_data => x_msg_data,
127: p_encoded => FND_API.G_FALSE);
128:

Line 243: FND_MSG_PUB.initialize;

239: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
240: END IF;
241:
242: IF FND_API.to_boolean(p_init_msg_list) THEN
243: FND_MSG_PUB.initialize;
244: END IF;
245:
246:
247: --updates the status of all i/p lines to 'P' (purge).

Line 284: FND_MSG_PUB.Count_And_Get(

280: END IF;
281: -- End of Code for DBI Project
282: --
283:
284: FND_MSG_PUB.Count_And_Get(
285: p_count => x_msg_count,
286: p_data => x_msg_data,
287: p_encoded => FND_API.G_FALSE);
288:

Line 372: FND_MSG_PUB.initialize;

368: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
369: END IF;
370: --
371: IF FND_API.to_boolean(p_init_msg_list) THEN
372: FND_MSG_PUB.initialize;
373: END IF;
374: --
375: FND_MSG_PUB.Count_And_Get(
376: p_count => x_msg_count,

Line 375: FND_MSG_PUB.Count_And_Get(

371: IF FND_API.to_boolean(p_init_msg_list) THEN
372: FND_MSG_PUB.initialize;
373: END IF;
374: --
375: FND_MSG_PUB.Count_And_Get(
376: p_count => x_msg_count,
377: p_data => x_msg_data,
378: p_encoded => FND_API.G_FALSE);
379: --

Line 538: FND_MSG_PUB.initialize;

534: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
535: END IF;
536: --
537: IF FND_API.to_boolean(p_init_msg_list) THEN
538: FND_MSG_PUB.initialize;
539: END IF;
540: --
541: -- Get last_update_date from WND and WTH
542: --

Line 603: FND_MSG_PUB.Count_And_Get(

599: END IF;
600: --
601: x_out_rec.hasChanged := l_changed;
602: --
603: FND_MSG_PUB.Count_And_Get(
604: p_count => x_msg_count,
605: p_data => x_msg_data,
606: p_encoded => FND_API.G_FALSE);
607: --

Line 619: FND_MSG_PUB.Count_And_Get

615: WHEN FND_API.G_EXC_ERROR THEN
616: --
617: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
618: --
619: FND_MSG_PUB.Count_And_Get
620: (
621: p_count => x_msg_count,
622: p_data => x_msg_data,
623: p_encoded => FND_API.G_FALSE

Line 635: FND_MSG_PUB.Count_And_Get

631: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
632: --
633: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR ;
634: --
635: FND_MSG_PUB.Count_And_Get
636: (
637: p_count => x_msg_count,
638: p_data => x_msg_data,
639: p_encoded => FND_API.G_FALSE

Line 794: FND_MSG_PUB.initialize;

790: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
791: END IF;
792: --
793: IF FND_API.to_boolean(p_init_msg_list) THEN
794: FND_MSG_PUB.initialize;
795: END IF;
796: --
797: x_out_rec.is_valid := TRUE;
798: --

Line 869: FND_MSG_PUB.Count_And_Get(

865: l_index := p_in_rec.po_line_id_tbl.NEXT(l_index);
866: END LOOP;
867:
868:
869: FND_MSG_PUB.Count_And_Get(
870: p_count => x_msg_count,
871: p_data => x_msg_data,
872: p_encoded => FND_API.G_FALSE);
873:

Line 891: FND_MSG_PUB.Count_And_Get

887: --
888: x_out_rec.is_valid := FALSE;
889: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
890: --
891: FND_MSG_PUB.Count_And_Get
892: (
893: p_count => x_msg_count,
894: p_data => x_msg_data,
895: p_encoded => FND_API.G_FALSE