DBA Data[Home] [Help]

APPS.QP_DEFAULT_MODIFIER_LIST dependencies on OE_DEBUG_PUB

Line 40: oe_debug_Pub.add('entering currency');

36: l_currency_code VARCHAR2(15) := '';
37: l_org_id NUMBER;
38: BEGIN
39:
40: oe_debug_Pub.add('entering currency');
41: -- MKARYA for bug 1745313, commented out the procedure call FND_PROFILE.GET() and instead using the
42: -- function oe_sys_parameters.value() to get the default currency.
43: --added for moac to call Oe_sys_params only if org_id is not null
44: l_org_id := QP_UTIL.get_org_id;

Line 61: oe_debug_Pub.add('exiting currency');

57: WHERE SET_OF_BOOKS_ID = l_set_of_books_id;
58:
59: END IF;
60:
61: oe_debug_Pub.add('exiting currency');
62:
63: RETURN l_currency_code;
64:
65: EXCEPTION

Line 370: oe_debug_pub.add('BEGIN get_flex_modifier_list in QPXDMLHB');

366: PROCEDURE Get_Flex_Modifier_List
367: IS
368: BEGIN
369:
370: oe_debug_pub.add('BEGIN get_flex_modifier_list in QPXDMLHB');
371:
372: -- In the future call Flex APIs for defaults
373:
374: IF g_MODIFIER_LIST_rec.attribute1 = FND_API.G_MISS_CHAR THEN

Line 438: oe_debug_pub.add('END get_flex_modifier_list in QPXDMLHB');

434: IF g_MODIFIER_LIST_rec.context = FND_API.G_MISS_CHAR THEN
435: g_MODIFIER_LIST_rec.context := NULL;
436: END IF;
437:
438: oe_debug_pub.add('END get_flex_modifier_list in QPXDMLHB');
439: END Get_Flex_Modifier_List;
440:
441: -- Procedure Attributes
442:

Line 453: oe_debug_pub.add('BEGIN attributes in QPXDMLHB');

449: IS
450: l_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type; --[prarasto]
451: BEGIN
452:
453: oe_debug_pub.add('BEGIN attributes in QPXDMLHB');
454: -- Check number of iterations.
455:
456: oe_debug_pub.add('BEGIN '||to_char(QP_GLOBALS.G_MAX_DEF_ITERATIONS)||' '||to_char(p_iteration));
457: IF p_iteration > QP_GLOBALS.G_MAX_DEF_ITERATIONS THEN

Line 456: oe_debug_pub.add('BEGIN '||to_char(QP_GLOBALS.G_MAX_DEF_ITERATIONS)||' '||to_char(p_iteration));

452:
453: oe_debug_pub.add('BEGIN attributes in QPXDMLHB');
454: -- Check number of iterations.
455:
456: oe_debug_pub.add('BEGIN '||to_char(QP_GLOBALS.G_MAX_DEF_ITERATIONS)||' '||to_char(p_iteration));
457: IF p_iteration > QP_GLOBALS.G_MAX_DEF_ITERATIONS THEN
458:
459: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
460: THEN

Line 467: oe_debug_pub.add('EXP');

463: OE_MSG_PUB.Add;
464:
465: END IF;
466:
467: oe_debug_pub.add('EXP');
468: RAISE FND_API.G_EXC_ERROR;
469:
470: END IF;
471:

Line 490: oe_debug_pub.add('auto_flag QPXDMLHB');

