DBA Data[Home] [Help]

APPS.FND_FLEX_KEYVAL dependencies on FND_GLOBAL

Line 567: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());

563:
564: --
565: -- Default security settings, if null.
566: --
567: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
568: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
569: x_user_id := Nvl(p_user_id, fnd_global.user_id());
570:
571: --

Line 568: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());

564: --
565: -- Default security settings, if null.
566: --
567: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
568: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
569: x_user_id := Nvl(p_user_id, fnd_global.user_id());
570:
571: --
572: -- Initialize status codes

Line 569: x_user_id := Nvl(p_user_id, fnd_global.user_id());

565: -- Default security settings, if null.
566: --
567: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
568: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
569: x_user_id := Nvl(p_user_id, fnd_global.user_id());
570:
571: --
572: -- Initialize status codes
573: --