DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on WIP_WORKFLOW_S

Line 252: select to_char(wip_workflow_s.nextval)

248: l_security_group_id := fnd_global.security_group_id ;
249:
250:
251: if p_itemkey is null then
252: select to_char(wip_workflow_s.nextval)
253: into p_itemkey
254: from dual;
255: end if;
256:

Line 974: select to_char(wip_workflow_s.nextval)

970:
971:
972: for i in 1..num_of_proc loop
973:
974: select to_char(wip_workflow_s.nextval)
975: into childkey
976: from dual;
977:
978: l_ship_qty := wf_engine.GetItemAttrNumber ( itemtype,

Line 1239: select to_char(wip_workflow_s.nextval)

1235: if NOT wip_common_wf_pkg.OSPEnabled then
1236: return;
1237: end if;
1238:
1239: select to_char(wip_workflow_s.nextval)
1240: into l_itemkey
1241: from dual;
1242:
1243: wf_engine.CreateProcess( itemtype => l_itemtype