DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on ICX_CALL

Line 30: v_0_encrypt := icx_call.encrypt2('0');

26: -- set lang code
27: v_lang := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
28:
29: -- encrypt 0
30: v_0_encrypt := icx_call.encrypt2('0');
31:
32: -- Create the Intro Page
33:
34:

Line 722: icx_call.encrypt2( '(NEW)' ||

718: '/ICX_REQ_NAVIGATION.top_frame?tab_name=template&emergency=' ||
719: v_emergency,'tabs','0','0','no','NORESIZE', 'FRAMEBORDER=NO');
720:
721: htp.frame(v_dcdName || '/ICX_REQ_TEMPLATES.templates?p_where=' ||
722: icx_call.encrypt2( '(NEW)' ||
723: icx_util.replace_quotes(v_template) || '*' || v_org_id ||
724: '**]'), 'navigation','0','0','auto','NORESIZE','FRAMEBORDER=NO');
725:
726: else

Line 732: icx_call.encrypt2(v_org_id) || '&n_emergency=' ||

728: htp.frame(v_dcdName ||
729: '/ICX_REQ_NAVIGATION.top_frame?tab_name=my_order&emergency=' ||
730: v_emergency,'tabs','0','0','no','NORESIZE', 'FRAMEBORDER=NO');
731: htp.frame(v_dcdName || '/ICX_REQ_ORDER.my_order?n_org=' ||
732: icx_call.encrypt2(v_org_id) || '&n_emergency=' ||
733: icx_call.encrypt2(v_emergency) || '&n_cart_id=' ||
734: icx_call.encrypt2(v_cart_id) ,'navigation', '0','0', 'auto',
735: 'NORESIZE', 'FRAMEBORDER=NO');
736:

Line 733: icx_call.encrypt2(v_emergency) || '&n_cart_id=' ||

729: '/ICX_REQ_NAVIGATION.top_frame?tab_name=my_order&emergency=' ||
730: v_emergency,'tabs','0','0','no','NORESIZE', 'FRAMEBORDER=NO');
731: htp.frame(v_dcdName || '/ICX_REQ_ORDER.my_order?n_org=' ||
732: icx_call.encrypt2(v_org_id) || '&n_emergency=' ||
733: icx_call.encrypt2(v_emergency) || '&n_cart_id=' ||
734: icx_call.encrypt2(v_cart_id) ,'navigation', '0','0', 'auto',
735: 'NORESIZE', 'FRAMEBORDER=NO');
736:
737: end if;

Line 734: icx_call.encrypt2(v_cart_id) ,'navigation', '0','0', 'auto',

730: v_emergency,'tabs','0','0','no','NORESIZE', 'FRAMEBORDER=NO');
731: htp.frame(v_dcdName || '/ICX_REQ_ORDER.my_order?n_org=' ||
732: icx_call.encrypt2(v_org_id) || '&n_emergency=' ||
733: icx_call.encrypt2(v_emergency) || '&n_cart_id=' ||
734: icx_call.encrypt2(v_cart_id) ,'navigation', '0','0', 'auto',
735: 'NORESIZE', 'FRAMEBORDER=NO');
736:
737: end if;
738:

Line 771: icx_call.encrypt2( '-1' || '*' || v_org_id || '**]') || ');' );

767: ');
768:
769: -- Now we declare one for the templates and the catalogs
770: htp.p('lastCatalog = new itemStorage("", 1, -1,' ||
771: icx_call.encrypt2( '-1' || '*' || v_org_id || '**]') || ');' );
772:
773:
774: -- See if there is a default Template
775: v_template := get_default_template( v_emergency );

Line 780: icx_call.encrypt2( v_template || '*' || v_org_id || '**]') || ');');

