DBA Data[Home] [Help]

APPS.CSI_INV_DISCREPANCY_PKG dependencies on DUAL

Line 1230: From dual;

1226:
1227: -- Sequence generation which will be used for item uniqueness
1228: Select CSI_WF_ITEM_KEY_NUMBER_S.Nextval
1229: Into l_itemkey_seq
1230: From dual;
1231:
1232: l_itemkey := 'CSI-'||l_itemkey_seq;
1233:
1234: WF_ENGINE.CreateProcess