DBA Data[Home] [Help]

APPS.PO_PDOI_GRP dependencies on FND_MSG_PUB

Line 23: -- maintained by FND_MSG_PUB.

19: --p_api_version
20: -- API version of the program caller assumes
21: --p_init_msg_list
22: -- FND_API.G_TRUE if caller expects PDOI to initialize the message stack
23: -- maintained by FND_MSG_PUB.
24: -- FND_API.G_FALSE otherwise
25: --p_validation_level
26: -- Currently this parameter has no effect. PDOI always does full validation
27: --p_commit

Line 144: FND_MSG_PUB.initialize;

140: PO_LOG.proc_end(d_module);
141: END IF;
142:
143: IF (p_init_msg_list = FND_API.G_TRUE) THEN
144: FND_MSG_PUB.initialize;
145: END IF;
146:
147: IF (NOT FND_API.Compatible_API_Call
148: ( p_current_version_number => d_api_version,

Line 222: -- maintained by FND_MSG_PUB.

218: --p_api_version
219: -- API version of the program caller assumes
220: --p_init_msg_list
221: -- FND_API.G_TRUE if caller expects PDOI to initialize the message stack
222: -- maintained by FND_MSG_PUB.
223: -- FND_API.G_FALSE otherwise
224: --p_validation_level
225: -- Currently this parameter has no effect. PDOI always does full validation
226: --p_commit

Line 375: FND_MSG_PUB.initialize;

371: PO_LOG.proc_end(d_module);
372: END IF;
373:
374: IF (p_init_msg_list = FND_API.G_TRUE) THEN
375: FND_MSG_PUB.initialize;
376: END IF;
377:
378: IF (NOT FND_API.Compatible_API_Call
379: ( p_current_version_number => d_api_version,

Line 428: FOR i IN 1..FND_MSG_PUB.count_msg LOOP

424:
425: -- For Catalog Upload, we need to return error messaeg in case
426: -- an error occurs.
427: IF (x_return_status <> 'S') THEN
428: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
429: l_msg_temp := FND_MSG_PUB.get
430: ( p_msg_index => i,
431: p_encoded => 'F'
432: );

Line 429: l_msg_temp := FND_MSG_PUB.get

425: -- For Catalog Upload, we need to return error messaeg in case
426: -- an error occurs.
427: IF (x_return_status <> 'S') THEN
428: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
429: l_msg_temp := FND_MSG_PUB.get
430: ( p_msg_index => i,
431: p_encoded => 'F'
432: );
433:

Line 473: -- maintained by FND_MSG_PUB.

469: --p_api_version
470: -- API version of the program caller assumes
471: --p_init_msg_list
472: -- FND_API.G_TRUE if caller expects PDOI to initialize the message stack
473: -- maintained by FND_MSG_PUB.
474: -- FND_API.G_FALSE otherwise
475: --p_validation_level
476: -- Currently this parameter has no effect. PDOI always does full validation
477: --p_commit

Line 536: FND_MSG_PUB.initialize;

532: PO_LOG.proc_end(d_module);
533: END IF;
534:
535: IF (p_init_msg_list = FND_API.G_TRUE) THEN
536: FND_MSG_PUB.initialize;
537: END IF;
538:
539: IF (NOT FND_API.Compatible_API_Call
540: ( p_current_version_number => d_api_version,