DBA Data[Home] [Help]

APPS.AMS_ACT_MESSAGES_PVT dependencies on AMS_LOOKUPS

Line 739: from ams_lookups

735: where message_id = p_message_id;
736:
737: cursor c_get_objtype_name is
738: select meaning
739: from ams_lookups
740: where lookup_type = 'AMS_SYS_ARC_QUALIFIER'
741: and lookup_code = p_msg_used_by;
742:
743: cursor c_chk_actmsg is