DBA Data[Home] [Help]

APPS.QP_QP_FORM_MODIFIER_LIST dependencies on OE_DEBUG_PUB

Line 113: oe_debug_pub.add('BEGIN default_attibutes in QPXFMLHB');

109: l_x_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
110: l_x_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
111: BEGIN
112:
113: oe_debug_pub.add('BEGIN default_attibutes in QPXFMLHB');
114: -- Set control flags.
115:
116: l_control_rec.controlled_operation := TRUE;
117: l_control_rec.default_attributes := TRUE;

Line 312: oe_debug_pub.add('END default_attibutes in QPXFMLHB');

308: ( p_count => x_msg_count
309: , p_data => x_msg_data
310: );
311:
312: oe_debug_pub.add('END default_attibutes in QPXFMLHB');
313: END Default_Attributes;
314:
315: -- Procedure : Change_Attribute
316: --

Line 416: oe_debug_pub.add('BEGIN change_attibutes in QPXFMLHB');

412: l_x_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
413: l_x_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
414: BEGIN
415:
416: oe_debug_pub.add('BEGIN change_attibutes in QPXFMLHB');
417: OE_Debug_Pub.add(to_char(p_attr_id)||'attr_id');
418: -- Set control flags.
419:
420: l_control_rec.controlled_operation := TRUE;

Line 417: OE_Debug_Pub.add(to_char(p_attr_id)||'attr_id');

413: l_x_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
414: BEGIN
415:
416: oe_debug_pub.add('BEGIN change_attibutes in QPXFMLHB');
417: OE_Debug_Pub.add(to_char(p_attr_id)||'attr_id');
418: -- Set control flags.
419:
420: l_control_rec.controlled_operation := TRUE;
421: l_control_rec.change_attributes := TRUE;

Line 439: OE_debug_Pub.add('returned');

435: l_MODIFIER_LIST_rec := Get_MODIFIER_LIST
436: ( p_db_record => FALSE
437: , p_list_header_id => p_list_header_id
438: );
439: OE_debug_Pub.add('returned');
440: l_old_MODIFIER_LIST_rec := l_MODIFIER_LIST_rec;
441:
442: IF p_attr_id = QP_Modifier_List_Util.G_AUTOMATIC THEN
443: l_MODIFIER_LIST_rec.automatic_flag := p_attr_value;

Line 547: OE_debug_Pub.add('else returned');

543: l_MODIFIER_LIST_rec.context := p_context;
544:
545: ELSE
546:
547: OE_debug_Pub.add('else returned');
548: -- Unexpected error, unrecognized attribute
549:
550: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
551: THEN

Line 573: oe_debug_pub.add('name in QPXF = ' || l_MODIFIER_LIST_rec.name);

569: END IF;
570:
571: -- Call QP_Modifiers_PVT.Process_MODIFIERS
572:
573: oe_debug_pub.add('name in QPXF = ' || l_MODIFIER_LIST_rec.name);
574: oe_debug_pub.add('curr in QPXF = ' || l_MODIFIER_LIST_rec.currency_code);
575:
576: QP_Modifiers_PVT.Process_MODIFIERS
577: ( p_api_version_number => 1.0

Line 574: oe_debug_pub.add('curr in QPXF = ' || l_MODIFIER_LIST_rec.currency_code);

570:
571: -- Call QP_Modifiers_PVT.Process_MODIFIERS
572:
573: oe_debug_pub.add('name in QPXF = ' || l_MODIFIER_LIST_rec.name);
574: oe_debug_pub.add('curr in QPXF = ' || l_MODIFIER_LIST_rec.currency_code);
575:
576: QP_Modifiers_PVT.Process_MODIFIERS
577: ( p_api_version_number => 1.0
578: , p_init_msg_list => FND_API.G_TRUE

Line 592: oe_debug_pub.add('name after QPXF = ' || l_x_MODIFIER_LIST_rec.name);

588: , x_QUALIFIERS_tbl => l_x_QUALIFIERS_tbl
589: , x_PRICING_ATTR_tbl => l_x_PRICING_ATTR_tbl
590: );
591:
592: oe_debug_pub.add('name after QPXF = ' || l_x_MODIFIER_LIST_rec.name);
593: oe_debug_pub.add('curr after QPXF = ' || l_x_MODIFIER_LIST_rec.currency_code);
594:
595: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
596: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 593: oe_debug_pub.add('curr after QPXF = ' || l_x_MODIFIER_LIST_rec.currency_code);

589: , x_PRICING_ATTR_tbl => l_x_PRICING_ATTR_tbl
590: );
591:
592: oe_debug_pub.add('name after QPXF = ' || l_x_MODIFIER_LIST_rec.name);
593: oe_debug_pub.add('curr after QPXF = ' || l_x_MODIFIER_LIST_rec.currency_code);
594:
595: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
596: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
597: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN

Line 995: oe_debug_pub.add('End change_attibutes in QPXFMLHB');

