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 141: FND_MSG_PUB.initialize;

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

Line 218: -- maintained by FND_MSG_PUB.

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

Line 370: FND_MSG_PUB.initialize;

366: PO_LOG.proc_end(d_module);
367: END IF;
368:
369: IF (p_init_msg_list = FND_API.G_TRUE) THEN
370: FND_MSG_PUB.initialize;
371: END IF;
372:
373: IF (NOT FND_API.Compatible_API_Call
374: ( p_current_version_number => d_api_version,

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

418:
419: -- For Catalog Upload, we need to return error messaeg in case
420: -- an error occurs.
421: IF (x_return_status <> 'S') THEN
422: FOR i IN 1..FND_MSG_PUB.count_msg LOOP
423: l_msg_temp := FND_MSG_PUB.get
424: ( p_msg_index => i,
425: p_encoded => 'F'
426: );

Line 423: l_msg_temp := FND_MSG_PUB.get

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

Line 467: -- maintained by FND_MSG_PUB.

463: --p_api_version
464: -- API version of the program caller assumes
465: --p_init_msg_list
466: -- FND_API.G_TRUE if caller expects PDOI to initialize the message stack
467: -- maintained by FND_MSG_PUB.
468: -- FND_API.G_FALSE otherwise
469: --p_validation_level
470: -- Currently this parameter has no effect. PDOI always does full validation
471: --p_commit

Line 529: FND_MSG_PUB.initialize;

525: PO_LOG.proc_end(d_module);
526: END IF;
527:
528: IF (p_init_msg_list = FND_API.G_TRUE) THEN
529: FND_MSG_PUB.initialize;
530: END IF;
531:
532: IF (NOT FND_API.Compatible_API_Call
533: ( p_current_version_number => d_api_version,