DBA Data[Home] [Help]

APPS.POS_ASN_SEARCH_PKG dependencies on FND_CLIENT_INFO

Line 408: fnd_client_info.set_org_context(l_org_id);

404: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
405: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
406: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
407:
408: fnd_client_info.set_org_context(l_org_id);
409:
410: IF p_query = 'N' THEN
411: ShowResult(p_start_row, p_msg);
412: return;

Line 562: fnd_client_info.set_org_context(l_org_id);

558: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
559:
560: l_where_clause := 'SESSION_ID = ' || to_char(l_session_id);
561:
562: fnd_client_info.set_org_context(l_org_id);
563:
564: htp.htmlOpen;
565: htp.headOpen;
566: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');

Line 661: fnd_client_info.set_org_context(l_org_id);

657: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
658: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
659: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
660:
661: fnd_client_info.set_org_context(l_org_id);
662:
663: -- Check whether multiple ship to org are selected.
664: -- error out if yes.
665: