DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on FND_CLIENT_INFO

Line 1705: fnd_client_info.set_org_context(c_org_id);

1701:
1702: if c_org_id is not null
1703: then
1704: icx_sec.g_org_id := c_org_id;
1705: fnd_client_info.set_org_context(c_org_id);
1706: else
1707: select multi_org_flag
1708: into l_multi_org_flag
1709: from fnd_product_groups

Line 2866: fnd_client_info.set_org_context(to_char(n_org_id));

2862: update icx_sessions
2863: set org_id = n_org_id
2864: where session_id = n_session_id;
2865:
2866: fnd_client_info.set_org_context(to_char(n_org_id));
2867: end if;
2868:
2869: exception
2870: when others then