DBA Data[Home] [Help]

APPS.OKL_ACTIVATE_ASSET_PVT dependencies on FND_PROFILE

Line 804: l_icx_date_format := nvl(fnd_profile.value('ICX_DATE_FORMAT_MASK'),'DD-MON-RRRR');

800:
801: IF NOT ( p_release_date BETWEEN open_period_rec.calendar_period_open_date AND
802: open_period_rec.calendar_period_close_date ) THEN
803:
804: l_icx_date_format := nvl(fnd_profile.value('ICX_DATE_FORMAT_MASK'),'DD-MON-RRRR');
805:
806: l_current_open_period := open_period_rec.period_name||' ('||
807: to_char(open_period_rec.calendar_period_open_date,l_icx_date_format)
808: ||' - '||to_char(open_period_rec.calendar_period_close_date,l_icx_date_format)||')';

Line 877: l_icx_date_format := nvl(fnd_profile.value('ICX_DATE_FORMAT_MASK'),'DD-MON-RRRR');

873:
874: -- Revision Date should be in the current or a prior FA period
875: IF (p_rebook_date > open_period_rec.calendar_period_close_date) THEN
876:
877: l_icx_date_format := nvl(fnd_profile.value('ICX_DATE_FORMAT_MASK'),'DD-MON-RRRR');
878:
879: l_current_open_period := open_period_rec.period_name||' ('||
880: to_char(open_period_rec.calendar_period_open_date,l_icx_date_format)
881: ||' - '||to_char(open_period_rec.calendar_period_close_date,l_icx_date_format)||')';

Line 7785: l_rep_pdt_book := fnd_profile.value('OKL_REPORTING_PDT_ASSET_BOOK');

7781:
7782: -- Bug# 3631094
7783: /*If l_Multi_GAAP_YN = 'Y' Then
7784: --get reporting product book type
7785: l_rep_pdt_book := fnd_profile.value('OKL_REPORTING_PDT_ASSET_BOOK');
7786: End If;*/
7787:
7788: --get reporting product book type
7789: l_rep_pdt_book := OKL_SYSTEM_PARAMS_ALL_PUB.get_system_param_value(OKL_SYSTEM_PARAMS_ALL_PUB.G_RPT_PROD_BOOK_TYPE_CODE);