DBA Data[Home] [Help]

APPS.BIL_TX_OPTY_DETL_RPT_PKG dependencies on FND_PROFILE

Line 50: l_period_set_name := NVL(FND_PROFILE.VALUE('ASN_FRCST_FORECAST_CALENDAR'), 'Accounting');

46: p_msg => 'Start of Procedure '|| l_proc );
47: END IF;
48:
49:
50: l_period_set_name := NVL(FND_PROFILE.VALUE('ASN_FRCST_FORECAST_CALENDAR'), 'Accounting');
51: l_conversion_type := nvl(FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE'), 'Corporate');
52:
53: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
54: x_custom_attr := BIS_QUERY_ATTRIBUTES_TBL();

Line 51: l_conversion_type := nvl(FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE'), 'Corporate');

47: END IF;
48:
49:
50: l_period_set_name := NVL(FND_PROFILE.VALUE('ASN_FRCST_FORECAST_CALENDAR'), 'Accounting');
51: l_conversion_type := nvl(FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE'), 'Corporate');
52:
53: l_custom_rec := BIS_PMV_PARAMETERS_PUB.Initialize_Query_Type;
54: x_custom_attr := BIS_QUERY_ATTRIBUTES_TBL();
55:

Line 405: l_period_set_name := NVL(FND_PROFILE.VALUE('ASN_FRCST_FORECAST_CALENDAR'), 'Accounting');

401: l_rpt_str := 'BIL_TX_OPTY_DETL_PROD_RPT_R';
402: l_proc := 'PRODUCTS_TAB.';
403: g_pkg := 'asn.patch.115.sql.BIL_TX_OPTY_DETL_RPT_PKG.';
404:
405: l_period_set_name := NVL(FND_PROFILE.VALUE('ASN_FRCST_FORECAST_CALENDAR'), 'Accounting');
406: l_conversion_type := nvl(FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE'), 'Corporate');
407:
408:
409: -- FND logging standard

Line 406: l_conversion_type := nvl(FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE'), 'Corporate');

402: l_proc := 'PRODUCTS_TAB.';
403: g_pkg := 'asn.patch.115.sql.BIL_TX_OPTY_DETL_RPT_PKG.';
404:
405: l_period_set_name := NVL(FND_PROFILE.VALUE('ASN_FRCST_FORECAST_CALENDAR'), 'Accounting');
406: l_conversion_type := nvl(FND_PROFILE.VALUE('CRMBIS:GL_CONVERSION_TYPE'), 'Corporate');
407:
408:
409: -- FND logging standard
410: IF BIL_TX_UTIL_RPT_PKG.chkLogLevel(fnd_log.LEVEL_PROCEDURE) THEN

Line 787: ' to_char(PVPP.oppty_last_offered_date, FND_PROFILE.VALUE(''ICX_DATE_FORMAT_MASK'')) BIL_TX_MEASURE7, '||

783: ' HZL.STATE, HZL.PROVINCE, HZL.POSTAL_CODE, HZL.COUNTRY, HZL.COUNTRY, Null, Null, Null, Null, Null, Null, NULL, NULL, 2000, '||
784: ' 1, 1) BIL_TX_MEASURE4, '||
785: ' T.DESCRIPTION BIL_TX_MEASURE5, '||
786: ' PV_MATCH_V3_PUB.get_partner_types(PvExternalSalesteamEO.PARTNER_CUSTOMER_ID) BIL_TX_MEASURE6, '||
787: ' to_char(PVPP.oppty_last_offered_date, FND_PROFILE.VALUE(''ICX_DATE_FORMAT_MASK'')) BIL_TX_MEASURE7, '||
788: ' DECODE( PV_MATCH_V3_PUB.pref_partner_flag(PvExternalSalesteamEO.LEAD_ID, PvExternalSalesteamEO.PARTNER_CUSTOMER_ID), ''Y'', ''bischeck.gif'',NULL) BIL_TX_MEASURE8, '||
789: ' Decode(PARTNER.primary_phone_country_code,NULL, '''',PARTNER.primary_phone_country_code||''-'')|| Decode(PARTNER.primary_phone_area_code, '||
790: ' NULL, '''',PARTNER.primary_phone_area_code||''-'')|| DECODE(PARTNER.primary_phone_number, NULL, '''', '||
791: ' PARTNER.primary_phone_number||''-'')|| DECODE(PARTNER.primary_phone_extension, NULL, '''',PARTNER.primary_phone_extension) BIL_TX_MEASURE9, '||