DBA Data[Home] [Help]

APPS.PO_VENDORMERGE_GRP dependencies on FND_MSG_PUB

Line 101: FND_MSG_PUB.initialize;

97:
98: -- Initialize API message list if necessary.
99: -- Initialize message list if p_init_msg_list is set to TRUE.
100: IF FND_API.to_Boolean( p_init_msg_list) THEN
101: FND_MSG_PUB.initialize;
102: END IF;
103:
104: d_progress := 10;
105: --

Line 607: FND_MSG_PUB.Add;

603: l_row_count := 0;
604: END IF;
605: FND_MESSAGE.SET_TOKEN('ROWS_DELETED',l_row_count);
606: -- Add message to API message list.
607: FND_MSG_PUB.Add;
608:
609:
610: -- Get message count and if 1, return message data.
611: FND_MSG_PUB.Count_And_Get

Line 611: FND_MSG_PUB.Count_And_Get

607: FND_MSG_PUB.Add;
608:
609:
610: -- Get message count and if 1, return message data.
611: FND_MSG_PUB.Count_And_Get
612: ( p_count => x_msg_count,
613: p_data => x_msg_data
614: );
615:

Line 663: FND_MSG_PUB.Count_And_Get

659: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);
660: PO_LOG.proc_end(d_module);
661: END IF;
662:
663: FND_MSG_PUB.Count_And_Get
664: ( p_count => x_msg_count,
665: p_data => x_msg_data
666: );
667: