DBA Data[Home] [Help]

APPS.PA_PERF_NOTIFICATION_PKG dependencies on DUAL

Line 81: FROM dual;

77:
78: -- Get the item key from sequence.
79: SELECT pa_workflow_itemkey_s.nextval
80: INTO l_item_key
81: FROM dual;
82:
83: x_item_key := To_char(l_item_key);
84:
85: