DBA Data[Home] [Help]

APPS.HR_DOR_REVIEW_SS dependencies on WF_STANDARD

Line 4254: WF_STANDARD.Block(itemtype => itemtype,

4250: text_value => actid,
4251: number_value => null,
4252: date_value => null);
4253:
4254: WF_STANDARD.Block(itemtype => itemtype,
4255: itemkey => itemkey,
4256: actid => itemkey,
4257: funcmode => funcmode,
4258: resultout => l_result_out);

Line 4297: WF_STANDARD.Block(itemtype => itemtype,

4293: text_value => actid,
4294: number_value => null,
4295: date_value => null);
4296: hr_utility.set_location('create_bprv_block - funcmode = '||funcmode,40);
4297: WF_STANDARD.Block(itemtype => itemtype,
4298: itemkey => itemkey,
4299: actid => itemkey,
4300: funcmode => funcmode,
4301: resultout => l_result_out);