DBA Data[Home] [Help]

APPS.FND_FLEX_KEYVAL dependencies on FND_GLOBAL

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

576:
577: --
578: -- Default security settings, if null.
579: --
580: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
581: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
582: x_user_id := Nvl(p_user_id, fnd_global.user_id());
583:
584: --

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

577: --
578: -- Default security settings, if null.
579: --
580: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
581: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
582: x_user_id := Nvl(p_user_id, fnd_global.user_id());
583:
584: --
585: -- Initialize status codes

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

578: -- Default security settings, if null.
579: --
580: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
581: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
582: x_user_id := Nvl(p_user_id, fnd_global.user_id());
583:
584: --
585: -- Initialize status codes
586: --