DBA Data[Home] [Help]

APPS.FV_BE_FUND_PKG dependencies on FND_GLOBAL

Line 60: l_approver_id := Fnd_Global.user_id;

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

Line 61: g_user_id := Fnd_Global.user_id;

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

Line 62: g_resp_id := Fnd_Global.resp_id;

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