DBA Data[Home] [Help]

APPS.PSP_ER_WORKFLOW dependencies on FND_REQUEST

Line 635: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');

631: select apps.fnd_global.user_id into l_user from dual;
632:
633: if l_resp_id = -1
634: then
635: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');
636: end if;
637: /*End of changes for the bug 10185794 */
638:
639: l_same_approval_level := 'N';

Line 1181: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');

1177: select apps.fnd_global.user_id into l_user from dual;
1178:
1179: if l_resp_id = -1
1180: then
1181: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');
1182: end if;
1183: /*End of changes for the bug 10185794 */
1184:
1185: if funcmode = 'RUN' then

Line 2161: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');

2157: select apps.fnd_global.user_id into l_user from dual;
2158:
2159: if l_resp_id = -1
2160: then
2161: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');
2162: end if;
2163: /*End of changes for the bug 10185794 */
2164:
2165: l_request_id :=

Line 2233: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');

2229: select apps.fnd_global.user_id into l_user from dual;
2230:
2231: if l_resp_id = -1
2232: then
2233: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');
2234: end if;
2235: /*End of changes for the bug 10185794 */
2236:
2237: wf_engine.SetItemAttrText(itemType => 'PSPERAVL',

Line 2415: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');

2411: select apps.fnd_global.user_id into l_user from dual;
2412:
2413: if l_resp_id = -1
2414: then
2415: l_set_options_success := fnd_request.set_options(datagroup=> 'Standard');
2416: end if;
2417: /*End of changes for the bug 10185794 */
2418:
2419: l_request_id := wf_engine.GetItemAttrText(itemtype => itemtype,