DBA Data[Home] [Help]

APPS.OKC_REPORT_PVT dependencies on OKC_P_UTIL

Line 1106: ||'&'||'key='||substr(to_char(okc_p_util.raw_to_number(sys_guid())),-10)

1102: l_url := l_url||'&'||'uid='||to_char(fnd_global.user_id)
1103: ||'&'||'rid='||to_char(fnd_global.resp_id)
1104: ||'&'||'aid='||to_char(fnd_global.resp_appl_id)
1105: ||'&'||'gid='||to_char(fnd_global.security_group_id)
1106: ||'&'||'key='||substr(to_char(okc_p_util.raw_to_number(sys_guid())),-10)
1107: ;
1108: return l_url;
1109: end report_url;
1110:

Line 1764: return okc_p_util.raw_to_number(sys_guid());

1760: -- for internal use only
1761: --
1762: function get_new_id return number is
1763: begin
1764: return okc_p_util.raw_to_number(sys_guid());
1765: end;
1766:
1767: -- PROCEDURE/Function
1768: -- public get_new_id

Line 1777: return okc_p_util.raw_to_number(sys_guid());

1773: l_user_id number := fnd_global.user_id;
1774: l_n number;
1775: begin
1776: if (l_user_id <> 1) then
1777: return okc_p_util.raw_to_number(sys_guid());
1778: else
1779: if (p_entity = 'SQL') then
1780: select NVL(max(id),10000)+1 into l_n
1781: from okc_report_sql_b