DBA Data[Home] [Help]

APPS.AST_OFL_LEAD_ASSIGN_PARAM dependencies on FND_PROFILE

Line 200: v_usr_currency_code := FND_PROFILE.Value('JTF_PROFILE_DEFAULT_CURRENCY');

196: header;
197: l_user_id := icx_sec.getID(icx_sec.PV_USER_ID);
198: -- Returns login user Id
199: -- set user's currency code
200: v_usr_currency_code := FND_PROFILE.Value('JTF_PROFILE_DEFAULT_CURRENCY');
201: htp.formOpen(owa_util.Get_Owa_Service_Path || 'AST_OFL_LEADASSIGN_RPT_PKG.lead_assign_rpt_wrapper', cAttributes => ' NAME="param"');
202: htp.htmlOpen;
203: htp.headOpen;
204: htp.title('Lead Assignment Report');