DBA Data[Home] [Help]

APPS.AMW_PROJECT_EVENT_PVT dependencies on STANDARD

Line 1095: -- Standard call to get message count and if count=1, get the message

1091:
1092: EXCEPTION
1093: WHEN OTHERS THEN
1094: x_return_status := fnd_api.g_ret_sts_unexp_error;
1095: -- Standard call to get message count and if count=1, get the message
1096: fnd_msg_pub.count_and_get (p_encoded => fnd_api.g_false,
1097: p_count => x_msg_count,
1098: p_data => x_msg_data);
1099: end UPDATE_SIGNOFF_STATUS;