DBA Data[Home] [Help]

APPS.AMW_PROCESS_OBJECTIVES_B_PKG dependencies on AMW_UTILITY_PVT

Line 616: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');

612: IF FND_API.to_Boolean( p_init_msg_list ) THEN
613: FND_MSG_PUB.initialize;
614: END IF;
615: IF FND_GLOBAL.User_Id IS NULL THEN
616: AMW_Utility_PVT.Error_Message(p_message_name => 'USER_PROFILE_MISSING');
617: RAISE FND_API.G_EXC_ERROR;
618: END IF;
619:
620: delete from amw_objective_associations where object_type = p_object_type and pk1 = p_pk1;