DBA Data[Home] [Help]

APPS.PV_WORKFLOW_PUB dependencies on STANDARD

Line 316: wf_standard.block(itemtype => itemtype,

312: if l_return_status <> FND_API.G_RET_STS_SUCCESS then
313: raise FND_API.G_EXC_ERROR;
314: end if;
315:
316: wf_standard.block(itemtype => itemtype,
317: itemkey => itemkey,
318: actid => actid,
319: funcmode => 'RUN',
320: resultout => l_resultout);

Line 1091: wf_standard.block(itemtype => itemtype,

1087:
1088: end if;
1089: end if;
1090:
1091: wf_standard.block(itemtype => itemtype,
1092: itemkey => itemkey,
1093: actid => actid,
1094: funcmode => 'RUN',
1095: resultout => l_resultout);