DBA Data[Home] [Help]

APPS.OKC_XPRT_QA_PVT dependencies on FND_SUBMIT

Line 2943: l_notify := fnd_submit.add_notification(FND_GLOBAL.USER_NAME);

2939: OPEN csr_wf_role_user;
2940: FETCH csr_wf_role_user INTO l_user_name;
2941: IF csr_wf_role_user%FOUND THEN
2942: -- set Notify user
2943: l_notify := fnd_submit.add_notification(FND_GLOBAL.USER_NAME);
2944: END IF; --
2945: CLOSE csr_wf_role_user;
2946:
2947: -- Submit the Concurrent Program