991: ( p_count => x_msg_count
992: , p_data => x_msg_data
993: );
994:
995: oe_debug_pub.add('End change_attibutes in QPXFMLHB');
996:
997: EXCEPTION
998:
999: WHEN FND_API.G_EXC_ERROR THEN

Line 1040: oe_debug_pub.add('Exp change_attibutes in QPXFMLHB');

1036: ( p_count => x_msg_count
1037: , p_data => x_msg_data
1038: );
1039:
1040: oe_debug_pub.add('Exp change_attibutes in QPXFMLHB');
1041: END Change_Attribute;
1042:
1043: -- Procedure Validate_And_Write
1044: --

Line 1071: oe_debug_pub.add('BEGIN validate_and_write in QPXFMLHB');

1067: l_x_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
1068: l_x_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1069: BEGIN
1070:
1071: oe_debug_pub.add('BEGIN validate_and_write in QPXFMLHB');
1072: -- Set control flags.
1073:
1074: l_control_rec.controlled_operation := TRUE;
1075: l_control_rec.validate_entity := TRUE;

Line 1203: oe_debug_pub.add('END validate_and_write in QPXFMLHB');

1199: OE_MSG_PUB.Count_And_Get
1200: ( p_count => x_msg_count
1201: , p_data => x_msg_data
1202: );
1203: oe_debug_pub.add('END validate_and_write in QPXFMLHB');
1204:
1205: END Validate_And_Write;
1206:
1207: -- Procedure Delete_Row

Line 1229: oe_debug_pub.add('BEGIN delete_row in QPXFMLHB');

1225: l_x_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
1226: l_x_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1227: BEGIN
1228:
1229: oe_debug_pub.add('BEGIN delete_row in QPXFMLHB');
1230: -- Set control flags.
1231:
1232: l_control_rec.controlled_operation := TRUE;
1233: l_control_rec.validate_entity := TRUE;

Line 1338: oe_debug_pub.add('END delete_row in QPXFMLHB');

1334: ( p_count => x_msg_count
1335: , p_data => x_msg_data
1336: );
1337:
1338: oe_debug_pub.add('END delete_row in QPXFMLHB');
1339: END Delete_Row;
1340:
1341: -- Procedure Process_Entity
1342: --

Line 1361: oe_debug_pub.add('BEGIN process_entity in QPXFMLHB');

1357: l_x_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
1358: l_x_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1359: BEGIN
1360:
1361: oe_debug_pub.add('BEGIN process_entity in QPXFMLHB');
1362: -- Set control flags.
1363:
1364: l_control_rec.controlled_operation := TRUE;
1365: l_control_rec.process := TRUE;

Line 1455: oe_debug_pub.add('END process_entity in QPXFMLHB');

1451: ( p_count => x_msg_count
1452: , p_data => x_msg_data
1453: );
1454:
1455: oe_debug_pub.add('END process_entity in QPXFMLHB');
1456: END Process_Entity;
1457:
1458: -- Procedure Process_Object
1459: --

Line 1478: oe_debug_pub.add('BEGIN process_object in QPXFMLHB');

1474: l_x_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
1475: l_x_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1476: BEGIN
1477:
1478: oe_debug_pub.add('BEGIN process_object in QPXFMLHB');
1479: -- Set control flags.
1480:
1481: l_control_rec.controlled_operation := TRUE;
1482: l_control_rec.process := TRUE;

Line 1572: oe_debug_pub.add('END process_object in QPXFMLHB');

