DBA Data[Home] [Help]

APPS.IRC_UTILITIES_PKG dependencies on HR_MULTI_TENANCY_PKG

Line 1548: hr_multi_tenancy_pkg.set_context_for_enterprise(enterprise);

1544: select function_id from fnd_form_functions
1545: where function_name = p_function_name;
1546: begin
1547: if enterprise is not null then
1548: hr_multi_tenancy_pkg.set_context_for_enterprise(enterprise);
1549: end if;
1550:
1551: open c_func('IRC_VIS_VAC_DISPLAY');
1552: fetch c_func into l_funcId;

Line 1908: hr_multi_tenancy_pkg.set_context_for_enterprise(enterprise);

1904: query varchar2(1000);
1905: ctx DBMS_XMLQUERY.ctxType;
1906: begin
1907: if enterprise is not null then
1908: hr_multi_tenancy_pkg.set_context_for_enterprise(enterprise);
1909: end if;
1910: query:=
1911: 'SELECT fnd_message.get_string(''PER'',''IRC_412592_RSS_CHANNEL_TITLE'') title, fnd_message.get_string(''PER'',''IRC_412593_RSS_CHANNEL_DESC'') description , to_char(trunc(sysdate),''Dy, DD Mon YYYY'') pubDate,
1912: ''/OA_HTML/IrcVisitor.jsp'' rlink