DBA Data[Home] [Help]

APPS.AST_ROUTING_PUB dependencies on AMS_EVENT_REGISTRATIONS

Line 391: from ams_event_registrations

387: l_more_partyID NUMBER;
388:
389: cursor getPartyIDfromEvRegCode (p_EvRegCode VARCHAR2) is
390: select registrant_party_id
391: from ams_event_registrations
392: where confirmation_code = p_EvRegCode;
393:
394: begin
395: if p_object_value is null or p_object_value = '' then