DBA Data[Home] [Help]

APPS.ONT_OIP_COMMON dependencies on FND_PROFILE

Line 379: gCustFContact := fnd_profile.value_wnps('ONT_FEEDBACK_PROFILE');

375:
376: lvContactID := icx_sec.getID(icx_sec.PV_CUST_CONTACT_ID);
377:
378: -- Get the Customer contact information
379: gCustFContact := fnd_profile.value_wnps('ONT_FEEDBACK_PROFILE');
380:
381: ----------------------------------------------------
382: -- Set the Global message variables here for caching
383: ----------------------------------------------------

Line 584: fnd_profile.get('ONT_UNIT_PRICE_PRECISION_TYPE', l_precision_type);

580: oe_debug_pub.add('precision: '|| l_precision );
581: oe_debug_pub.add('ext precision: '|| l_ext_precision );
582: END IF;
583:
584: fnd_profile.get('ONT_UNIT_PRICE_PRECISION_TYPE', l_precision_type);
585:
586: IF l_debug_level > 0 THEN
587: oe_debug_pub.add('precision_type: '|| l_precision_type);
588: END IF;