DBA Data[Home] [Help]

APPS.PV_USER_REGISTRATION_PKG dependencies on DUAL

Line 34: from sys.dual;

30:
31: x_return_status := FND_API.G_RET_STS_SUCCESS;
32:
33: select pv_lead_workflows_s.nextval into l_wf_item_key
34: from sys.dual;
35:
36: wf_engine.CreateProcess( ItemType => l_wf_item_type,
37: ItemKey => l_wf_item_key,
38: process => l_wf_notify_process);