DBA Data[Home] [Help]

APPS.FND_FLEX_DESCVAL dependencies on FND_FLEX_SERVER4

Line 45: /* FND_FLEX_SERVER4.descval_engine() supports this functionality and was */

41:
42:
43: /* ------------------------------------------------------------------------ */
44: /* The following functions use ROWID and so were not released. The */
45: /* FND_FLEX_SERVER4.descval_engine() supports this functionality and was */
46: /* tested, but these cover functions were not. */
47: /* ------------------------------------------------------------------------ */
48:
49: /* ------------------------------------------------------------------------ */

Line 202: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,

198: -- Initialize everything including all global variables and set user
199: -- Isvalid is initialized to FALSE, serious_error initialized to TRUE.
200: --
201: if(init_all(NULL, NULL, NULL, resp_apid, uresp_id, userid)) then
202: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,
203: user_resp => uresp_id,
204: userid => userid,
205: flex_app_sname => appl_short_name,
206: desc_flex_name => desc_flex_name,

Line 272: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,

268: -- Isvalid is initialized to FALSE, serious_error initialized to TRUE.
269: --
270: if(init_all(resp_appl_id, resp_id, NULL,
271: resp_apid, uresp_id, userid)) then
272: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,
273: user_resp => uresp_id,
274: userid => userid,
275: flex_app_sname => appl_short_name,
276: desc_flex_name => desc_flex_name,

Line 346: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,

342: --
343:
344: if(init_all(resp_appl_id, resp_id, NULL,
345: resp_apid, uresp_id, userid)) then
346: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,
347: user_resp => uresp_id,
348: userid => userid,
349: flex_app_sname => appl_short_name,
350: desc_flex_name => desc_flex_name,

Line 432: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,

428: g_coldef.context_value := SUBSTRB(l_default_context_value, 1, 30);
429: end if;
430: end if;
431:
432: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,
433: user_resp => uresp_id,
434: userid => userid,
435: flex_app_sname => appl_short_name,
436: desc_flex_name => desc_flex_name,

Line 523: FND_FLEX_SERVER4.init_coldef(g_coldef);

519: /* ------------------------------------------------------------------------ */
520:
521: PROCEDURE clear_column_values IS
522: BEGIN
523: FND_FLEX_SERVER4.init_coldef(g_coldef);
524: END clear_column_values;
525:
526: /* ------------------------------------------------------------------------ */
527: /* Functions for getting more details about the most recently */

Line 806: FND_FLEX_SERVER4.init_coldef(g_coldef);

802: sta_serious_err := (v_stat = FND_FLEX_SERVER1.VV_ERROR);
803:
804: -- Clear column definitions
805: --
806: FND_FLEX_SERVER4.init_coldef(g_coldef);
807:
808: END set_stati;
809:
810: /* ------------------------------------------------------------------------ */