DBA Data[Home] [Help]

APPS.ICX_REQ_SUBMIT dependencies on ICX_REQ_NAVIGATION

Line 200: ICX_REQ_NAVIGATION.get_currency(v_org, v_currency, v_precision, v_money_fmt_mask);

196:
197: v_currency := NULL;
198: if v_org is not NULL then
199:
200: ICX_REQ_NAVIGATION.get_currency(v_org, v_currency, v_precision, v_money_fmt_mask);
201: v_money_fmt_mask := FND_CURRENCY.GET_FORMAT_MASK(v_currency,30);
202: end if;
203:
204:

Line 435: P_HyperTextCall => 'ICX_REQ_NAVIGATION.ic_parent?cart_id=' || icx_call.encrypt2('0') || '&emergency=' || icx_call.encrypt2(p_emergency),

431: FND_MESSAGE.SET_NAME('FND','YES');
432: icx_util.DynamicButton(P_ButtonText => FND_MESSAGE.GET,
433: P_ImageFileName => 'FNDBNEW.gif',
434: P_OnMouseOverText => FND_MESSAGE.GET,
435: P_HyperTextCall => 'ICX_REQ_NAVIGATION.ic_parent?cart_id=' || icx_call.encrypt2('0') || '&emergency=' || icx_call.encrypt2(p_emergency),
436: P_LanguageCode => v_lang,
437: P_JavaScriptFlag => FALSE);
438: htp.p('');
439:

Line 532: P_HyperTextCall => 'ICX_REQ_NAVIGATION.ic_parent?cart_id=' || icx_call.encrypt2('0') || '&emergency=' || icx_call.encrypt2(v_emergency),

528: FND_MESSAGE.SET_NAME('FND','YES');
529: icx_util.DynamicButton(P_ButtonText => FND_MESSAGE.GET,
530: P_ImageFileName => 'FNDBNEW.gif',
531: P_OnMouseOverText => FND_MESSAGE.GET,
532: P_HyperTextCall => 'ICX_REQ_NAVIGATION.ic_parent?cart_id=' || icx_call.encrypt2('0') || '&emergency=' || icx_call.encrypt2(v_emergency),
533: P_LanguageCode => v_lang,
534: P_JavaScriptFlag => FALSE);
535: htp.p('');
536: htp.p('');

Line 1049: ICX_REQ_NAVIGATION.shopper_info(n_emp_id,

1045: n_emp_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
1046: v_dcdName := owa_util.get_cgi_env('SCRIPT_NAME');
1047:
1048: -- get shopper info for defaults
1049: ICX_REQ_NAVIGATION.shopper_info(n_emp_id,
1050: d_shopper_name, d_location_id,
1051: d_location_code, d_org_id, d_org_code);
1052:
1053: