DBA Data[Home] [Help]

APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on FND_PROFILE

Line 9: All fnd_profile.value_wnps are replace with fnd

5: Date Remarks
6: ---------- ------------------------------------------------
7: 13/12/2000 Imaged is removed from the report as there are no
8: images in the media directory.
9: All fnd_profile.value_wnps are replace with fnd
10: profile.value function.
11: JTF_Profile_default_currency is used here instead
12: of as_dafault_currency to get the the currency
13: code.

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_pipeline_buckets_rpt.report_wrapper', cAttributes => ' NAME="param"');
202: htp.htmlOpen;
203: htp.headOpen;
204: htp.title('Pipeline Buckets by Range Report');