DBA Data[Home] [Help]

APPS.ICX_REQ_ACCT_DIST dependencies on ICX_SEC

Line 162: IF icx_sec.validateSession('ICX_REQS') THEN

158: v_display_first varchar2(1000) := NULL;
159:
160: BEGIN
161:
162: IF icx_sec.validateSession('ICX_REQS') THEN
163:
164: v_dcd_name := owa_util.get_cgi_env('SCRIPT_NAME');
165: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
166: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

Line 165: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

161:
162: IF icx_sec.validateSession('ICX_REQS') THEN
163:
164: v_dcd_name := owa_util.get_cgi_env('SCRIPT_NAME');
165: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
166: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
167: v_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
168:
169: v_cart_id := icx_call.decrypt2(p_cart_id);

Line 166: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

162: IF icx_sec.validateSession('ICX_REQS') THEN
163:
164: v_dcd_name := owa_util.get_cgi_env('SCRIPT_NAME');
165: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
166: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
167: v_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
168:
169: v_cart_id := icx_call.decrypt2(p_cart_id);
170: -- v_cart_line_id := icx_call.decrypt2(p_cart_line_id);

Line 167: v_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

163:
164: v_dcd_name := owa_util.get_cgi_env('SCRIPT_NAME');
165: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
166: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
167: v_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
168:
169: v_cart_id := icx_call.decrypt2(p_cart_id);
170: -- v_cart_line_id := icx_call.decrypt2(p_cart_line_id);
171: -- cart line id is not encrypted from my order page

Line 1146: IF icx_sec.validateSession('ICX_REQS') THEN

1142: v_ext_amount NUMBER := NULL;
1143:
1144: BEGIN
1145:
1146: IF icx_sec.validateSession('ICX_REQS') THEN
1147:
1148: v_shopper_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
1149: ICX_REQ_NAVIGATION.shopper_info(v_shopper_id, v_shopper_name, v_location_id, v_location_code, v_org_id, v_org_code);
1150: ICX_REQ_NAVIGATION.get_currency(v_org_id, v_currency, v_precision, v_money_fmt_mask);

Line 1148: v_shopper_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);

1144: BEGIN
1145:
1146: IF icx_sec.validateSession('ICX_REQS') THEN
1147:
1148: v_shopper_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
1149: ICX_REQ_NAVIGATION.shopper_info(v_shopper_id, v_shopper_name, v_location_id, v_location_code, v_org_id, v_org_code);
1150: ICX_REQ_NAVIGATION.get_currency(v_org_id, v_currency, v_precision, v_money_fmt_mask);
1151: v_money_fmt_mask := fnd_currency.safe_get_format_mask(v_currency, 30);
1152:

Line 1226: IF icx_sec.validateSession('ICX_REQS') THEN

1222: v_table_attribute VARCHAR2(50) := NULL;
1223:
1224: BEGIN
1225:
1226: IF icx_sec.validateSession('ICX_REQS') THEN
1227:
1228: htp.p('');
1229: htp.p('');
1230:

Line 1266: IF icx_sec.validateSession('ICX_REQS') THEN

1262: v_language_code VARCHAR2(30) := NULL;
1263:
1264: BEGIN
1265:
1266: IF icx_sec.validateSession('ICX_REQS') THEN
1267: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1268:
1269: htp.htmlOpen;
1270: htp.headOpen;

Line 1267: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);

1263:
1264: BEGIN
1265:
1266: IF icx_sec.validateSession('ICX_REQS') THEN
1267: v_language_code := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1268:
1269: htp.htmlOpen;
1270: htp.headOpen;
1271: htp.headClose;

Line 1762: IF icx_sec.validateSession('ICX_REQS') THEN

1758: and a.attribute_code = 'ICX_CHARGE_ACCOUNT_NUM';
1759:
1760: BEGIN
1761:
1762: IF icx_sec.validateSession('ICX_REQS') THEN
1763:
1764: v_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);
1765:
1766: -- Set the allocation type. Right now only percentage is allowed.

Line 1764: v_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);

1760: BEGIN
1761:
1762: IF icx_sec.validateSession('ICX_REQS') THEN
1763:
1764: v_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);
1765:
1766: -- Set the allocation type. Right now only percentage is allowed.
1767: v_allocation_type := 'PERCENT';
1768:

Line 2018: v_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);

2014:
2015: v_distribution_lines_region := 'ICX_CART_LINE_DISTRIBUTIONS_R';
2016: v_allocation_type := 'PERCENT';
2017:
2018: v_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);
2019: v_employee_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
2020: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
2021: v_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
2022:

Line 2019: v_employee_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);

2015: v_distribution_lines_region := 'ICX_CART_LINE_DISTRIBUTIONS_R';
2016: v_allocation_type := 'PERCENT';
2017:
2018: v_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);
2019: v_employee_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
2020: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
2021: v_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
2022:
2023: -- Determine what is turned for display, the concatenated segments or

Line 2020: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

2016: v_allocation_type := 'PERCENT';
2017:
2018: v_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);
2019: v_employee_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
2020: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
2021: v_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
2022:
2023: -- Determine what is turned for display, the concatenated segments or
2024: -- invidual segments.

Line 2021: v_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

2017:
2018: v_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);
2019: v_employee_id := icx_sec.getID(icx_sec.PV_INT_CONTACT_ID);
2020: v_web_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
2021: v_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
2022:
2023: -- Determine what is turned for display, the concatenated segments or
2024: -- invidual segments.
2025: OPEN check_concatenated_segment;