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 517: FND_MSG_PUB.Add;

513: l_row_count := 0;
514: END IF;
515: FND_MESSAGE.SET_TOKEN('ROWS_DELETED',l_row_count);
516: -- Add message to API message list.
517: FND_MSG_PUB.Add;
518:
519:
520: -- Get message count and if 1, return message data.
521: FND_MSG_PUB.Count_And_Get

Line 521: FND_MSG_PUB.Count_And_Get

517: FND_MSG_PUB.Add;
518:
519:
520: -- Get message count and if 1, return message data.
521: FND_MSG_PUB.Count_And_Get
522: ( p_count => x_msg_count,
523: p_data => x_msg_data
524: );
525:

Line 573: FND_MSG_PUB.Count_And_Get

569: PO_LOG.proc_end(d_module, 'x_return_status', x_return_status);
570: PO_LOG.proc_end(d_module);
571: END IF;
572:
573: FND_MSG_PUB.Count_And_Get
574: ( p_count => x_msg_count,
575: p_data => x_msg_data
576: );
577: