DBA Data[Home] [Help]

APPS.FV_BE_FUND_PKG dependencies on FND_GLOBAL

Line 63: l_approver_id := Fnd_Global.user_id;

59: Fv_Utility.Log_mesg(Fnd_Log.LEVEL_ERROR, l_module_name||
60: '.message1',errbuf);
61: RETURN;
62: END IF;
63: l_approver_id := Fnd_Global.user_id;
64: g_user_id := Fnd_Global.user_id;
65: g_resp_id := Fnd_Global.resp_id;
66: g_log_msg := 'Y';
67:

Line 64: g_user_id := Fnd_Global.user_id;

60: '.message1',errbuf);
61: RETURN;
62: END IF;
63: l_approver_id := Fnd_Global.user_id;
64: g_user_id := Fnd_Global.user_id;
65: g_resp_id := Fnd_Global.resp_id;
66: g_log_msg := 'Y';
67:
68: FOR doc_rec IN fetch_doc_id LOOP

Line 65: g_resp_id := Fnd_Global.resp_id;

61: RETURN;
62: END IF;
63: l_approver_id := Fnd_Global.user_id;
64: g_user_id := Fnd_Global.user_id;
65: g_resp_id := Fnd_Global.resp_id;
66: g_log_msg := 'Y';
67:
68: FOR doc_rec IN fetch_doc_id LOOP
69: