DBA Data[Home] [Help]

APPS.HRFASTANSWERS dependencies on FND_GLOBAL

Line 147: l_user_id Number := FND_Global.User_Id;

143: l_enable_sg varchar2(1);
144: l_security_profile_id per_security_profiles.security_profile_id%type;
145: l_str_id Number := null;
146:
147: l_user_id Number := FND_Global.User_Id;
148: l_resp_id Number := FND_Global.Resp_Id;
149: l_appl_id Number := FND_Global.Resp_Appl_Id;
150: l_secg_id Number := FND_Global.Security_Group_Id;
151:

Line 148: l_resp_id Number := FND_Global.Resp_Id;

144: l_security_profile_id per_security_profiles.security_profile_id%type;
145: l_str_id Number := null;
146:
147: l_user_id Number := FND_Global.User_Id;
148: l_resp_id Number := FND_Global.Resp_Id;
149: l_appl_id Number := FND_Global.Resp_Appl_Id;
150: l_secg_id Number := FND_Global.Security_Group_Id;
151:
152: begin

Line 149: l_appl_id Number := FND_Global.Resp_Appl_Id;

145: l_str_id Number := null;
146:
147: l_user_id Number := FND_Global.User_Id;
148: l_resp_id Number := FND_Global.Resp_Id;
149: l_appl_id Number := FND_Global.Resp_Appl_Id;
150: l_secg_id Number := FND_Global.Security_Group_Id;
151:
152: begin
153:

Line 150: l_secg_id Number := FND_Global.Security_Group_Id;

146:
147: l_user_id Number := FND_Global.User_Id;
148: l_resp_id Number := FND_Global.Resp_Id;
149: l_appl_id Number := FND_Global.Resp_Appl_Id;
150: l_secg_id Number := FND_Global.Security_Group_Id;
151:
152: begin
153:
154: -- bug 2968520;

Line 1254: FND_Global.Apps_Initialize

1250: l_org_structure_id Number;
1251: l_org_structure_version_id Number;
1252:
1253: BEGIN
1254: FND_Global.Apps_Initialize
1255: ( user_id => p_user_id
1256: , resp_id => p_resp_id
1257: , resp_appl_id => p_resp_appl_id
1258: , security_group_id => p_sec_group_id );

Line 1384: l_poplist:=l_poplist||fnd_global.local_chr(38)||'report='||p_report_name||'>'||l_name_out; /*changed for bug 3282860*/

1380: end if;
1381: --
1382: l_poplist:=l_poplist||'value='||p_report_link||'OracleOASIS.RunReport?parameters='||l_parameters||l_code_out;
1383: l_poplist:=l_poplist||'*plsql_basepath='||p_report_link||'*paramform=no*';
1384: l_poplist:=l_poplist||fnd_global.local_chr(38)||'report='||p_report_name||'>'||l_name_out; /*changed for bug 3282860*/
1385: --
1386:
1387: --
1388: END LOOP;