DBA Data[Home] [Help]

APPS.WIP_OPERATIONS_GRP dependencies on STANDARD

Line 89: -- Standard call to get message count and if count is 1, get message info.

85: x_percentage_complete := l_total_complete / l_scheduled_hours;
86:
87: x_scheduled_hours := l_scheduled_hours ;
88:
89: -- Standard call to get message count and if count is 1, get message info.
90: FND_MSG_PUB.Count_And_Get
91: ( p_count => x_msg_count,
92: p_data => x_msg_data
93: );