DBA Data[Home] [Help]

APPS.OKC_XPRT_QA_PVT dependencies on FND_GLOBAL

Line 289: l_conc_request_id CONSTANT Number := Fnd_Global.Conc_Request_Id;

285: x_msg_count OUT NOCOPY NUMBER,
286: x_msg_data OUT NOCOPY VARCHAR2
287: ) IS
288:
289: l_conc_request_id CONSTANT Number := Fnd_Global.Conc_Request_Id;
290:
291: TYPE circ_rec IS REF CURSOR;
292: insert_cursor circ_rec;
293: -- cursor to retrieve rule name

Line 2902: WHERE name = FND_GLOBAL.USER_NAME;

2898:
2899: CURSOR csr_wf_role_user IS
2900: SELECT name
2901: FROM wf_roles
2902: WHERE name = FND_GLOBAL.USER_NAME;
2903:
2904: BEGIN
2905:
2906: -- start debug log

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