DBA Data[Home] [Help]

APPS.PON_VENDOR_PURGE_GRP dependencies on FND_MSG_PUB

Line 33: FND_MSG_PUB.initialize();

29: END IF;
30:
31: -- Initialize message list if p_init_msg_list is set to TRUE.
32: IF FND_API.to_boolean(p_init_msg_list) THEN
33: FND_MSG_PUB.initialize();
34: END IF;
35:
36: select count(*)
37: into l_vendor_refs

Line 111: FND_MSG_PUB.initialize();

107: END IF;
108:
109: -- Initialize message list if p_init_msg_list is set to TRUE.
110: IF FND_API.to_boolean(p_init_msg_list) THEN
111: FND_MSG_PUB.initialize();
112: END IF;
113:
114: -- since we never validate a vendor purge with a reference in sourcing,
115: -- there is nothing to do here