DBA Data[Home] [Help]

APPS.PA_PAGE_CONTENTS_PUB dependencies on PA_INTERFACE_UTILS_PUB

Line 111: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

107: -- and return its text
108: -- Bug 5020365. Get the message only if the message is added to stack in this procedure.
109: x_msg_count := FND_MSG_PUB.Count_Msg;
110: IF (l_init_msg_count <>1 AND x_msg_count = 1) THEN
111: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
112: ,p_msg_index => 1
113: ,p_data => x_msg_data
114: ,p_msg_index_out => l_msg_index_out
115: );

Line 212: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE

208: -- IF the number of messages is 1 then fetch the message code from the stack
209: -- and return its text
210: x_msg_count := FND_MSG_PUB.Count_Msg;
211: IF x_msg_count = 1 THEN
212: pa_interface_utils_pub.get_messages ( p_encoded => FND_API.G_TRUE
213: ,p_msg_index => 1
214: ,p_data => x_msg_data
215: ,p_msg_index_out => l_msg_index_out
216: );