486: THEN
487:
488: l_MODIFIER_LIST_rec := g_MODIFIER_LIST_rec; --[prarasto]
489:
490: oe_debug_pub.add('auto_flag QPXDMLHB');
491: QP_Modifier_List_Util.Clear_Dependent_Attr
492: ( p_attr_id => QP_Modifier_List_Util.G_AUTOMATIC
493: , p_MODIFIER_LIST_rec => l_MODIFIER_LIST_rec
494: , x_MODIFIER_LIST_rec => g_MODIFIER_LIST_rec

Line 515: oe_debug_pub.add('comm QPXDMLHB');

511: THEN
512:
513: l_MODIFIER_LIST_rec := g_MODIFIER_LIST_rec; --[prarasto]
514:
515: oe_debug_pub.add('comm QPXDMLHB');
516: QP_Modifier_List_Util.Clear_Dependent_Attr
517: ( p_attr_id => QP_Modifier_List_Util.G_COMMENTS
518: , p_MODIFIER_LIST_rec => l_MODIFIER_LIST_rec
519: , x_MODIFIER_LIST_rec => g_MODIFIER_LIST_rec

Line 564: oe_debug_pub.add('disc QPXDMLHB');

560: THEN
561:
562: l_MODIFIER_LIST_rec := g_MODIFIER_LIST_rec; --[prarasto]
563:
564: oe_debug_pub.add('disc QPXDMLHB');
565: QP_Modifier_List_Util.Clear_Dependent_Attr
566: ( p_attr_id => QP_Modifier_List_Util.G_DISCOUNT_LINES
567: , p_MODIFIER_LIST_rec => l_MODIFIER_LIST_rec
568: , x_MODIFIER_LIST_rec => g_MODIFIER_LIST_rec

Line 589: oe_debug_pub.add('enddate QPXDMLHB');

585: THEN
586:
587: l_MODIFIER_LIST_rec := g_MODIFIER_LIST_rec; --[prarasto]
588:
589: oe_debug_pub.add('enddate QPXDMLHB');
590: QP_Modifier_List_Util.Clear_Dependent_Attr
591: ( p_attr_id => QP_Modifier_List_Util.G_END_DATE_ACTIVE
592: , p_MODIFIER_LIST_rec => l_MODIFIER_LIST_rec
593: , x_MODIFIER_LIST_rec => g_MODIFIER_LIST_rec

Line 614: oe_debug_pub.add('freight QPXDMLHB');

610: THEN
611:
612: l_MODIFIER_LIST_rec := g_MODIFIER_LIST_rec; --[prarasto]
613:
614: oe_debug_pub.add('freight QPXDMLHB');
615: QP_Modifier_List_Util.Clear_Dependent_Attr
616: ( p_attr_id => QP_Modifier_List_Util.G_FREIGHT_TERMS
617: , p_MODIFIER_LIST_rec => l_MODIFIER_LIST_rec
618: , x_MODIFIER_LIST_rec => g_MODIFIER_LIST_rec

Line 639: oe_debug_pub.add('gsa QPXDMLHB');

635: THEN
636:
637: l_MODIFIER_LIST_rec := g_MODIFIER_LIST_rec; --[prarasto]
638:
639: oe_debug_pub.add('gsa QPXDMLHB');
640: QP_Modifier_List_Util.Clear_Dependent_Attr
641: ( p_attr_id => QP_Modifier_List_Util.G_GSA_INDICATOR
642: , p_MODIFIER_LIST_rec => l_MODIFIER_LIST_rec
643: , x_MODIFIER_LIST_rec => g_MODIFIER_LIST_rec

Line 895: oe_debug_pub.add('before get_name');

891: END IF;
892:
893: IF g_MODIFIER_LIST_rec.name = FND_API.G_MISS_CHAR THEN
894:
895: oe_debug_pub.add('before get_name');
896: g_MODIFIER_LIST_rec.name := Get_Name;
897:
898: IF g_MODIFIER_LIST_rec.name IS NOT NULL THEN
899:

Line 920: oe_debug_pub.add('before get_desr');

916: END IF;
917:
918: IF g_MODIFIER_LIST_rec.description = FND_API.G_MISS_CHAR THEN
919:
920: oe_debug_pub.add('before get_desr');
921: g_MODIFIER_LIST_rec.description := Get_Description;
922:
923: IF g_MODIFIER_LIST_rec.description IS NOT NULL THEN
924:

Line 1248: oe_debug_pub.add('setting ORG_ID to be null');

1244: , p_MODIFIER_LIST_rec => l_MODIFIER_LIST_rec
1245: , x_MODIFIER_LIST_rec => g_MODIFIER_LIST_rec
1246: );
1247: ELSE
1248: oe_debug_pub.add('setting ORG_ID to be null');
1249: g_MODIFIER_LIST_rec.org_id := NULL;
1250: END IF;
1251:
1252: END IF;

Line 1404: oe_debug_pub.add('END attributes in QPXDMLHB');

1400:
1401: END IF;
1402:
1403:
1404: oe_debug_pub.add('END attributes in QPXDMLHB');
1405:
1406:
1407: END Attributes;
1408: