DBA Data[Home] [Help]

APPS.FND_FLEX_DESCVAL dependencies on FND_GLOBAL

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

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

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

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

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

736:
737: --
738: -- Default security settings, if null.
739: --
740: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
741: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
742: x_user_id := Nvl(p_user_id, fnd_global.user_id());
743:
744: --

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

737: --
738: -- Default security settings, if null.
739: --
740: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
741: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
742: x_user_id := Nvl(p_user_id, fnd_global.user_id());
743:
744: --
745: -- Initialize status codes

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

738: -- Default security settings, if null.
739: --
740: x_resp_appl_id := Nvl(p_resp_appl_id, fnd_global.resp_appl_id());
741: x_resp_id := Nvl(p_resp_id, fnd_global.resp_id());
742: x_user_id := Nvl(p_user_id, fnd_global.user_id());
743:
744: --
745: -- Initialize status codes
746: --