776: if v_template is null then
777: v_template := 'none';
778: end if;
779: htp.p('lastTemplate = new itemStorage("' || v_template || '",1,-1,' ||
780: icx_call.encrypt2( v_template || '*' || v_org_id || '**]') || ');');
781:
782: -- Now create a function to switch to the correct stuff
783: l_encrypt2_org_id := icx_call.encrypt2(to_char(v_org_id));
784: htp.p('function switchFrames(tabName) {

Line 783: l_encrypt2_org_id := icx_call.encrypt2(to_char(v_org_id));

779: htp.p('lastTemplate = new itemStorage("' || v_template || '",1,-1,' ||
780: icx_call.encrypt2( v_template || '*' || v_org_id || '**]') || ');');
781:
782: -- Now create a function to switch to the correct stuff
783: l_encrypt2_org_id := icx_call.encrypt2(to_char(v_org_id));
784: htp.p('function switchFrames(tabName) {
785: var lastPlace = "";
786: tabSynch.tabName = tabName;
787: open("' || v_dcdName ||

Line 817: icx_call.encrypt2(nvl(v_emergency, 'NO')) || '&n_cart_id=' ||

813: if (account_dist == "Y") {
814:
815: open("' || v_dcdName || '/ICX_REQ_ORDER.my_order?n_org=' ||
816: l_encrypt2_org_id || '&n_emergency=' ||
817: icx_call.encrypt2(nvl(v_emergency, 'NO')) || '&n_cart_id=' ||
818: icx_call.encrypt2(v_cart_id) || '&n_cart_line_id="+cartLineId+"&n_account_dist=Y' || '", ''navigation'');
819:
820: } else {
821:

Line 818: icx_call.encrypt2(v_cart_id) || '&n_cart_line_id="+cartLineId+"&n_account_dist=Y' || '", ''navigation'');

814:
815: open("' || v_dcdName || '/ICX_REQ_ORDER.my_order?n_org=' ||
816: l_encrypt2_org_id || '&n_emergency=' ||
817: icx_call.encrypt2(nvl(v_emergency, 'NO')) || '&n_cart_id=' ||
818: icx_call.encrypt2(v_cart_id) || '&n_cart_line_id="+cartLineId+"&n_account_dist=Y' || '", ''navigation'');
819:
820: } else {
821:
822: open("' || v_dcdName || '/ICX_REQ_ORDER.my_order?n_org=' ||

Line 824: icx_call.encrypt2(nvl(v_emergency, 'NO')) || '&n_cart_id=' ||

820: } else {
821:
822: open("' || v_dcdName || '/ICX_REQ_ORDER.my_order?n_org=' ||
823: l_encrypt2_org_id || '&n_emergency=' ||
824: icx_call.encrypt2(nvl(v_emergency, 'NO')) || '&n_cart_id=' ||
825: icx_call.encrypt2(v_cart_id) ||'", ''navigation'');
826: }
827: }
828: }

Line 825: icx_call.encrypt2(v_cart_id) ||'", ''navigation'');

821:
822: open("' || v_dcdName || '/ICX_REQ_ORDER.my_order?n_org=' ||
823: l_encrypt2_org_id || '&n_emergency=' ||
824: icx_call.encrypt2(nvl(v_emergency, 'NO')) || '&n_cart_id=' ||
825: icx_call.encrypt2(v_cart_id) ||'", ''navigation'');
826: }
827: }
828: }
829: ');

Line 1069: v_cart_id := icx_call.decrypt2(cart_id);

1065: if (icx_sec.validatesession(v_function_code)) then
1066:
1067: -- decrypt parameters
1068: begin
1069: v_cart_id := icx_call.decrypt2(cart_id);
1070: v_emergency := icx_call.decrypt2(emergency);
1071: exception
1072: when others then
1073: v_cart_id := -1;

Line 1070: v_emergency := icx_call.decrypt2(emergency);

1066:
1067: -- decrypt parameters
1068: begin
1069: v_cart_id := icx_call.decrypt2(cart_id);
1070: v_emergency := icx_call.decrypt2(emergency);
1071: exception
1072: when others then
1073: v_cart_id := -1;
1074: end;

Line 1227: org_id = "' || icx_call.encrypt2(to_char(v_org_id)) || '";

1223: js.arrayCreate;
1224: replaceQuotes;
1225:
1226: htp.p('// GLOBALS
1227: org_id = "' || icx_call.encrypt2(to_char(v_org_id)) || '";
1228: ');
1229:
1230: ICX_REQ_NAVIGATION.synchObject;
1231: js.checkNumber;

Line 1237: htp.p('cartId = "' || icx_call.encrypt2(to_char(v_cart_id)) || '";');

1233: ICX_REQ_NAVIGATION.spin_box;
1234: ICX_REQ_NAVIGATION.giveWarning;
1235: ICX_REQ_NAVIGATION.popWindow;
1236:
1237: htp.p('cartId = "' || icx_call.encrypt2(to_char(v_cart_id)) || '";');
1238: htp.p('emergency = "' || icx_call.encrypt2(v_emergency) || '";');
1239: htp.p('account_dist= "";');
1240: htp.p('cartLineId = "";');
1241:

Line 1238: htp.p('emergency = "' || icx_call.encrypt2(v_emergency) || '";');

1234: ICX_REQ_NAVIGATION.giveWarning;
1235: ICX_REQ_NAVIGATION.popWindow;
1236:
1237: htp.p('cartId = "' || icx_call.encrypt2(to_char(v_cart_id)) || '";');
1238: htp.p('emergency = "' || icx_call.encrypt2(v_emergency) || '";');
1239: htp.p('account_dist= "";');
1240: htp.p('cartLineId = "";');
1241:
1242: ICX_REQ_NAVIGATION.synch(v_org_id,v_emergency,v_cart_id,v_language,shopper_id,v_dcdName);

Line 1375: v_req_header_id := icx_call.decrypt(p_req_header_id);

1371:
1372: begin
1373:
1374: -- decrypt parameters
1375: v_req_header_id := icx_call.decrypt(p_req_header_id);
1376:
1377: v_org_id := icx_sec.getId(icx_sec.PV_ORG_ID);
1378:
1379: -- get the preparer,

Line 1833: ICX_REQ_NAVIGATION.ic_parent(icx_call.encrypt2(to_char(v_cart_id)));

1829:
1830: -- fill in cart id here. I suggest using a new one
1831: -- Show the page, displaying this new shopping cart
1832: if v_emergency is NULL then
1833: ICX_REQ_NAVIGATION.ic_parent(icx_call.encrypt2(to_char(v_cart_id)));
1834: else
1835: ICX_REQ_NAVIGATION.ic_parent(icx_call.encrypt2(to_char(v_cart_id)),icx_call.encrypt2(v_emergency));
1836: end if;
1837:

Line 1835: ICX_REQ_NAVIGATION.ic_parent(icx_call.encrypt2(to_char(v_cart_id)),icx_call.encrypt2(v_emergency));

1831: -- Show the page, displaying this new shopping cart
1832: if v_emergency is NULL then
1833: ICX_REQ_NAVIGATION.ic_parent(icx_call.encrypt2(to_char(v_cart_id)));
1834: else
1835: ICX_REQ_NAVIGATION.ic_parent(icx_call.encrypt2(to_char(v_cart_id)),icx_call.encrypt2(v_emergency));
1836: end if;
1837:
1838: end if; -- v_req_status
1839: