DBA Data[Home] [Help]

APPS.ORACLEPLUGS dependencies on ICX_CALL

Line 715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));

711:
712: htp.formOpen('OraclePlugs.updateCustomization','POST','','','NAME="updateCustomization"');
713: htp.formHidden('X');
714: htp.formHidden('Y');
715: htp.formHidden('Z',icx_call.encrypt2(l_page_id,l_session_id));
716: htp.formHidden('N');
717: htp.formHidden('O');
718: htp.formClose;
719:

Line 1041: l_page_id := icx_call.decrypt2(Z);

1037: if icx_sec.validateSession
1038: then
1039: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
1040: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
1041: l_page_id := icx_call.decrypt2(Z);
1042:
1043: l_length := length(X);
1044: l_index := 0;
1045: l_occurence := 1;