DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on WIP_WORKFLOW_S

Line 209: select to_char(wip_workflow_s.nextval)

205: l_security_group_id := fnd_global.security_group_id ;
206:
207:
208: if p_itemkey is null then
209: select to_char(wip_workflow_s.nextval)
210: into p_itemkey
211: from dual;
212: end if;
213:

Line 931: select to_char(wip_workflow_s.nextval)

927:
928:
929: for i in 1..num_of_proc loop
930:
931: select to_char(wip_workflow_s.nextval)
932: into childkey
933: from dual;
934:
935: l_ship_qty := wf_engine.GetItemAttrNumber ( itemtype,

Line 1196: select to_char(wip_workflow_s.nextval)

1192: if NOT wip_common_wf_pkg.OSPEnabled then
1193: return;
1194: end if;
1195:
1196: select to_char(wip_workflow_s.nextval)
1197: into l_itemkey
1198: from dual;
1199:
1200: wf_engine.CreateProcess( itemtype => l_itemtype