DBA Data[Home] [Help]

APPS.QP_DEFAULT_PRICING_ATTR dependencies on OE_DEBUG_PUB

Line 239: oe_debug_pub.add('error code = '|| to_char(l_error_code));

235: ,precedence =>l_precedence
236: ,error_code =>l_error_code
237: );
238:
239: oe_debug_pub.add('error code = '|| to_char(l_error_code));
240:
241: IF l_error_code = 0
242: THEN
243:

Line 282: oe_debug_pub.add('error code = '|| to_char(l_error_code));

278: ,precedence =>l_precedence
279: ,error_code =>l_error_code
280: );
281:
282: oe_debug_pub.add('error code = '|| to_char(l_error_code));
283: IF l_error_code = 0
284: THEN
285:
286: RETURN l_datatype;

Line 300: oe_debug_pub.add('BEGIN Get_Flex_Pricing_Attr in QPXDPRAB');

296: PROCEDURE Get_Flex_Pricing_Attr
297: IS
298: BEGIN
299:
300: oe_debug_pub.add('BEGIN Get_Flex_Pricing_Attr in QPXDPRAB');
301:
302: -- In the future call Flex APIs for defaults
303:
304: IF g_PRICING_ATTR_rec.attribute1 = FND_API.G_MISS_CHAR THEN

Line 368: oe_debug_pub.add('END Get_Flex_Pricing_Attr in QPXDPRAB');

364: IF g_PRICING_ATTR_rec.context = FND_API.G_MISS_CHAR THEN
365: g_PRICING_ATTR_rec.context := NULL;
366: END IF;
367:
368: oe_debug_pub.add('END Get_Flex_Pricing_Attr in QPXDPRAB');
369:
370: END Get_Flex_Pricing_Attr;
371:
372: -- Procedure Attributes

Line 384: oe_debug_pub.add('BEGIN Attributes in QPXDPRAB');

380: IS
381: g_p_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
382: BEGIN
383:
384: oe_debug_pub.add('BEGIN Attributes in QPXDPRAB');
385:
386: -- Check number of iterations.
387:
388: IF p_iteration > QP_GLOBALS.G_MAX_DEF_ITERATIONS THEN

Line 812: OE_Debug_Pub.add('In if loop in Attributes QPXDPRAB.pls');

808: END IF;
809:
810: END IF;
811:
812: OE_Debug_Pub.add('In if loop in Attributes QPXDPRAB.pls');
813: IF g_PRICING_ATTR_rec.attribute1 = FND_API.G_MISS_CHAR
814: OR g_PRICING_ATTR_rec.attribute10 = FND_API.G_MISS_CHAR
815: OR g_PRICING_ATTR_rec.attribute11 = FND_API.G_MISS_CHAR
816: OR g_PRICING_ATTR_rec.attribute12 = FND_API.G_MISS_CHAR

Line 950: oe_debug_pub.add('END Attributes in QPXDPRAB');

946: x_PRICING_ATTR_rec := g_PRICING_ATTR_rec;
947:
948: END IF;
949:
950: oe_debug_pub.add('END Attributes in QPXDPRAB');
951:
952: END Attributes;
953:
954: END QP_Default_Pricing_Attr;