DBA Data[Home] [Help]

APPS.UMX_USERNAME_POLICY_PVT dependencies on DUAL

Line 41: select UMX_USERNAME_POLICY_S.nextval into l_event_key from dual;

37: -- Raising the Business Event
38: -- p_person_party_id could be null. In this case, we expect the subscription to handle
39: -- the null party id.
40: wf_event.addParametertoList('UMX_PERSON_PARTY_ID', p_person_party_id, l_parameter_list);
41: select UMX_USERNAME_POLICY_S.nextval into l_event_key from dual;
42:
43: -- Log the event key
44: if (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) then
45: FND_LOG.STRING (FND_LOG.LEVEL_PROCEDURE,