DBA Data[Home] [Help]

APPS.OKC_XPRT_QA_PVT dependencies on FND_SUBMIT

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

3019: OPEN csr_wf_role_user;
3020: FETCH csr_wf_role_user INTO l_user_name;
3021: IF csr_wf_role_user%FOUND THEN
3022: -- set Notify user
3023: l_notify := fnd_submit.add_notification(FND_GLOBAL.USER_NAME);
3024: END IF; --
3025: CLOSE csr_wf_role_user;
3026:
3027: -- Submit the Concurrent Program