DBA Data[Home] [Help]

APPS.FND_FLEX_DESCVAL dependencies on FND_GLOBAL

Line 118: /* If these are not specified the values from FND_GLOBAL will */

114: /* data column does not exist in the appropriate table. */
115: /* The validation date is used to check whether the values are */
116: /* active for that date. The resp_appl_id, and resp_id arguments */
117: /* identify the user for the purposes of value security rules. */
118: /* If these are not specified the values from FND_GLOBAL will */
119: /* be used. The FND_GLOBAL values are set by the form or by */
120: /* the concurrent program that starts this database session. */
121: /* The enabled_activation flag is for internal use only. It is not */
122: /* supported outside of the Application Object Library. */

Line 119: /* be used. The FND_GLOBAL values are set by the form or by */

115: /* The validation date is used to check whether the values are */
116: /* active for that date. The resp_appl_id, and resp_id arguments */
117: /* identify the user for the purposes of value security rules. */
118: /* If these are not specified the values from FND_GLOBAL will */
119: /* be used. The FND_GLOBAL values are set by the form or by */
120: /* the concurrent program that starts this database session. */
121: /* The enabled_activation flag is for internal use only. It is not */
122: /* supported outside of the Application Object Library. */
123: /* ------------------------------------------------------------------------ */

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

725:
726: --
727: -- Default security settings, if null.
728: --
729: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
730: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
731: x_user_id := Nvl(p_user_id, fnd_global.user_id());
732:
733: --

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

726: --
727: -- Default security settings, if null.
728: --
729: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
730: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
731: x_user_id := Nvl(p_user_id, fnd_global.user_id());
732:
733: --
734: -- Initialize status codes

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

727: -- Default security settings, if null.
728: --
729: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
730: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
731: x_user_id := Nvl(p_user_id, fnd_global.user_id());
732:
733: --
734: -- Initialize status codes
735: --