1568: ( p_count => x_msg_count
1569: , p_data => x_msg_data
1570: );
1571:
1572: oe_debug_pub.add('END process_object in QPXFMLHB');
1573: END Process_Object;
1574:
1575:
1576: PROCEDURE Create_GSA_Qualifier(p_list_header_id IN NUMBER,

Line 1625: oe_debug_pub.add('BEGIN Create GSA_Qualifiers in QPXFMLHB');

1621:
1622: --behind the scene qualifier for gsa_pricing
1623:
1624:
1625: oe_debug_pub.add('BEGIN Create GSA_Qualifiers in QPXFMLHB');
1626: /*
1627: IF p_list_line_id IS NULL
1628: THEN
1629:

Line 1642: oe_debug_pub.add('IN IF Create GSA_Qualifiers in QPXFMLHB'||to_char(p_list_line_id));

1638: END IF;
1639: */
1640:
1641: IF p_qualifier_type = 'GSA' THEN
1642: oe_debug_pub.add('IN IF Create GSA_Qualifiers in QPXFMLHB'||to_char(p_list_line_id));
1643:
1644: --create default qualifier for GSA Modifier List
1645:
1646: l_QUALIFIERS_tbl(1).qualifier_context := 'CUSTOMER';

Line 1670: oe_debug_pub.add('IN IF Create COUP_Qualifiers in QPXFMLHB'||to_char(p_list_line_id));

1666: l_QUALIFIERS_tbl(1).operation := QP_GLOBALS.G_OPR_CREATE;
1667:
1668: ELSIF p_qualifier_type = 'COUPON' THEN
1669:
1670: oe_debug_pub.add('IN IF Create COUP_Qualifiers in QPXFMLHB'||to_char(p_list_line_id));
1671: --create default qualifier for COUPON ISSUE Modifier's child line
1672:
1673: --for restricted qualifier will have grouping no as the max grouping no + 1
1674: --if the discount has null qual grp no the coupon line should have that

Line 1707: oe_debug_pub.add('BEFORE Process_Modifiers in QPXVMLSB');

1703: null;
1704: END IF;
1705:
1706:
1707: oe_debug_pub.add('BEFORE Process_Modifiers in QPXVMLSB');
1708:
1709: /* dhgupta for bug 1975291.Private package needs to be called instead of Public package */
1710:
1711: /*

Line 1753: oe_debug_pub.add('END Create GSA_Qualifiers in QPXFMLHB');

1749: ,x_PRICING_ATTR_tbl => l_PRICING_ATTR_tbl
1750: );
1751:
1752:
1753: oe_debug_pub.add('END Create GSA_Qualifiers in QPXFMLHB');
1754:
1755:
1756: EXCEPTION
1757:

Line 1821: oe_debug_pub.add('EXP Create GSA_Qualifiers in QPXFMLHB');

1817: , p_data => x_msg_data
1818: );
1819:
1820:
1821: oe_debug_pub.add('EXP Create GSA_Qualifiers in QPXFMLHB');
1822:
1823:
1824: END Create_GSA_Qual;
1825:

Line 1903: oe_debug_pub.add('BEGIN lock_row in QPXFMLHB');

1899: l_x_PRICING_ATTR_rec QP_Modifiers_PUB.Pricing_Attr_Rec_Type;
1900: l_x_PRICING_ATTR_tbl QP_Modifiers_PUB.Pricing_Attr_Tbl_Type;
1901: BEGIN
1902:
1903: oe_debug_pub.add('BEGIN lock_row in QPXFMLHB');
1904: -- Load MODIFIER_LIST record
1905:
1906: l_MODIFIER_LIST_rec.attribute1 := p_attribute1;
1907: l_MODIFIER_LIST_rec.attribute10 := p_attribute10;

Line 2026: oe_debug_pub.add('END lock_row in QPXFMLHB');

2022: , p_data => x_msg_data
2023: );
2024:
2025:
2026: oe_debug_pub.add('END lock_row in QPXFMLHB');
2027:
2028: END Lock_Row;
2029:
2030: -- Procedures maintaining MODIFIER_LIST record cache.

Line 2038: oe_debug_pub.add('BEGIN write_modifier_list in QPXFMLHB');

2034: , p_db_record IN BOOLEAN := FALSE
2035: )
2036: IS
2037: BEGIN
2038: oe_debug_pub.add('BEGIN write_modifier_list in QPXFMLHB');
2039:
2040: g_MODIFIER_LIST_rec := p_MODIFIER_LIST_rec;
2041:
2042: IF p_db_record THEN

Line 2047: oe_debug_pub.add('END write_modifier_list in QPXFMLHB');

2043:
2044: g_db_MODIFIER_LIST_rec := p_MODIFIER_LIST_rec;
2045:
2046: END IF;
2047: oe_debug_pub.add('END write_modifier_list in QPXFMLHB');
2048:
2049: END Write_Modifier_List;
2050:
2051: FUNCTION Get_MODIFIER_LIST

Line 2059: oe_debug_pub.add('BEGIN get_modifier_list in QPXFMLHB');

2055: RETURN QP_Modifiers_PUB.Modifier_List_Rec_Type
2056: IS
2057: BEGIN
2058:
2059: oe_debug_pub.add('BEGIN get_modifier_list in QPXFMLHB');
2060: IF p_list_header_id <> g_MODIFIER_LIST_rec.list_header_id
2061: THEN
2062:
2063: -- Query row from DB

Line 2079: oe_debug_pub.add('if END get_modifier_list in QPXFMLHB');

2075: END IF;
2076:
2077: IF p_db_record THEN
2078:
2079: oe_debug_pub.add('if END get_modifier_list in QPXFMLHB');
2080: RETURN g_db_MODIFIER_LIST_rec;
2081:
2082: ELSE
2083:

Line 2084: oe_debug_pub.add('else END get_modifier_list in QPXFMLHB');

2080: RETURN g_db_MODIFIER_LIST_rec;
2081:
2082: ELSE
2083:
2084: oe_debug_pub.add('else END get_modifier_list in QPXFMLHB');
2085: RETURN g_MODIFIER_LIST_rec;
2086:
2087: END IF;
2088: oe_debug_pub.add('END get_modifier_list in QPXFMLHB');

Line 2088: oe_debug_pub.add('END get_modifier_list in QPXFMLHB');

2084: oe_debug_pub.add('else END get_modifier_list in QPXFMLHB');
2085: RETURN g_MODIFIER_LIST_rec;
2086:
2087: END IF;
2088: oe_debug_pub.add('END get_modifier_list in QPXFMLHB');
2089:
2090: END Get_Modifier_List;
2091:
2092: PROCEDURE Clear_Modifier_List