DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on OWA_UTIL

Line 24: v_dcdName := owa_util.get_cgi_env('SCRIPT_NAME');

20: -- Check if session is valid
21: if (icx_sec.validatesession('ICX_REQS')) then
22:
23: -- get dcd name
24: v_dcdName := owa_util.get_cgi_env('SCRIPT_NAME');
25:
26: -- set lang code
27: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
28:

Line 1077: v_dcdName := owa_util.get_cgi_env('SCRIPT_NAME');

1073: v_cart_id := -1;
1074: end;
1075:
1076: -- Get dcd
1077: v_dcdName := owa_util.get_cgi_env('SCRIPT_NAME');
1078: -- get language
1079: v_language := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1080: -- get shopper id
1081: shopper_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);