DBA Data[Home] [Help]

APPS.FND_FLEX_DESCVAL dependencies on FND_FLEX_SERVER4

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

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

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

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

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

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

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

338: --
339:
340: if(init_all(resp_appl_id, resp_id, NULL,
341: resp_apid, uresp_id, userid)) then
342: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,
343: user_resp => uresp_id,
344: userid => userid,
345: flex_app_sname => appl_short_name,
346: desc_flex_name => desc_flex_name,

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

417: --
418: if(init_all(resp_appl_id, resp_id, NULL,
419: resp_apid, uresp_id, userid)) then
420:
421: FND_FLEX_SERVER4.descval_engine(user_apid => resp_apid,
422: user_resp => uresp_id,
423: userid => userid,
424: flex_app_sname => appl_short_name,
425: desc_flex_name => desc_flex_name,

Line 512: FND_FLEX_SERVER4.init_coldef(g_coldef);

508: /* ------------------------------------------------------------------------ */
509:
510: PROCEDURE clear_column_values IS
511: BEGIN
512: FND_FLEX_SERVER4.init_coldef(g_coldef);
513: END clear_column_values;
514:
515: /* ------------------------------------------------------------------------ */
516: /* Functions for getting more details about the most recently */

Line 795: FND_FLEX_SERVER4.init_coldef(g_coldef);

791: sta_serious_err := (v_stat = FND_FLEX_SERVER1.VV_ERROR);
792:
793: -- Clear column definitions
794: --
795: FND_FLEX_SERVER4.init_coldef(g_coldef);
796:
797: END set_stati;
798:
799: /* ------------------------------------------------------------------------ */