DBA Data[Home] [Help]

APPS.WF_ENGINE_BULK dependencies on WF_ITEM_ACTIVITY_STATUSES

Line 1209: -- bulk insert into WF_ITEM_ACTIVITY_STATUSES

1205:
1206: --increment the execution time counter value
1207: g_execCount:=g_execCount+1;
1208:
1209: -- bulk insert into WF_ITEM_ACTIVITY_STATUSES
1210: begin
1211: forall arrInd in l_itemkeys.FIRST..l_itemkeys.LAST save exceptions
1212: insert
1213: into WF_ITEM_ACTIVITY_STATUSES (

Line 1213: into WF_ITEM_ACTIVITY_STATUSES (

1209: -- bulk insert into WF_ITEM_ACTIVITY_STATUSES
1210: begin
1211: forall arrInd in l_itemkeys.FIRST..l_itemkeys.LAST save exceptions
1212: insert
1213: into WF_ITEM_ACTIVITY_STATUSES (
1214: ITEM_TYPE,
1215: ITEM_KEY,
1216: PROCESS_ACTIVITY,
1217: ACTIVITY_STATUS,

Line 1512: into WF_ITEM_ACTIVITY_STATUSES (

1508: if l_itemkeys.count>0 then
1509: begin
1510: forall arrInd in l_itemkeys.FIRST..l_itemkeys.LAST save exceptions
1511: insert
1512: into WF_ITEM_ACTIVITY_STATUSES (
1513: ITEM_TYPE,
1514: ITEM_KEY,
1515: PROCESS_ACTIVITY,
1516: ACTIVITY_STATUS,

Line 1748: -- bulk insert into WF_ITEM_ACTIVITY_STATUSES

1744: -- insert the process into the item activity statuses table
1745:
1746: -- increment the execution time counter by 1.
1747: g_execCount:=g_execCount+1;
1748: -- bulk insert into WF_ITEM_ACTIVITY_STATUSES
1749: begin
1750: forall arrInd in l_itemkeys.FIRST..l_itemkeys.LAST save exceptions
1751: insert
1752: into WF_ITEM_ACTIVITY_STATUSES (

Line 1752: into WF_ITEM_ACTIVITY_STATUSES (

1748: -- bulk insert into WF_ITEM_ACTIVITY_STATUSES
1749: begin
1750: forall arrInd in l_itemkeys.FIRST..l_itemkeys.LAST save exceptions
1751: insert
1752: into WF_ITEM_ACTIVITY_STATUSES (
1753: ITEM_TYPE,
1754: ITEM_KEY,
1755: PROCESS_ACTIVITY,
1756: ACTIVITY_STATUS,

Line 1939: into WF_ITEM_ACTIVITY_STATUSES (

1935: -- for all the itemkeys.
1936: begin
1937: forall arrInd in l_itemkeys.FIRST..l_itemkeys.LAST save exceptions
1938: insert
1939: into WF_ITEM_ACTIVITY_STATUSES (
1940: ITEM_TYPE,
1941: ITEM_KEY,
1942: PROCESS_ACTIVITY,
1943: ACTIVITY_STATUS,