DBA Data[Home] [Help]

APPS.ONT_OIP_COMMON dependencies on FND_PROFILE

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

83:
84: lvContactID := icx_sec.getID(icx_sec.PV_CUST_CONTACT_ID);
85:
86: -- Get the Customer contact information
87: gCustFContact := fnd_profile.value_wnps('ONT_FEEDBACK_PROFILE');
88:
89: ----------------------------------------------------
90: -- Set the Global message variables here for caching
91: ----------------------------------------------------

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

288: oe_debug_pub.add('precision: '|| l_precision );
289: oe_debug_pub.add('ext precision: '|| l_ext_precision );
290: END IF;
291:
292: fnd_profile.get('ONT_UNIT_PRICE_PRECISION_TYPE', l_precision_type);
293:
294: IF l_debug_level > 0 THEN
295: oe_debug_pub.add('precision_type: '|| l_precision_type);
296: END IF;