DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER_PATTR dependencies on OE_GLOBALS

Line 290: l_control_rec OE_GLOBALS.Control_Rec_Type;

286: IS
287: l_Header_Price_Att_rec OE_Order_PUB.Header_Price_Att_Rec_Type;
288: l_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
289:
290: l_control_rec OE_GLOBALS.Control_Rec_Type;
291: l_return_status VARCHAR2(1);
292: l_action_request_tbl OE_Order_PUB.Request_Tbl_Type;
293: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
294: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;

Line 326: OE_GLOBALS.G_UI_FLAG := TRUE;

322: IF l_debug_level > 0 THEN
323: oe_debug_pub.add( 'ENTERING OE_OE_FORM_HEADER_PATTR.DEFAULT_ATTRIBUTES' , 1 ) ;
324: END IF;
325: -- Set the UI flag
326: OE_GLOBALS.G_UI_FLAG := TRUE;
327:
328: -- Set Control Flags
329: l_control_rec.controlled_operation := TRUE;
330: l_control_rec.check_security := TRUE;

Line 472: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;

468: l_x_Header_Price_Att_rec.override_flag := NULL;
469:
470:
471: -- Set Operation to Create
472: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;
473:
474: l_x_Header_Price_Att_tbl(1) := l_x_Header_Price_Att_rec;
475:
476:

Line 661: OE_GLOBALS.G_UI_FLAG := FALSE;

657: p_Header_Price_Att_rec => l_x_Header_Price_Att_rec
658: );
659:
660: -- Re-set the UI flag to FALSE
661: OE_GLOBALS.G_UI_FLAG := FALSE;
662:
663: -- Set return status.
664: x_return_status := FND_API.G_RET_STS_SUCCESS;
665:

Line 677: OE_GLOBALS.G_UI_FLAG := FALSE;

673:
674: EXCEPTION
675: WHEN FND_API.G_EXC_ERROR THEN
676:
677: OE_GLOBALS.G_UI_FLAG := FALSE;
678: x_return_status := FND_API.G_RET_STS_ERROR;
679:
680: -- Get message count and data
681:

Line 689: OE_GLOBALS.G_UI_FLAG := FALSE;

685: );
686:
687: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
688:
689: OE_GLOBALS.G_UI_FLAG := FALSE;
690:
691: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
692:
693: -- Get message count and data

Line 702: OE_GLOBALS.G_UI_FLAG := FALSE;

698: );
699:
700: WHEN OTHERS THEN
701:
702: OE_GLOBALS.G_UI_FLAG := FALSE;
703:
704: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
705:
706: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

Line 1107: l_control_rec OE_GLOBALS.Control_Rec_Type;

1103: l_old_Header_Price_Att_rec OE_Order_PUB.Header_Price_Att_Rec_Type;
1104: l_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
1105: l_old_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
1106:
1107: l_control_rec OE_GLOBALS.Control_Rec_Type;
1108: l_return_status VARCHAR2(1);
1109: l_action_request_tbl OE_Order_PUB.Request_Tbl_Type;
1110: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
1111: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;

Line 1141: OE_GLOBALS.G_UI_FLAG := TRUE;

1137: IF l_debug_level > 0 THEN
1138: oe_debug_pub.add( 'ENTERING OE_OE_FORM_HEADER_PATTR.CHANGE_ATTRIBUTES' , 1 ) ;
1139: END IF;
1140: -- Set the UI flag
1141: OE_GLOBALS.G_UI_FLAG := TRUE;
1142:
1143: -- Set control flags.
1144: l_control_rec.controlled_operation := TRUE;
1145: l_control_rec.check_security := TRUE;

Line 1153: l_control_rec.process_entity := OE_GLOBALS.G_ENTITY_HEADER_PRICE_ATT;

1149:
1150: l_control_rec.validate_entity := FALSE;
1151: l_control_rec.write_to_DB := FALSE;
1152: l_control_rec.process := FALSE;
1153: l_control_rec.process_entity := OE_GLOBALS.G_ENTITY_HEADER_PRICE_ATT;
1154:
1155:
1156: -- Instruct API to retain its caches
1157: l_control_rec.clear_api_cache := FALSE;

Line 1453: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_UPDATE;

1449: IF FND_API.To_Boolean(l_x_Header_Price_Att_rec.db_flag) THEN
1450: IF l_debug_level > 0 THEN
1451: oe_debug_pub.add( 'IT IS AN UPDATE ' , 1 ) ;
1452: END IF;
1453: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
1454: ELSE
1455: IF l_debug_level > 0 THEN
1456: oe_debug_pub.add( 'IT IS CREATE ' , 1 ) ;
1457: END IF;

Line 1458: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;

1454: ELSE
1455: IF l_debug_level > 0 THEN
1456: oe_debug_pub.add( 'IT IS CREATE ' , 1 ) ;
1457: END IF;
1458: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;
1459: END IF;
1460:
1461:
1462: -- Populate Order Line pricing Attributes table

Line 1646: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute1,

1642:
1643: -- No Get Values
1644:
1645:
1646: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute1,
1647: l_Header_Price_Att_rec.attribute1)
1648: THEN
1649: x_attribute1 := l_x_Header_Price_Att_rec.attribute1;
1650: END IF;

Line 1653: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute2,

1649: x_attribute1 := l_x_Header_Price_Att_rec.attribute1;
1650: END IF;
1651:
1652:
1653: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute2,
1654: l_Header_Price_Att_rec.attribute2)
1655: THEN
1656: x_attribute3 := l_x_Header_Price_Att_rec.attribute2;
1657: END IF;

Line 1659: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute3,

1655: THEN
1656: x_attribute3 := l_x_Header_Price_Att_rec.attribute2;
1657: END IF;
1658:
1659: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute3,
1660: l_Header_Price_Att_rec.attribute3)
1661: THEN
1662: x_attribute3 := l_x_Header_Price_Att_rec.attribute3;
1663: END IF;

Line 1666: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute4,

1662: x_attribute3 := l_x_Header_Price_Att_rec.attribute3;
1663: END IF;
1664:
1665:
1666: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute4,
1667: l_Header_Price_Att_rec.attribute4)
1668: THEN
1669: x_attribute4 := l_x_Header_Price_Att_rec.attribute4;
1670: END IF;

Line 1672: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute5,

1668: THEN
1669: x_attribute4 := l_x_Header_Price_Att_rec.attribute4;
1670: END IF;
1671:
1672: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute5,
1673: l_Header_Price_Att_rec.attribute5)
1674: THEN
1675: x_attribute5 := l_x_Header_Price_Att_rec.attribute5;
1676: END IF;

Line 1677: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute6,

1673: l_Header_Price_Att_rec.attribute5)
1674: THEN
1675: x_attribute5 := l_x_Header_Price_Att_rec.attribute5;
1676: END IF;
1677: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute6,
1678: l_Header_Price_Att_rec.attribute6)
1679: THEN
1680: x_attribute6 := l_x_Header_Price_Att_rec.attribute6;
1681: END IF;

Line 1682: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute7,

1678: l_Header_Price_Att_rec.attribute6)
1679: THEN
1680: x_attribute6 := l_x_Header_Price_Att_rec.attribute6;
1681: END IF;
1682: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute7,
1683: l_Header_Price_Att_rec.attribute7)
1684: THEN
1685: x_attribute7 := l_x_Header_Price_Att_rec.attribute7;
1686: END IF;

Line 1688: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute8,

1684: THEN
1685: x_attribute7 := l_x_Header_Price_Att_rec.attribute7;
1686: END IF;
1687:
1688: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute8,
1689: l_Header_Price_Att_rec.attribute8)
1690: THEN
1691: x_attribute8 := l_x_Header_Price_Att_rec.attribute8;
1692: END IF;

Line 1696: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute9,

1692: END IF;
1693:
1694:
1695:
1696: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute9,
1697: l_Header_Price_Att_rec.attribute9)
1698: THEN
1699: x_attribute9 := l_x_Header_Price_Att_rec.attribute9;
1700: END IF;

Line 1702: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute10,

1698: THEN
1699: x_attribute9 := l_x_Header_Price_Att_rec.attribute9;
1700: END IF;
1701:
1702: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute10,
1703: l_Header_Price_Att_rec.attribute10)
1704: THEN
1705: x_attribute10 := l_x_Header_Price_Att_rec.attribute10;
1706: END IF;

Line 1708: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute11,

1704: THEN
1705: x_attribute10 := l_x_Header_Price_Att_rec.attribute10;
1706: END IF;
1707:
1708: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute11,
1709: l_Header_Price_Att_rec.attribute11)
1710: THEN
1711: x_attribute11 := l_x_Header_Price_Att_rec.attribute11;
1712: END IF;

Line 1714: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute12,

1710: THEN
1711: x_attribute11 := l_x_Header_Price_Att_rec.attribute11;
1712: END IF;
1713:
1714: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute12,
1715: l_Header_Price_Att_rec.attribute12)
1716: THEN
1717: x_attribute12 := l_x_Header_Price_Att_rec.attribute12;
1718: END IF;

Line 1720: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute13,

1716: THEN
1717: x_attribute12 := l_x_Header_Price_Att_rec.attribute12;
1718: END IF;
1719:
1720: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute13,
1721: l_Header_Price_Att_rec.attribute13)
1722: THEN
1723: x_attribute13 := l_x_Header_Price_Att_rec.attribute13;
1724: END IF;

Line 1726: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute14,

1722: THEN
1723: x_attribute13 := l_x_Header_Price_Att_rec.attribute13;
1724: END IF;
1725:
1726: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute14,
1727: l_Header_Price_Att_rec.attribute14)
1728: THEN
1729: x_attribute14 := l_x_Header_Price_Att_rec.attribute14;
1730: END IF;

Line 1732: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute15,

1728: THEN
1729: x_attribute14 := l_x_Header_Price_Att_rec.attribute14;
1730: END IF;
1731:
1732: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute15,
1733: l_Header_Price_Att_rec.attribute15)
1734: THEN
1735: x_attribute15 := l_x_Header_Price_Att_rec.attribute15;
1736: END IF;

Line 1738: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.header_id,

1734: THEN
1735: x_attribute15 := l_x_Header_Price_Att_rec.attribute15;
1736: END IF;
1737:
1738: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.header_id,
1739: l_Header_Price_Att_rec.header_id)
1740: THEN
1741: x_header_id := l_x_Header_Price_Att_rec.header_id;
1742: END IF;

Line 1744: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.line_id,

1740: THEN
1741: x_header_id := l_x_Header_Price_Att_rec.header_id;
1742: END IF;
1743:
1744: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.line_id,
1745: l_Header_Price_Att_rec.line_id)
1746: THEN
1747: x_line_id := l_x_Header_Price_Att_rec.line_id;
1748: END IF;

Line 1750: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.flex_title,

1746: THEN
1747: x_line_id := l_x_Header_Price_Att_rec.line_id;
1748: END IF;
1749:
1750: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.flex_title,
1751: l_Header_Price_Att_rec.flex_title)
1752: THEN
1753: x_flex_title := l_x_Header_Price_Att_rec.flex_title;
1754: END IF;

Line 1756: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.order_price_attrib_id,

1752: THEN
1753: x_flex_title := l_x_Header_Price_Att_rec.flex_title;
1754: END IF;
1755:
1756: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.order_price_attrib_id,
1757: l_Header_Price_Att_rec.order_price_attrib_id)
1758: THEN
1759: x_order_price_attrib_id := l_x_Header_Price_Att_rec.order_price_attrib_id;
1760: END IF;

Line 1762: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute1,

1758: THEN
1759: x_order_price_attrib_id := l_x_Header_Price_Att_rec.order_price_attrib_id;
1760: END IF;
1761:
1762: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute1,
1763: l_Header_Price_Att_rec.pricing_attribute1)
1764: THEN
1765: x_pricing_attribute1 := l_x_Header_Price_Att_rec.pricing_attribute1;
1766: END IF;

Line 1768: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute10,

1764: THEN
1765: x_pricing_attribute1 := l_x_Header_Price_Att_rec.pricing_attribute1;
1766: END IF;
1767:
1768: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute10,
1769: l_Header_Price_Att_rec.pricing_attribute10)
1770: THEN
1771: x_pricing_attribute10 := l_x_Header_Price_Att_rec.pricing_attribute10;
1772: END IF;

Line 1774: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute100,

1770: THEN
1771: x_pricing_attribute10 := l_x_Header_Price_Att_rec.pricing_attribute10;
1772: END IF;
1773:
1774: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute100,
1775: l_Header_Price_Att_rec.pricing_attribute100)
1776: THEN
1777: x_pricing_attribute100 := l_x_Header_Price_Att_rec.pricing_attribute100;
1778: END IF;

Line 1780: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute11,

1776: THEN
1777: x_pricing_attribute100 := l_x_Header_Price_Att_rec.pricing_attribute100;
1778: END IF;
1779:
1780: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute11,
1781: l_Header_Price_Att_rec.pricing_attribute11)
1782: THEN
1783: x_pricing_attribute11 := l_x_Header_Price_Att_rec.pricing_attribute11;
1784: END IF;

Line 1786: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute12,

1782: THEN
1783: x_pricing_attribute11 := l_x_Header_Price_Att_rec.pricing_attribute11;
1784: END IF;
1785:
1786: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute12,
1787: l_Header_Price_Att_rec.pricing_attribute12)
1788: THEN
1789: x_pricing_attribute12 := l_x_Header_Price_Att_rec.pricing_attribute12;
1790: END IF;

Line 1792: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute13,

1788: THEN
1789: x_pricing_attribute12 := l_x_Header_Price_Att_rec.pricing_attribute12;
1790: END IF;
1791:
1792: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute13,
1793: l_Header_Price_Att_rec.pricing_attribute13)
1794: THEN
1795: x_pricing_attribute13 := l_x_Header_Price_Att_rec.pricing_attribute13;
1796: END IF;

Line 1798: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute14,

1794: THEN
1795: x_pricing_attribute13 := l_x_Header_Price_Att_rec.pricing_attribute13;
1796: END IF;
1797:
1798: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute14,
1799: l_Header_Price_Att_rec.pricing_attribute14)
1800: THEN
1801: x_pricing_attribute14 := l_x_Header_Price_Att_rec.pricing_attribute14;
1802: END IF;

Line 1804: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute15,

1800: THEN
1801: x_pricing_attribute14 := l_x_Header_Price_Att_rec.pricing_attribute14;
1802: END IF;
1803:
1804: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute15,
1805: l_Header_Price_Att_rec.pricing_attribute15)
1806: THEN
1807: x_pricing_attribute15 := l_x_Header_Price_Att_rec.pricing_attribute15;
1808: END IF;

Line 1810: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute16,

1806: THEN
1807: x_pricing_attribute15 := l_x_Header_Price_Att_rec.pricing_attribute15;
1808: END IF;
1809:
1810: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute16,
1811: l_Header_Price_Att_rec.pricing_attribute16)
1812: THEN
1813: x_pricing_attribute16 := l_x_Header_Price_Att_rec.pricing_attribute16;
1814: END IF;

Line 1816: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute17,

1812: THEN
1813: x_pricing_attribute16 := l_x_Header_Price_Att_rec.pricing_attribute16;
1814: END IF;
1815:
1816: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute17,
1817: l_Header_Price_Att_rec.pricing_attribute17)
1818: THEN
1819: x_pricing_attribute17 := l_x_Header_Price_Att_rec.pricing_attribute17;
1820: END IF;

Line 1822: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute18,

1818: THEN
1819: x_pricing_attribute17 := l_x_Header_Price_Att_rec.pricing_attribute17;
1820: END IF;
1821:
1822: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute18,
1823: l_Header_Price_Att_rec.pricing_attribute18)
1824: THEN
1825: x_pricing_attribute18 := l_x_Header_Price_Att_rec.pricing_attribute18;
1826: END IF;

Line 1828: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute19,

1824: THEN
1825: x_pricing_attribute18 := l_x_Header_Price_Att_rec.pricing_attribute18;
1826: END IF;
1827:
1828: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute19,
1829: l_Header_Price_Att_rec.pricing_attribute19)
1830: THEN
1831: x_pricing_attribute19 := l_x_Header_Price_Att_rec.pricing_attribute19;
1832: END IF;

Line 1834: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute2,

1830: THEN
1831: x_pricing_attribute19 := l_x_Header_Price_Att_rec.pricing_attribute19;
1832: END IF;
1833:
1834: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute2,
1835: l_Header_Price_Att_rec.pricing_attribute2)
1836: THEN
1837: x_pricing_attribute2 := l_x_Header_Price_Att_rec.pricing_attribute2;
1838: END IF;

Line 1840: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute20,

1836: THEN
1837: x_pricing_attribute2 := l_x_Header_Price_Att_rec.pricing_attribute2;
1838: END IF;
1839:
1840: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute20,
1841: l_Header_Price_Att_rec.pricing_attribute20)
1842: THEN
1843: x_pricing_attribute20 := l_x_Header_Price_Att_rec.pricing_attribute20;
1844: END IF;

Line 1846: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute21,

1842: THEN
1843: x_pricing_attribute20 := l_x_Header_Price_Att_rec.pricing_attribute20;
1844: END IF;
1845:
1846: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute21,
1847: l_Header_Price_Att_rec.pricing_attribute21)
1848: THEN
1849: x_pricing_attribute21 := l_x_Header_Price_Att_rec.pricing_attribute21;
1850: END IF;

Line 1852: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute22,

1848: THEN
1849: x_pricing_attribute21 := l_x_Header_Price_Att_rec.pricing_attribute21;
1850: END IF;
1851:
1852: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute22,
1853: l_Header_Price_Att_rec.pricing_attribute22)
1854: THEN
1855: x_pricing_attribute22 := l_x_Header_Price_Att_rec.pricing_attribute22;
1856: END IF;

Line 1858: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute23,

1854: THEN
1855: x_pricing_attribute22 := l_x_Header_Price_Att_rec.pricing_attribute22;
1856: END IF;
1857:
1858: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute23,
1859: l_Header_Price_Att_rec.pricing_attribute23)
1860: THEN
1861: x_pricing_attribute23 := l_x_Header_Price_Att_rec.pricing_attribute23;
1862: END IF;

Line 1864: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute24,

1860: THEN
1861: x_pricing_attribute23 := l_x_Header_Price_Att_rec.pricing_attribute23;
1862: END IF;
1863:
1864: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute24,
1865: l_Header_Price_Att_rec.pricing_attribute24)
1866: THEN
1867: x_pricing_attribute24 := l_x_Header_Price_Att_rec.pricing_attribute24;
1868: END IF;

Line 1870: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute25,

1866: THEN
1867: x_pricing_attribute24 := l_x_Header_Price_Att_rec.pricing_attribute24;
1868: END IF;
1869:
1870: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute25,
1871: l_Header_Price_Att_rec.pricing_attribute25)
1872: THEN
1873: x_pricing_attribute25 := l_x_Header_Price_Att_rec.pricing_attribute25;
1874: END IF;

Line 1876: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute26,

1872: THEN
1873: x_pricing_attribute25 := l_x_Header_Price_Att_rec.pricing_attribute25;
1874: END IF;
1875:
1876: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute26,
1877: l_Header_Price_Att_rec.pricing_attribute26)
1878: THEN
1879: x_pricing_attribute26 := l_x_Header_Price_Att_rec.pricing_attribute26;
1880: END IF;

Line 1882: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute27,

1878: THEN
1879: x_pricing_attribute26 := l_x_Header_Price_Att_rec.pricing_attribute26;
1880: END IF;
1881:
1882: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute27,
1883: l_Header_Price_Att_rec.pricing_attribute27)
1884: THEN
1885: x_pricing_attribute27 := l_x_Header_Price_Att_rec.pricing_attribute27;
1886: END IF;

Line 1888: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute28,

1884: THEN
1885: x_pricing_attribute27 := l_x_Header_Price_Att_rec.pricing_attribute27;
1886: END IF;
1887:
1888: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute28,
1889: l_Header_Price_Att_rec.pricing_attribute28)
1890: THEN
1891: x_pricing_attribute28 := l_x_Header_Price_Att_rec.pricing_attribute28;
1892: END IF;

Line 1894: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute29,

1890: THEN
1891: x_pricing_attribute28 := l_x_Header_Price_Att_rec.pricing_attribute28;
1892: END IF;
1893:
1894: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute29,
1895: l_Header_Price_Att_rec.pricing_attribute29)
1896: THEN
1897: x_pricing_attribute29 := l_x_Header_Price_Att_rec.pricing_attribute29;
1898: END IF;

Line 1900: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute3,

1896: THEN
1897: x_pricing_attribute29 := l_x_Header_Price_Att_rec.pricing_attribute29;
1898: END IF;
1899:
1900: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute3,
1901: l_Header_Price_Att_rec.pricing_attribute3)
1902: THEN
1903: x_pricing_attribute3 := l_x_Header_Price_Att_rec.pricing_attribute3;
1904: END IF;

Line 1906: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute30,

1902: THEN
1903: x_pricing_attribute3 := l_x_Header_Price_Att_rec.pricing_attribute3;
1904: END IF;
1905:
1906: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute30,
1907: l_Header_Price_Att_rec.pricing_attribute30)
1908: THEN
1909: x_pricing_attribute30 := l_x_Header_Price_Att_rec.pricing_attribute30;
1910: END IF;

Line 1912: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute31,

1908: THEN
1909: x_pricing_attribute30 := l_x_Header_Price_Att_rec.pricing_attribute30;
1910: END IF;
1911:
1912: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute31,
1913: l_Header_Price_Att_rec.pricing_attribute31)
1914: THEN
1915: x_pricing_attribute31 := l_x_Header_Price_Att_rec.pricing_attribute31;
1916: END IF;

Line 1918: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute32,

1914: THEN
1915: x_pricing_attribute31 := l_x_Header_Price_Att_rec.pricing_attribute31;
1916: END IF;
1917:
1918: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute32,
1919: l_Header_Price_Att_rec.pricing_attribute32)
1920: THEN
1921: x_pricing_attribute32 := l_x_Header_Price_Att_rec.pricing_attribute32;
1922: END IF;

Line 1924: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute33,

1920: THEN
1921: x_pricing_attribute32 := l_x_Header_Price_Att_rec.pricing_attribute32;
1922: END IF;
1923:
1924: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute33,
1925: l_Header_Price_Att_rec.pricing_attribute33)
1926: THEN
1927: x_pricing_attribute33 := l_x_Header_Price_Att_rec.pricing_attribute33;
1928: END IF;

Line 1930: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute34,

1926: THEN
1927: x_pricing_attribute33 := l_x_Header_Price_Att_rec.pricing_attribute33;
1928: END IF;
1929:
1930: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute34,
1931: l_Header_Price_Att_rec.pricing_attribute34)
1932: THEN
1933: x_pricing_attribute34 := l_x_Header_Price_Att_rec.pricing_attribute34;
1934: END IF;

Line 1936: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute35,

1932: THEN
1933: x_pricing_attribute34 := l_x_Header_Price_Att_rec.pricing_attribute34;
1934: END IF;
1935:
1936: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute35,
1937: l_Header_Price_Att_rec.pricing_attribute35)
1938: THEN
1939: x_pricing_attribute35 := l_x_Header_Price_Att_rec.pricing_attribute35;
1940: END IF;

Line 1942: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute36,

1938: THEN
1939: x_pricing_attribute35 := l_x_Header_Price_Att_rec.pricing_attribute35;
1940: END IF;
1941:
1942: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute36,
1943: l_Header_Price_Att_rec.pricing_attribute36)
1944: THEN
1945: x_pricing_attribute36 := l_x_Header_Price_Att_rec.pricing_attribute36;
1946: END IF;

Line 1948: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute37,

1944: THEN
1945: x_pricing_attribute36 := l_x_Header_Price_Att_rec.pricing_attribute36;
1946: END IF;
1947:
1948: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute37,
1949: l_Header_Price_Att_rec.pricing_attribute37)
1950: THEN
1951: x_pricing_attribute37 := l_x_Header_Price_Att_rec.pricing_attribute37;
1952: END IF;

Line 1954: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute38,

1950: THEN
1951: x_pricing_attribute37 := l_x_Header_Price_Att_rec.pricing_attribute37;
1952: END IF;
1953:
1954: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute38,
1955: l_Header_Price_Att_rec.pricing_attribute38)
1956: THEN
1957: x_pricing_attribute38 := l_x_Header_Price_Att_rec.pricing_attribute38;
1958: END IF;

Line 1960: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute39,

1956: THEN
1957: x_pricing_attribute38 := l_x_Header_Price_Att_rec.pricing_attribute38;
1958: END IF;
1959:
1960: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute39,
1961: l_Header_Price_Att_rec.pricing_attribute39)
1962: THEN
1963: x_pricing_attribute39 := l_x_Header_Price_Att_rec.pricing_attribute39;
1964: END IF;

Line 1966: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute4,

1962: THEN
1963: x_pricing_attribute39 := l_x_Header_Price_Att_rec.pricing_attribute39;
1964: END IF;
1965:
1966: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute4,
1967: l_Header_Price_Att_rec.pricing_attribute4)
1968: THEN
1969: x_pricing_attribute4 := l_x_Header_Price_Att_rec.pricing_attribute4;
1970: END IF;

Line 1972: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute40,

1968: THEN
1969: x_pricing_attribute4 := l_x_Header_Price_Att_rec.pricing_attribute4;
1970: END IF;
1971:
1972: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute40,
1973: l_Header_Price_Att_rec.pricing_attribute40)
1974: THEN
1975: x_pricing_attribute40 := l_x_Header_Price_Att_rec.pricing_attribute40;
1976: END IF;

Line 1978: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute41,

1974: THEN
1975: x_pricing_attribute40 := l_x_Header_Price_Att_rec.pricing_attribute40;
1976: END IF;
1977:
1978: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute41,
1979: l_Header_Price_Att_rec.pricing_attribute41)
1980: THEN
1981: x_pricing_attribute41 := l_x_Header_Price_Att_rec.pricing_attribute41;
1982: END IF;

Line 1984: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute42,

1980: THEN
1981: x_pricing_attribute41 := l_x_Header_Price_Att_rec.pricing_attribute41;
1982: END IF;
1983:
1984: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute42,
1985: l_Header_Price_Att_rec.pricing_attribute42)
1986: THEN
1987: x_pricing_attribute42 := l_x_Header_Price_Att_rec.pricing_attribute42;
1988: END IF;

Line 1990: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute43,

1986: THEN
1987: x_pricing_attribute42 := l_x_Header_Price_Att_rec.pricing_attribute42;
1988: END IF;
1989:
1990: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute43,
1991: l_Header_Price_Att_rec.pricing_attribute43)
1992: THEN
1993: x_pricing_attribute43 := l_x_Header_Price_Att_rec.pricing_attribute43;
1994: END IF;

Line 1996: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute44,

1992: THEN
1993: x_pricing_attribute43 := l_x_Header_Price_Att_rec.pricing_attribute43;
1994: END IF;
1995:
1996: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute44,
1997: l_Header_Price_Att_rec.pricing_attribute44)
1998: THEN
1999: x_pricing_attribute44 := l_x_Header_Price_Att_rec.pricing_attribute44;
2000: END IF;

Line 2002: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute45,

1998: THEN
1999: x_pricing_attribute44 := l_x_Header_Price_Att_rec.pricing_attribute44;
2000: END IF;
2001:
2002: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute45,
2003: l_Header_Price_Att_rec.pricing_attribute45)
2004: THEN
2005: x_pricing_attribute45 := l_x_Header_Price_Att_rec.pricing_attribute45;
2006: END IF;

Line 2008: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute46,

2004: THEN
2005: x_pricing_attribute45 := l_x_Header_Price_Att_rec.pricing_attribute45;
2006: END IF;
2007:
2008: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute46,
2009: l_Header_Price_Att_rec.pricing_attribute46)
2010: THEN
2011: x_pricing_attribute46 := l_x_Header_Price_Att_rec.pricing_attribute46;
2012: END IF;

Line 2014: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute47,

2010: THEN
2011: x_pricing_attribute46 := l_x_Header_Price_Att_rec.pricing_attribute46;
2012: END IF;
2013:
2014: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute47,
2015: l_Header_Price_Att_rec.pricing_attribute47)
2016: THEN
2017: x_pricing_attribute47 := l_x_Header_Price_Att_rec.pricing_attribute47;
2018: END IF;

Line 2020: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute48,

2016: THEN
2017: x_pricing_attribute47 := l_x_Header_Price_Att_rec.pricing_attribute47;
2018: END IF;
2019:
2020: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute48,
2021: l_Header_Price_Att_rec.pricing_attribute48)
2022: THEN
2023: x_pricing_attribute48 := l_x_Header_Price_Att_rec.pricing_attribute48;
2024: END IF;

Line 2026: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute49,

2022: THEN
2023: x_pricing_attribute48 := l_x_Header_Price_Att_rec.pricing_attribute48;
2024: END IF;
2025:
2026: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute49,
2027: l_Header_Price_Att_rec.pricing_attribute49)
2028: THEN
2029: x_pricing_attribute49 := l_x_Header_Price_Att_rec.pricing_attribute49;
2030: END IF;

Line 2032: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute5,

2028: THEN
2029: x_pricing_attribute49 := l_x_Header_Price_Att_rec.pricing_attribute49;
2030: END IF;
2031:
2032: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute5,
2033: l_Header_Price_Att_rec.pricing_attribute5)
2034: THEN
2035: x_pricing_attribute5 := l_x_Header_Price_Att_rec.pricing_attribute5;
2036: END IF;

Line 2038: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute50,

2034: THEN
2035: x_pricing_attribute5 := l_x_Header_Price_Att_rec.pricing_attribute5;
2036: END IF;
2037:
2038: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute50,
2039: l_Header_Price_Att_rec.pricing_attribute50)
2040: THEN
2041: x_pricing_attribute50 := l_x_Header_Price_Att_rec.pricing_attribute50;
2042: END IF;

Line 2044: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute51,

2040: THEN
2041: x_pricing_attribute50 := l_x_Header_Price_Att_rec.pricing_attribute50;
2042: END IF;
2043:
2044: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute51,
2045: l_Header_Price_Att_rec.pricing_attribute51)
2046: THEN
2047: x_pricing_attribute51 := l_x_Header_Price_Att_rec.pricing_attribute51;
2048: END IF;

Line 2050: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute52,

2046: THEN
2047: x_pricing_attribute51 := l_x_Header_Price_Att_rec.pricing_attribute51;
2048: END IF;
2049:
2050: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute52,
2051: l_Header_Price_Att_rec.pricing_attribute52)
2052: THEN
2053: x_pricing_attribute52 := l_x_Header_Price_Att_rec.pricing_attribute52;
2054: END IF;

Line 2056: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute53,

2052: THEN
2053: x_pricing_attribute52 := l_x_Header_Price_Att_rec.pricing_attribute52;
2054: END IF;
2055:
2056: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute53,
2057: l_Header_Price_Att_rec.pricing_attribute53)
2058: THEN
2059: x_pricing_attribute53 := l_x_Header_Price_Att_rec.pricing_attribute53;
2060: END IF;

Line 2062: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute54,

2058: THEN
2059: x_pricing_attribute53 := l_x_Header_Price_Att_rec.pricing_attribute53;
2060: END IF;
2061:
2062: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute54,
2063: l_Header_Price_Att_rec.pricing_attribute54)
2064: THEN
2065: x_pricing_attribute54 := l_x_Header_Price_Att_rec.pricing_attribute54;
2066: END IF;

Line 2068: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute55,

2064: THEN
2065: x_pricing_attribute54 := l_x_Header_Price_Att_rec.pricing_attribute54;
2066: END IF;
2067:
2068: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute55,
2069: l_Header_Price_Att_rec.pricing_attribute55)
2070: THEN
2071: x_pricing_attribute55 := l_x_Header_Price_Att_rec.pricing_attribute55;
2072: END IF;

Line 2074: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute56,

2070: THEN
2071: x_pricing_attribute55 := l_x_Header_Price_Att_rec.pricing_attribute55;
2072: END IF;
2073:
2074: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute56,
2075: l_Header_Price_Att_rec.pricing_attribute56)
2076: THEN
2077: x_pricing_attribute56 := l_x_Header_Price_Att_rec.pricing_attribute56;
2078: END IF;

Line 2080: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute57,

2076: THEN
2077: x_pricing_attribute56 := l_x_Header_Price_Att_rec.pricing_attribute56;
2078: END IF;
2079:
2080: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute57,
2081: l_Header_Price_Att_rec.pricing_attribute57)
2082: THEN
2083: x_pricing_attribute57 := l_x_Header_Price_Att_rec.pricing_attribute57;
2084: END IF;

Line 2086: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute58,

2082: THEN
2083: x_pricing_attribute57 := l_x_Header_Price_Att_rec.pricing_attribute57;
2084: END IF;
2085:
2086: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute58,
2087: l_Header_Price_Att_rec.pricing_attribute58)
2088: THEN
2089: x_pricing_attribute58 := l_x_Header_Price_Att_rec.pricing_attribute58;
2090: END IF;

Line 2092: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute59,

2088: THEN
2089: x_pricing_attribute58 := l_x_Header_Price_Att_rec.pricing_attribute58;
2090: END IF;
2091:
2092: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute59,
2093: l_Header_Price_Att_rec.pricing_attribute59)
2094: THEN
2095: x_pricing_attribute59 := l_x_Header_Price_Att_rec.pricing_attribute59;
2096: END IF;

Line 2098: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute6,

2094: THEN
2095: x_pricing_attribute59 := l_x_Header_Price_Att_rec.pricing_attribute59;
2096: END IF;
2097:
2098: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute6,
2099: l_Header_Price_Att_rec.pricing_attribute6)
2100: THEN
2101: x_pricing_attribute6 := l_x_Header_Price_Att_rec.pricing_attribute6;
2102: END IF;

Line 2104: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute60,

2100: THEN
2101: x_pricing_attribute6 := l_x_Header_Price_Att_rec.pricing_attribute6;
2102: END IF;
2103:
2104: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute60,
2105: l_Header_Price_Att_rec.pricing_attribute60)
2106: THEN
2107: x_pricing_attribute60 := l_x_Header_Price_Att_rec.pricing_attribute60;
2108: END IF;

Line 2110: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute61,

2106: THEN
2107: x_pricing_attribute60 := l_x_Header_Price_Att_rec.pricing_attribute60;
2108: END IF;
2109:
2110: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute61,
2111: l_Header_Price_Att_rec.pricing_attribute61)
2112: THEN
2113: x_pricing_attribute61 := l_x_Header_Price_Att_rec.pricing_attribute61;
2114: END IF;

Line 2116: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute62,

2112: THEN
2113: x_pricing_attribute61 := l_x_Header_Price_Att_rec.pricing_attribute61;
2114: END IF;
2115:
2116: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute62,
2117: l_Header_Price_Att_rec.pricing_attribute62)
2118: THEN
2119: x_pricing_attribute62 := l_x_Header_Price_Att_rec.pricing_attribute62;
2120: END IF;

Line 2122: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute63,

2118: THEN
2119: x_pricing_attribute62 := l_x_Header_Price_Att_rec.pricing_attribute62;
2120: END IF;
2121:
2122: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute63,
2123: l_Header_Price_Att_rec.pricing_attribute63)
2124: THEN
2125: x_pricing_attribute63 := l_x_Header_Price_Att_rec.pricing_attribute63;
2126: END IF;

Line 2128: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute64,

2124: THEN
2125: x_pricing_attribute63 := l_x_Header_Price_Att_rec.pricing_attribute63;
2126: END IF;
2127:
2128: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute64,
2129: l_Header_Price_Att_rec.pricing_attribute64)
2130: THEN
2131: x_pricing_attribute64 := l_x_Header_Price_Att_rec.pricing_attribute64;
2132: END IF;

Line 2134: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute65,

2130: THEN
2131: x_pricing_attribute64 := l_x_Header_Price_Att_rec.pricing_attribute64;
2132: END IF;
2133:
2134: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute65,
2135: l_Header_Price_Att_rec.pricing_attribute65)
2136: THEN
2137: x_pricing_attribute65 := l_x_Header_Price_Att_rec.pricing_attribute65;
2138: END IF;

Line 2140: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute66,

2136: THEN
2137: x_pricing_attribute65 := l_x_Header_Price_Att_rec.pricing_attribute65;
2138: END IF;
2139:
2140: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute66,
2141: l_Header_Price_Att_rec.pricing_attribute66)
2142: THEN
2143: x_pricing_attribute66 := l_x_Header_Price_Att_rec.pricing_attribute66;
2144: END IF;

Line 2146: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute67,

2142: THEN
2143: x_pricing_attribute66 := l_x_Header_Price_Att_rec.pricing_attribute66;
2144: END IF;
2145:
2146: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute67,
2147: l_Header_Price_Att_rec.pricing_attribute67)
2148: THEN
2149: x_pricing_attribute67 := l_x_Header_Price_Att_rec.pricing_attribute67;
2150: END IF;

Line 2152: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute68,

2148: THEN
2149: x_pricing_attribute67 := l_x_Header_Price_Att_rec.pricing_attribute67;
2150: END IF;
2151:
2152: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute68,
2153: l_Header_Price_Att_rec.pricing_attribute68)
2154: THEN
2155: x_pricing_attribute68 := l_x_Header_Price_Att_rec.pricing_attribute68;
2156: END IF;

Line 2158: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute69,

2154: THEN
2155: x_pricing_attribute68 := l_x_Header_Price_Att_rec.pricing_attribute68;
2156: END IF;
2157:
2158: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute69,
2159: l_Header_Price_Att_rec.pricing_attribute69)
2160: THEN
2161: x_pricing_attribute69 := l_x_Header_Price_Att_rec.pricing_attribute69;
2162: END IF;

Line 2164: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute7,

2160: THEN
2161: x_pricing_attribute69 := l_x_Header_Price_Att_rec.pricing_attribute69;
2162: END IF;
2163:
2164: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute7,
2165: l_Header_Price_Att_rec.pricing_attribute7)
2166: THEN
2167: x_pricing_attribute7 := l_x_Header_Price_Att_rec.pricing_attribute7;
2168: END IF;

Line 2170: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute70,

2166: THEN
2167: x_pricing_attribute7 := l_x_Header_Price_Att_rec.pricing_attribute7;
2168: END IF;
2169:
2170: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute70,
2171: l_Header_Price_Att_rec.pricing_attribute70)
2172: THEN
2173: x_pricing_attribute70 := l_x_Header_Price_Att_rec.pricing_attribute70;
2174: END IF;

Line 2176: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute71,

2172: THEN
2173: x_pricing_attribute70 := l_x_Header_Price_Att_rec.pricing_attribute70;
2174: END IF;
2175:
2176: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute71,
2177: l_Header_Price_Att_rec.pricing_attribute71)
2178: THEN
2179: x_pricing_attribute71 := l_x_Header_Price_Att_rec.pricing_attribute71;
2180: END IF;

Line 2182: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute72,

2178: THEN
2179: x_pricing_attribute71 := l_x_Header_Price_Att_rec.pricing_attribute71;
2180: END IF;
2181:
2182: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute72,
2183: l_Header_Price_Att_rec.pricing_attribute72)
2184: THEN
2185: x_pricing_attribute72 := l_x_Header_Price_Att_rec.pricing_attribute72;
2186: END IF;

Line 2188: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute73,

2184: THEN
2185: x_pricing_attribute72 := l_x_Header_Price_Att_rec.pricing_attribute72;
2186: END IF;
2187:
2188: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute73,
2189: l_Header_Price_Att_rec.pricing_attribute73)
2190: THEN
2191: x_pricing_attribute73 := l_x_Header_Price_Att_rec.pricing_attribute73;
2192: END IF;

Line 2194: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute74,

2190: THEN
2191: x_pricing_attribute73 := l_x_Header_Price_Att_rec.pricing_attribute73;
2192: END IF;
2193:
2194: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute74,
2195: l_Header_Price_Att_rec.pricing_attribute74)
2196: THEN
2197: x_pricing_attribute74 := l_x_Header_Price_Att_rec.pricing_attribute74;
2198: END IF;

Line 2200: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute75,

2196: THEN
2197: x_pricing_attribute74 := l_x_Header_Price_Att_rec.pricing_attribute74;
2198: END IF;
2199:
2200: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute75,
2201: l_Header_Price_Att_rec.pricing_attribute75)
2202: THEN
2203: x_pricing_attribute75 := l_x_Header_Price_Att_rec.pricing_attribute75;
2204: END IF;

Line 2206: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute76,

2202: THEN
2203: x_pricing_attribute75 := l_x_Header_Price_Att_rec.pricing_attribute75;
2204: END IF;
2205:
2206: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute76,
2207: l_Header_Price_Att_rec.pricing_attribute76)
2208: THEN
2209: x_pricing_attribute76 := l_x_Header_Price_Att_rec.pricing_attribute76;
2210: END IF;

Line 2212: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute77,

2208: THEN
2209: x_pricing_attribute76 := l_x_Header_Price_Att_rec.pricing_attribute76;
2210: END IF;
2211:
2212: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute77,
2213: l_Header_Price_Att_rec.pricing_attribute77)
2214: THEN
2215: x_pricing_attribute77 := l_x_Header_Price_Att_rec.pricing_attribute77;
2216: END IF;

Line 2218: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute78,

2214: THEN
2215: x_pricing_attribute77 := l_x_Header_Price_Att_rec.pricing_attribute77;
2216: END IF;
2217:
2218: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute78,
2219: l_Header_Price_Att_rec.pricing_attribute78)
2220: THEN
2221: x_pricing_attribute78 := l_x_Header_Price_Att_rec.pricing_attribute78;
2222: END IF;

Line 2224: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute79,

2220: THEN
2221: x_pricing_attribute78 := l_x_Header_Price_Att_rec.pricing_attribute78;
2222: END IF;
2223:
2224: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute79,
2225: l_Header_Price_Att_rec.pricing_attribute79)
2226: THEN
2227: x_pricing_attribute79 := l_x_Header_Price_Att_rec.pricing_attribute79;
2228: END IF;

Line 2230: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute8,

2226: THEN
2227: x_pricing_attribute79 := l_x_Header_Price_Att_rec.pricing_attribute79;
2228: END IF;
2229:
2230: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute8,
2231: l_Header_Price_Att_rec.pricing_attribute8)
2232: THEN
2233: x_pricing_attribute8 := l_x_Header_Price_Att_rec.pricing_attribute8;
2234: END IF;

Line 2236: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute80,

2232: THEN
2233: x_pricing_attribute8 := l_x_Header_Price_Att_rec.pricing_attribute8;
2234: END IF;
2235:
2236: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute80,
2237: l_Header_Price_Att_rec.pricing_attribute80)
2238: THEN
2239: x_pricing_attribute80 := l_x_Header_Price_Att_rec.pricing_attribute80;
2240: END IF;

Line 2242: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute81,

2238: THEN
2239: x_pricing_attribute80 := l_x_Header_Price_Att_rec.pricing_attribute80;
2240: END IF;
2241:
2242: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute81,
2243: l_Header_Price_Att_rec.pricing_attribute81)
2244: THEN
2245: x_pricing_attribute81 := l_x_Header_Price_Att_rec.pricing_attribute81;
2246: END IF;

Line 2248: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute82,

2244: THEN
2245: x_pricing_attribute81 := l_x_Header_Price_Att_rec.pricing_attribute81;
2246: END IF;
2247:
2248: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute82,
2249: l_Header_Price_Att_rec.pricing_attribute82)
2250: THEN
2251: x_pricing_attribute82 := l_x_Header_Price_Att_rec.pricing_attribute82;
2252: END IF;

Line 2254: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute83,

2250: THEN
2251: x_pricing_attribute82 := l_x_Header_Price_Att_rec.pricing_attribute82;
2252: END IF;
2253:
2254: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute83,
2255: l_Header_Price_Att_rec.pricing_attribute83)
2256: THEN
2257: x_pricing_attribute83 := l_x_Header_Price_Att_rec.pricing_attribute83;
2258: END IF;

Line 2260: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute84,

2256: THEN
2257: x_pricing_attribute83 := l_x_Header_Price_Att_rec.pricing_attribute83;
2258: END IF;
2259:
2260: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute84,
2261: l_Header_Price_Att_rec.pricing_attribute84)
2262: THEN
2263: x_pricing_attribute84 := l_x_Header_Price_Att_rec.pricing_attribute84;
2264: END IF;

Line 2266: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute85,

2262: THEN
2263: x_pricing_attribute84 := l_x_Header_Price_Att_rec.pricing_attribute84;
2264: END IF;
2265:
2266: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute85,
2267: l_Header_Price_Att_rec.pricing_attribute85)
2268: THEN
2269: x_pricing_attribute85 := l_x_Header_Price_Att_rec.pricing_attribute85;
2270: END IF;

Line 2272: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute86,

2268: THEN
2269: x_pricing_attribute85 := l_x_Header_Price_Att_rec.pricing_attribute85;
2270: END IF;
2271:
2272: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute86,
2273: l_Header_Price_Att_rec.pricing_attribute86)
2274: THEN
2275: x_pricing_attribute86 := l_x_Header_Price_Att_rec.pricing_attribute86;
2276: END IF;

Line 2278: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute87,

2274: THEN
2275: x_pricing_attribute86 := l_x_Header_Price_Att_rec.pricing_attribute86;
2276: END IF;
2277:
2278: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute87,
2279: l_Header_Price_Att_rec.pricing_attribute87)
2280: THEN
2281: x_pricing_attribute87 := l_x_Header_Price_Att_rec.pricing_attribute87;
2282: END IF;

Line 2284: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute88,

2280: THEN
2281: x_pricing_attribute87 := l_x_Header_Price_Att_rec.pricing_attribute87;
2282: END IF;
2283:
2284: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute88,
2285: l_Header_Price_Att_rec.pricing_attribute88)
2286: THEN
2287: x_pricing_attribute88 := l_x_Header_Price_Att_rec.pricing_attribute88;
2288: END IF;

Line 2290: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute89,

2286: THEN
2287: x_pricing_attribute88 := l_x_Header_Price_Att_rec.pricing_attribute88;
2288: END IF;
2289:
2290: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute89,
2291: l_Header_Price_Att_rec.pricing_attribute89)
2292: THEN
2293: x_pricing_attribute89 := l_x_Header_Price_Att_rec.pricing_attribute89;
2294: END IF;

Line 2296: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute9,

2292: THEN
2293: x_pricing_attribute89 := l_x_Header_Price_Att_rec.pricing_attribute89;
2294: END IF;
2295:
2296: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute9,
2297: l_Header_Price_Att_rec.pricing_attribute9)
2298: THEN
2299: x_pricing_attribute9 := l_x_Header_Price_Att_rec.pricing_attribute9;
2300: END IF;

Line 2302: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute90,

2298: THEN
2299: x_pricing_attribute9 := l_x_Header_Price_Att_rec.pricing_attribute9;
2300: END IF;
2301:
2302: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute90,
2303: l_Header_Price_Att_rec.pricing_attribute90)
2304: THEN
2305: x_pricing_attribute90 := l_x_Header_Price_Att_rec.pricing_attribute90;
2306: END IF;

Line 2308: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute91,

2304: THEN
2305: x_pricing_attribute90 := l_x_Header_Price_Att_rec.pricing_attribute90;
2306: END IF;
2307:
2308: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute91,
2309: l_Header_Price_Att_rec.pricing_attribute91)
2310: THEN
2311: x_pricing_attribute91 := l_x_Header_Price_Att_rec.pricing_attribute91;
2312: END IF;

Line 2314: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute92,

2310: THEN
2311: x_pricing_attribute91 := l_x_Header_Price_Att_rec.pricing_attribute91;
2312: END IF;
2313:
2314: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute92,
2315: l_Header_Price_Att_rec.pricing_attribute92)
2316: THEN
2317: x_pricing_attribute92 := l_x_Header_Price_Att_rec.pricing_attribute92;
2318: END IF;

Line 2320: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute93,

2316: THEN
2317: x_pricing_attribute92 := l_x_Header_Price_Att_rec.pricing_attribute92;
2318: END IF;
2319:
2320: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute93,
2321: l_Header_Price_Att_rec.pricing_attribute93)
2322: THEN
2323: x_pricing_attribute93 := l_x_Header_Price_Att_rec.pricing_attribute93;
2324: END IF;

Line 2326: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute94,

2322: THEN
2323: x_pricing_attribute93 := l_x_Header_Price_Att_rec.pricing_attribute93;
2324: END IF;
2325:
2326: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute94,
2327: l_Header_Price_Att_rec.pricing_attribute94)
2328: THEN
2329: x_pricing_attribute94 := l_x_Header_Price_Att_rec.pricing_attribute94;
2330: END IF;

Line 2332: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute95,

2328: THEN
2329: x_pricing_attribute94 := l_x_Header_Price_Att_rec.pricing_attribute94;
2330: END IF;
2331:
2332: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute95,
2333: l_Header_Price_Att_rec.pricing_attribute95)
2334: THEN
2335: x_pricing_attribute95 := l_x_Header_Price_Att_rec.pricing_attribute95;
2336: END IF;

Line 2338: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute96,

2334: THEN
2335: x_pricing_attribute95 := l_x_Header_Price_Att_rec.pricing_attribute95;
2336: END IF;
2337:
2338: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute96,
2339: l_Header_Price_Att_rec.pricing_attribute96)
2340: THEN
2341: x_pricing_attribute96 := l_x_Header_Price_Att_rec.pricing_attribute96;
2342: END IF;

Line 2344: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute97,

2340: THEN
2341: x_pricing_attribute96 := l_x_Header_Price_Att_rec.pricing_attribute96;
2342: END IF;
2343:
2344: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute97,
2345: l_Header_Price_Att_rec.pricing_attribute97)
2346: THEN
2347: x_pricing_attribute97 := l_x_Header_Price_Att_rec.pricing_attribute97;
2348: END IF;

Line 2350: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute98,

2346: THEN
2347: x_pricing_attribute97 := l_x_Header_Price_Att_rec.pricing_attribute97;
2348: END IF;
2349:
2350: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute98,
2351: l_Header_Price_Att_rec.pricing_attribute98)
2352: THEN
2353: x_pricing_attribute98 := l_x_Header_Price_Att_rec.pricing_attribute98;
2354: END IF;

Line 2356: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute99,

2352: THEN
2353: x_pricing_attribute98 := l_x_Header_Price_Att_rec.pricing_attribute98;
2354: END IF;
2355:
2356: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute99,
2357: l_Header_Price_Att_rec.pricing_attribute99)
2358: THEN
2359: x_pricing_attribute99 := l_x_Header_Price_Att_rec.pricing_attribute99;
2360: END IF;

Line 2362: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_context,

2358: THEN
2359: x_pricing_attribute99 := l_x_Header_Price_Att_rec.pricing_attribute99;
2360: END IF;
2361:
2362: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_context,
2363: l_Header_Price_Att_rec.pricing_context)
2364: THEN
2365: x_pricing_context := l_x_Header_Price_Att_rec.pricing_context;
2366: END IF;

Line 2368: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.override_flag,

2364: THEN
2365: x_pricing_context := l_x_Header_Price_Att_rec.pricing_context;
2366: END IF;
2367:
2368: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.override_flag,
2369: l_Header_Price_Att_rec.override_flag)
2370: THEN
2371: x_pricing_context := l_x_Header_Price_Att_rec.override_flag;
2372: END IF;

Line 2381: OE_GLOBALS.G_UI_FLAG := FALSE;

2377: ) ;
2378:
2379:
2380: -- Re-set the UI flag to FALSE
2381: OE_GLOBALS.G_UI_FLAG := FALSE;
2382:
2383: -- Set return status.
2384:
2385: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 2403: OE_GLOBALS.G_UI_FLAG := FALSE;

2399: EXCEPTION
2400:
2401: WHEN FND_API.G_EXC_ERROR THEN
2402:
2403: OE_GLOBALS.G_UI_FLAG := FALSE;
2404:
2405: x_return_status := FND_API.G_RET_STS_ERROR;
2406:
2407: -- Get message count and data

Line 2415: OE_GLOBALS.G_UI_FLAG := FALSE;

2411: );
2412:
2413: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2414:
2415: OE_GLOBALS.G_UI_FLAG := FALSE;
2416:
2417: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2418:
2419: -- Get message count and data

Line 2428: OE_GLOBALS.G_UI_FLAG := FALSE;

2424: );
2425:
2426: WHEN OTHERS THEN
2427:
2428: OE_GLOBALS.G_UI_FLAG := FALSE;
2429:
2430: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2431:
2432: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

Line 2478: l_control_rec OE_GLOBALS.Control_Rec_Type;

2474: l_x_old_Header_Price_Att_rec OE_Order_PUB.Header_Price_Att_Rec_Type;
2475: l_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
2476: l_old_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
2477: l_x_old_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
2478: l_control_rec OE_GLOBALS.Control_Rec_Type;
2479: l_return_status VARCHAR2(1);
2480: l_action_request_tbl OE_Order_PUB.Request_Tbl_Type;
2481:
2482: /* OUT NOCOPY parameters for Process Order */

Line 2511: OE_GLOBALS.G_UI_FLAG := TRUE;

2507: --
2508: BEGIN
2509:
2510: -- Set the UI flag
2511: OE_GLOBALS.G_UI_FLAG := TRUE;
2512:
2513: -- Set control flags.
2514: l_control_rec.controlled_operation := TRUE;
2515: l_control_rec.validate_entity := TRUE;

Line 2523: l_control_rec.process_entity := OE_GLOBALS.G_ENTITY_HEADER_PRICE_ATT;

2519: l_control_rec.clear_dependents := FALSE;
2520: l_control_rec.default_attributes := FALSE;
2521: l_control_rec.change_attributes := FALSE;
2522: l_control_rec.process := FALSE;
2523: l_control_rec.process_entity := OE_GLOBALS.G_ENTITY_HEADER_PRICE_ATT;
2524:
2525: -- Instruct API to retain its caches
2526: l_control_rec.clear_api_cache := FALSE;
2527: l_control_rec.clear_api_requests := FALSE;

Line 2546: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_UPDATE;

2542: ) ;
2543:
2544: -- Set Operation.
2545: IF FND_API.To_Boolean(l_x_Header_Price_Att_rec.db_flag) THEN
2546: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
2547: ELSE
2548: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;
2549: END IF;
2550:

Line 2548: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;

2544: -- Set Operation.
2545: IF FND_API.To_Boolean(l_x_Header_Price_Att_rec.db_flag) THEN
2546: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
2547: ELSE
2548: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;
2549: END IF;
2550:
2551: l_x_Header_Price_Att_tbl(1) := l_x_Header_Price_Att_rec ;
2552: l_x_old_Header_Price_Att_tbl(1) := l_x_old_Header_Price_Att_rec;

Line 2631: OE_GLOBALS.G_UI_FLAG := FALSE;

2627: , p_data => x_msg_data
2628: );
2629:
2630: -- Re-set the UI flag to FALSE
2631: OE_GLOBALS.G_UI_FLAG := FALSE;
2632:
2633:
2634: EXCEPTION
2635: WHEN FND_API.G_EXC_ERROR THEN

Line 2637: OE_GLOBALS.G_UI_FLAG := FALSE;

2633:
2634: EXCEPTION
2635: WHEN FND_API.G_EXC_ERROR THEN
2636:
2637: OE_GLOBALS.G_UI_FLAG := FALSE;
2638:
2639: x_return_status := FND_API.G_RET_STS_ERROR;
2640:
2641: -- Get message count and data

Line 2653: OE_GLOBALS.G_UI_FLAG := FALSE;

2649:
2650:
2651: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2652:
2653: OE_GLOBALS.G_UI_FLAG := FALSE;
2654:
2655: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2656:
2657: -- Get message count and data

Line 2668: OE_GLOBALS.G_UI_FLAG := FALSE;

2664: ROLLBACK TO SAVEPOINT validate_and_write;
2665:
2666: WHEN OTHERS THEN
2667:
2668: OE_GLOBALS.G_UI_FLAG := FALSE;
2669: NULL;
2670:
2671: END Validate_And_Write;
2672:

Line 2691: l_control_rec OE_GLOBALS.Control_Rec_Type;

2687: l_x_old_Header_Price_Att_rec OE_Order_PUB.Header_Price_Att_Rec_Type;
2688: l_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
2689: l_old_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
2690: l_x_old_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
2691: l_control_rec OE_GLOBALS.Control_Rec_Type;
2692: l_return_status VARCHAR2(1);
2693: l_action_request_tbl OE_Order_PUB.Request_Tbl_Type;
2694:
2695: /* out nocopy parameters for Process Order */

Line 2727: OE_GLOBALS.G_UI_FLAG := TRUE;

2723: oe_debug_pub.add( 'ENTERING OE_OE_FORM_HEADER_PATTR.DELETE_ROW' , 1 ) ;
2724: END IF;
2725:
2726: -- Set the UI flag
2727: OE_GLOBALS.G_UI_FLAG := TRUE;
2728:
2729: -- Set control flags.
2730: l_control_rec.controlled_operation := TRUE;
2731: l_control_rec.check_security := TRUE;

Line 2741: l_control_rec.process_entity := OE_GLOBALS.G_ENTITY_HEADER_PRICE_ATT;

2737: --bug 2702382
2738: l_control_rec.change_attributes := TRUE;
2739: l_control_rec.process := FALSE;
2740:
2741: l_control_rec.process_entity := OE_GLOBALS.G_ENTITY_HEADER_PRICE_ATT;
2742:
2743: -- Instruct API to retain its caches
2744: l_control_rec.clear_api_cache := FALSE;
2745: l_control_rec.clear_api_requests := FALSE;

Line 2754: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_DELETE;

2750: , p_order_price_attrib_id => p_order_price_attrib_id
2751: , x_Header_Price_Att_rec => l_x_Header_Price_Att_rec
2752: ) ;
2753:
2754: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_DELETE;
2755: l_x_Header_Price_Att_tbl(1) := l_x_Header_Price_Att_rec;
2756:
2757: -- Call Oe_Order_Adj_Pvt.Header_Price_Atts
2758: oe_order_adj_pvt.Header_Price_Atts

Line 2803: OE_GLOBALS.G_UI_FLAG := FALSE;

2799: RAISE FND_API.G_EXC_ERROR;
2800: END IF;
2801:
2802: -- Re-set the UI flag to FALSE
2803: OE_GLOBALS.G_UI_FLAG := FALSE;
2804:
2805:
2806: x_return_status := FND_API.G_RET_STS_SUCCESS;
2807:

Line 2819: OE_GLOBALS.G_UI_FLAG := FALSE;

2815: EXCEPTION
2816:
2817: WHEN FND_API.G_EXC_ERROR THEN
2818:
2819: OE_GLOBALS.G_UI_FLAG := FALSE;
2820:
2821: x_return_status := FND_API.G_RET_STS_ERROR;
2822:
2823: -- Get message count and data

Line 2831: OE_GLOBALS.G_UI_FLAG := FALSE;

2827: );
2828:
2829: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2830:
2831: OE_GLOBALS.G_UI_FLAG := FALSE;
2832:
2833: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2834:
2835: -- Get message count and data

Line 2843: OE_GLOBALS.G_UI_FLAG := FALSE;

2839: );
2840:
2841: WHEN OTHERS THEN
2842:
2843: OE_GLOBALS.G_UI_FLAG := FALSE;
2844: NULL;
2845:
2846: END Delete_Row;
2847:

Line 2871: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_LOCK;

2867: BEGIN
2868:
2869: -- Load Line_Pricing_PAttr record
2870:
2871: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_LOCK;
2872: l_x_Header_Price_Att_rec.lock_control := p_lock_control;
2873: l_x_Header_Price_Att_rec.order_price_attrib_id := p_order_price_attrib_id;
2874:
2875: OE_Header_PAttr_Util.Lock_Row

Line 3123: l_control_rec OE_GLOBALS.Control_Rec_Type;

3119: IS
3120: l_Header_Price_Att_rec OE_Order_PUB.Header_Price_Att_Rec_Type;
3121: l_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
3122:
3123: l_control_rec OE_GLOBALS.Control_Rec_Type;
3124: l_return_status VARCHAR2(1);
3125: l_action_request_tbl OE_Order_PUB.Request_Tbl_Type;
3126: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
3127: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;

Line 3159: OE_GLOBALS.G_UI_FLAG := TRUE;

3155: IF l_debug_level > 0 THEN
3156: oe_debug_pub.add( 'ENTERING OE_OE_FORM_HEADER_PATTR.DEFAULT_ATTRIBUTES' , 1 ) ;
3157: END IF;
3158: -- Set the UI flag
3159: OE_GLOBALS.G_UI_FLAG := TRUE;
3160:
3161: -- Set Control Flags
3162: l_control_rec.controlled_operation := TRUE;
3163: l_control_rec.check_security := TRUE;

Line 3235: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;

3231: l_x_Header_Price_Att_rec.override_flag := NULL;
3232:
3233:
3234: -- Set Operation to Create
3235: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;
3236:
3237: l_x_Header_Price_Att_tbl(1) := l_x_Header_Price_Att_rec;
3238:
3239:

Line 3327: OE_GLOBALS.G_UI_FLAG := FALSE;

3323: p_Header_Price_Att_rec => l_x_Header_Price_Att_rec
3324: );
3325:
3326: -- Re-set the UI flag to FALSE
3327: OE_GLOBALS.G_UI_FLAG := FALSE;
3328:
3329: -- Set return status.
3330: x_return_status := FND_API.G_RET_STS_SUCCESS;
3331:

Line 3343: OE_GLOBALS.G_UI_FLAG := FALSE;

3339:
3340: EXCEPTION
3341: WHEN FND_API.G_EXC_ERROR THEN
3342:
3343: OE_GLOBALS.G_UI_FLAG := FALSE;
3344: x_return_status := FND_API.G_RET_STS_ERROR;
3345:
3346: -- Get message count and data
3347:

Line 3355: OE_GLOBALS.G_UI_FLAG := FALSE;

3351: );
3352:
3353: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3354:
3355: OE_GLOBALS.G_UI_FLAG := FALSE;
3356:
3357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3358:
3359: -- Get message count and data

Line 3368: OE_GLOBALS.G_UI_FLAG := FALSE;

3364: );
3365:
3366: WHEN OTHERS THEN
3367:
3368: OE_GLOBALS.G_UI_FLAG := FALSE;
3369:
3370: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3371:
3372: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

Line 3562: l_control_rec OE_GLOBALS.Control_Rec_Type;

3558: l_old_Header_Price_Att_rec OE_Order_PUB.Header_Price_Att_Rec_Type;
3559: l_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
3560: l_old_Header_Price_Att_tbl OE_Order_PUB.Header_Price_Att_Tbl_Type;
3561:
3562: l_control_rec OE_GLOBALS.Control_Rec_Type;
3563: l_return_status VARCHAR2(1);
3564: l_action_request_tbl OE_Order_PUB.Request_Tbl_Type;
3565: l_x_header_rec OE_Order_PUB.Header_Rec_Type;
3566: l_x_Header_Adj_rec OE_Order_PUB.Header_Adj_Rec_Type;

Line 3596: OE_GLOBALS.G_UI_FLAG := TRUE;

3592: IF l_debug_level > 0 THEN
3593: oe_debug_pub.add( 'ENTERING OE_OE_FORM_HEADER_PATTR.CHANGE_ATTRIBUTES' , 1 ) ;
3594: END IF;
3595: -- Set the UI flag
3596: OE_GLOBALS.G_UI_FLAG := TRUE;
3597:
3598: -- Set control flags.
3599: l_control_rec.controlled_operation := TRUE;
3600: l_control_rec.check_security := TRUE;

Line 3608: l_control_rec.process_entity := OE_GLOBALS.G_ENTITY_HEADER_PRICE_ATT;

3604:
3605: l_control_rec.validate_entity := FALSE;
3606: l_control_rec.write_to_DB := FALSE;
3607: l_control_rec.process := FALSE;
3608: l_control_rec.process_entity := OE_GLOBALS.G_ENTITY_HEADER_PRICE_ATT;
3609:
3610:
3611: -- Instruct API to retain its caches
3612: l_control_rec.clear_api_cache := FALSE;

Line 3768: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_UPDATE;

3764: IF FND_API.To_Boolean(l_x_Header_Price_Att_rec.db_flag) THEN
3765: IF l_debug_level > 0 THEN
3766: oe_debug_pub.add( 'IT IS AN UPDATE ' , 1 ) ;
3767: END IF;
3768: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_UPDATE;
3769: ELSE
3770: IF l_debug_level > 0 THEN
3771: oe_debug_pub.add( 'IT IS CREATE ' , 1 ) ;
3772: END IF;

Line 3773: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;

3769: ELSE
3770: IF l_debug_level > 0 THEN
3771: oe_debug_pub.add( 'IT IS CREATE ' , 1 ) ;
3772: END IF;
3773: l_x_Header_Price_Att_rec.operation := OE_GLOBALS.G_OPR_CREATE;
3774: END IF;
3775:
3776:
3777: -- Populate Order Line pricing Attributes table

Line 3862: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute1,

3858:
3859: -- No Get Values
3860:
3861:
3862: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute1,
3863: l_Header_Price_Att_rec.attribute1)
3864: THEN
3865: x_attribute1 := l_x_Header_Price_Att_rec.attribute1;
3866: END IF;

Line 3869: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute2,

3865: x_attribute1 := l_x_Header_Price_Att_rec.attribute1;
3866: END IF;
3867:
3868:
3869: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute2,
3870: l_Header_Price_Att_rec.attribute2)
3871: THEN
3872: x_attribute3 := l_x_Header_Price_Att_rec.attribute2;
3873: END IF;

Line 3875: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute3,

3871: THEN
3872: x_attribute3 := l_x_Header_Price_Att_rec.attribute2;
3873: END IF;
3874:
3875: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute3,
3876: l_Header_Price_Att_rec.attribute3)
3877: THEN
3878: x_attribute3 := l_x_Header_Price_Att_rec.attribute3;
3879: END IF;

Line 3882: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute4,

3878: x_attribute3 := l_x_Header_Price_Att_rec.attribute3;
3879: END IF;
3880:
3881:
3882: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute4,
3883: l_Header_Price_Att_rec.attribute4)
3884: THEN
3885: x_attribute4 := l_x_Header_Price_Att_rec.attribute4;
3886: END IF;

Line 3888: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute5,

3884: THEN
3885: x_attribute4 := l_x_Header_Price_Att_rec.attribute4;
3886: END IF;
3887:
3888: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute5,
3889: l_Header_Price_Att_rec.attribute5)
3890: THEN
3891: x_attribute5 := l_x_Header_Price_Att_rec.attribute5;
3892: END IF;

Line 3893: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute6,

3889: l_Header_Price_Att_rec.attribute5)
3890: THEN
3891: x_attribute5 := l_x_Header_Price_Att_rec.attribute5;
3892: END IF;
3893: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute6,
3894: l_Header_Price_Att_rec.attribute6)
3895: THEN
3896: x_attribute6 := l_x_Header_Price_Att_rec.attribute6;
3897: END IF;

Line 3898: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute7,

3894: l_Header_Price_Att_rec.attribute6)
3895: THEN
3896: x_attribute6 := l_x_Header_Price_Att_rec.attribute6;
3897: END IF;
3898: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute7,
3899: l_Header_Price_Att_rec.attribute7)
3900: THEN
3901: x_attribute7 := l_x_Header_Price_Att_rec.attribute7;
3902: END IF;

Line 3904: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute8,

3900: THEN
3901: x_attribute7 := l_x_Header_Price_Att_rec.attribute7;
3902: END IF;
3903:
3904: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute8,
3905: l_Header_Price_Att_rec.attribute8)
3906: THEN
3907: x_attribute8 := l_x_Header_Price_Att_rec.attribute8;
3908: END IF;

Line 3912: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute9,

3908: END IF;
3909:
3910:
3911:
3912: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute9,
3913: l_Header_Price_Att_rec.attribute9)
3914: THEN
3915: x_attribute9 := l_x_Header_Price_Att_rec.attribute9;
3916: END IF;

Line 3918: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute10,

3914: THEN
3915: x_attribute9 := l_x_Header_Price_Att_rec.attribute9;
3916: END IF;
3917:
3918: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute10,
3919: l_Header_Price_Att_rec.attribute10)
3920: THEN
3921: x_attribute10 := l_x_Header_Price_Att_rec.attribute10;
3922: END IF;

Line 3924: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute11,

3920: THEN
3921: x_attribute10 := l_x_Header_Price_Att_rec.attribute10;
3922: END IF;
3923:
3924: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute11,
3925: l_Header_Price_Att_rec.attribute11)
3926: THEN
3927: x_attribute11 := l_x_Header_Price_Att_rec.attribute11;
3928: END IF;

Line 3930: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute12,

3926: THEN
3927: x_attribute11 := l_x_Header_Price_Att_rec.attribute11;
3928: END IF;
3929:
3930: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute12,
3931: l_Header_Price_Att_rec.attribute12)
3932: THEN
3933: x_attribute12 := l_x_Header_Price_Att_rec.attribute12;
3934: END IF;

Line 3936: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute13,

3932: THEN
3933: x_attribute12 := l_x_Header_Price_Att_rec.attribute12;
3934: END IF;
3935:
3936: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute13,
3937: l_Header_Price_Att_rec.attribute13)
3938: THEN
3939: x_attribute13 := l_x_Header_Price_Att_rec.attribute13;
3940: END IF;

Line 3942: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute14,

3938: THEN
3939: x_attribute13 := l_x_Header_Price_Att_rec.attribute13;
3940: END IF;
3941:
3942: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute14,
3943: l_Header_Price_Att_rec.attribute14)
3944: THEN
3945: x_attribute14 := l_x_Header_Price_Att_rec.attribute14;
3946: END IF;

Line 3948: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute15,

3944: THEN
3945: x_attribute14 := l_x_Header_Price_Att_rec.attribute14;
3946: END IF;
3947:
3948: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.attribute15,
3949: l_Header_Price_Att_rec.attribute15)
3950: THEN
3951: x_attribute15 := l_x_Header_Price_Att_rec.attribute15;
3952: END IF;

Line 3954: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.header_id,

3950: THEN
3951: x_attribute15 := l_x_Header_Price_Att_rec.attribute15;
3952: END IF;
3953:
3954: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.header_id,
3955: l_Header_Price_Att_rec.header_id)
3956: THEN
3957: x_header_id := l_x_Header_Price_Att_rec.header_id;
3958: END IF;

Line 3960: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.line_id,

3956: THEN
3957: x_header_id := l_x_Header_Price_Att_rec.header_id;
3958: END IF;
3959:
3960: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.line_id,
3961: l_Header_Price_Att_rec.line_id)
3962: THEN
3963: x_line_id := l_x_Header_Price_Att_rec.line_id;
3964: END IF;

Line 3966: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.flex_title,

3962: THEN
3963: x_line_id := l_x_Header_Price_Att_rec.line_id;
3964: END IF;
3965:
3966: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.flex_title,
3967: l_Header_Price_Att_rec.flex_title)
3968: THEN
3969: x_flex_title := l_x_Header_Price_Att_rec.flex_title;
3970: END IF;

Line 3972: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.order_price_attrib_id,

3968: THEN
3969: x_flex_title := l_x_Header_Price_Att_rec.flex_title;
3970: END IF;
3971:
3972: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.order_price_attrib_id,
3973: l_Header_Price_Att_rec.order_price_attrib_id)
3974: THEN
3975: x_order_price_attrib_id := l_x_Header_Price_Att_rec.order_price_attrib_id;
3976: END IF;

Line 3978: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute1,

3974: THEN
3975: x_order_price_attrib_id := l_x_Header_Price_Att_rec.order_price_attrib_id;
3976: END IF;
3977:
3978: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute1,
3979: l_Header_Price_Att_rec.pricing_attribute1)
3980: THEN
3981: x_pricing_attribute1 := l_x_Header_Price_Att_rec.pricing_attribute1;
3982: END IF;

Line 3984: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute10,

3980: THEN
3981: x_pricing_attribute1 := l_x_Header_Price_Att_rec.pricing_attribute1;
3982: END IF;
3983:
3984: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute10,
3985: l_Header_Price_Att_rec.pricing_attribute10)
3986: THEN
3987: x_pricing_attribute10 := l_x_Header_Price_Att_rec.pricing_attribute10;
3988: END IF;

Line 3990: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute11,

3986: THEN
3987: x_pricing_attribute10 := l_x_Header_Price_Att_rec.pricing_attribute10;
3988: END IF;
3989:
3990: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute11,
3991: l_Header_Price_Att_rec.pricing_attribute11)
3992: THEN
3993: x_pricing_attribute11 := l_x_Header_Price_Att_rec.pricing_attribute11;
3994: END IF;

Line 3996: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute12,

3992: THEN
3993: x_pricing_attribute11 := l_x_Header_Price_Att_rec.pricing_attribute11;
3994: END IF;
3995:
3996: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute12,
3997: l_Header_Price_Att_rec.pricing_attribute12)
3998: THEN
3999: x_pricing_attribute12 := l_x_Header_Price_Att_rec.pricing_attribute12;
4000: END IF;

Line 4002: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute13,

3998: THEN
3999: x_pricing_attribute12 := l_x_Header_Price_Att_rec.pricing_attribute12;
4000: END IF;
4001:
4002: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute13,
4003: l_Header_Price_Att_rec.pricing_attribute13)
4004: THEN
4005: x_pricing_attribute13 := l_x_Header_Price_Att_rec.pricing_attribute13;
4006: END IF;

Line 4008: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute14,

4004: THEN
4005: x_pricing_attribute13 := l_x_Header_Price_Att_rec.pricing_attribute13;
4006: END IF;
4007:
4008: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute14,
4009: l_Header_Price_Att_rec.pricing_attribute14)
4010: THEN
4011: x_pricing_attribute14 := l_x_Header_Price_Att_rec.pricing_attribute14;
4012: END IF;

Line 4014: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute15,

4010: THEN
4011: x_pricing_attribute14 := l_x_Header_Price_Att_rec.pricing_attribute14;
4012: END IF;
4013:
4014: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute15,
4015: l_Header_Price_Att_rec.pricing_attribute15)
4016: THEN
4017: x_pricing_attribute15 := l_x_Header_Price_Att_rec.pricing_attribute15;
4018: END IF;

Line 4020: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute16,

4016: THEN
4017: x_pricing_attribute15 := l_x_Header_Price_Att_rec.pricing_attribute15;
4018: END IF;
4019:
4020: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute16,
4021: l_Header_Price_Att_rec.pricing_attribute16)
4022: THEN
4023: x_pricing_attribute16 := l_x_Header_Price_Att_rec.pricing_attribute16;
4024: END IF;

Line 4026: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute17,

4022: THEN
4023: x_pricing_attribute16 := l_x_Header_Price_Att_rec.pricing_attribute16;
4024: END IF;
4025:
4026: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute17,
4027: l_Header_Price_Att_rec.pricing_attribute17)
4028: THEN
4029: x_pricing_attribute17 := l_x_Header_Price_Att_rec.pricing_attribute17;
4030: END IF;

Line 4032: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute18,

4028: THEN
4029: x_pricing_attribute17 := l_x_Header_Price_Att_rec.pricing_attribute17;
4030: END IF;
4031:
4032: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute18,
4033: l_Header_Price_Att_rec.pricing_attribute18)
4034: THEN
4035: x_pricing_attribute18 := l_x_Header_Price_Att_rec.pricing_attribute18;
4036: END IF;

Line 4038: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute19,

4034: THEN
4035: x_pricing_attribute18 := l_x_Header_Price_Att_rec.pricing_attribute18;
4036: END IF;
4037:
4038: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute19,
4039: l_Header_Price_Att_rec.pricing_attribute19)
4040: THEN
4041: x_pricing_attribute19 := l_x_Header_Price_Att_rec.pricing_attribute19;
4042: END IF;

Line 4044: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute2,

4040: THEN
4041: x_pricing_attribute19 := l_x_Header_Price_Att_rec.pricing_attribute19;
4042: END IF;
4043:
4044: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute2,
4045: l_Header_Price_Att_rec.pricing_attribute2)
4046: THEN
4047: x_pricing_attribute2 := l_x_Header_Price_Att_rec.pricing_attribute2;
4048: END IF;

Line 4050: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute20,

4046: THEN
4047: x_pricing_attribute2 := l_x_Header_Price_Att_rec.pricing_attribute2;
4048: END IF;
4049:
4050: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute20,
4051: l_Header_Price_Att_rec.pricing_attribute20)
4052: THEN
4053: x_pricing_attribute20 := l_x_Header_Price_Att_rec.pricing_attribute20;
4054: END IF;

Line 4056: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute21,

4052: THEN
4053: x_pricing_attribute20 := l_x_Header_Price_Att_rec.pricing_attribute20;
4054: END IF;
4055:
4056: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute21,
4057: l_Header_Price_Att_rec.pricing_attribute21)
4058: THEN
4059: x_pricing_attribute21 := l_x_Header_Price_Att_rec.pricing_attribute21;
4060: END IF;

Line 4062: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute22,

4058: THEN
4059: x_pricing_attribute21 := l_x_Header_Price_Att_rec.pricing_attribute21;
4060: END IF;
4061:
4062: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute22,
4063: l_Header_Price_Att_rec.pricing_attribute22)
4064: THEN
4065: x_pricing_attribute22 := l_x_Header_Price_Att_rec.pricing_attribute22;
4066: END IF;

Line 4068: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute23,

4064: THEN
4065: x_pricing_attribute22 := l_x_Header_Price_Att_rec.pricing_attribute22;
4066: END IF;
4067:
4068: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute23,
4069: l_Header_Price_Att_rec.pricing_attribute23)
4070: THEN
4071: x_pricing_attribute23 := l_x_Header_Price_Att_rec.pricing_attribute23;
4072: END IF;

Line 4074: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute24,

4070: THEN
4071: x_pricing_attribute23 := l_x_Header_Price_Att_rec.pricing_attribute23;
4072: END IF;
4073:
4074: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute24,
4075: l_Header_Price_Att_rec.pricing_attribute24)
4076: THEN
4077: x_pricing_attribute24 := l_x_Header_Price_Att_rec.pricing_attribute24;
4078: END IF;

Line 4080: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute25,

4076: THEN
4077: x_pricing_attribute24 := l_x_Header_Price_Att_rec.pricing_attribute24;
4078: END IF;
4079:
4080: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute25,
4081: l_Header_Price_Att_rec.pricing_attribute25)
4082: THEN
4083: x_pricing_attribute25 := l_x_Header_Price_Att_rec.pricing_attribute25;
4084: END IF;

Line 4086: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute26,

4082: THEN
4083: x_pricing_attribute25 := l_x_Header_Price_Att_rec.pricing_attribute25;
4084: END IF;
4085:
4086: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute26,
4087: l_Header_Price_Att_rec.pricing_attribute26)
4088: THEN
4089: x_pricing_attribute26 := l_x_Header_Price_Att_rec.pricing_attribute26;
4090: END IF;

Line 4092: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute27,

4088: THEN
4089: x_pricing_attribute26 := l_x_Header_Price_Att_rec.pricing_attribute26;
4090: END IF;
4091:
4092: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute27,
4093: l_Header_Price_Att_rec.pricing_attribute27)
4094: THEN
4095: x_pricing_attribute27 := l_x_Header_Price_Att_rec.pricing_attribute27;
4096: END IF;

Line 4098: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute28,

4094: THEN
4095: x_pricing_attribute27 := l_x_Header_Price_Att_rec.pricing_attribute27;
4096: END IF;
4097:
4098: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute28,
4099: l_Header_Price_Att_rec.pricing_attribute28)
4100: THEN
4101: x_pricing_attribute28 := l_x_Header_Price_Att_rec.pricing_attribute28;
4102: END IF;

Line 4104: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute29,

4100: THEN
4101: x_pricing_attribute28 := l_x_Header_Price_Att_rec.pricing_attribute28;
4102: END IF;
4103:
4104: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute29,
4105: l_Header_Price_Att_rec.pricing_attribute29)
4106: THEN
4107: x_pricing_attribute29 := l_x_Header_Price_Att_rec.pricing_attribute29;
4108: END IF;

Line 4110: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute3,

4106: THEN
4107: x_pricing_attribute29 := l_x_Header_Price_Att_rec.pricing_attribute29;
4108: END IF;
4109:
4110: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute3,
4111: l_Header_Price_Att_rec.pricing_attribute3)
4112: THEN
4113: x_pricing_attribute3 := l_x_Header_Price_Att_rec.pricing_attribute3;
4114: END IF;

Line 4116: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute4,

4112: THEN
4113: x_pricing_attribute3 := l_x_Header_Price_Att_rec.pricing_attribute3;
4114: END IF;
4115:
4116: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute4,
4117: l_Header_Price_Att_rec.pricing_attribute4)
4118: THEN
4119: x_pricing_attribute4 := l_x_Header_Price_Att_rec.pricing_attribute4;
4120: END IF;

Line 4122: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute5,

4118: THEN
4119: x_pricing_attribute4 := l_x_Header_Price_Att_rec.pricing_attribute4;
4120: END IF;
4121:
4122: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute5,
4123: l_Header_Price_Att_rec.pricing_attribute5)
4124: THEN
4125: x_pricing_attribute5 := l_x_Header_Price_Att_rec.pricing_attribute5;
4126: END IF;

Line 4128: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute6,

4124: THEN
4125: x_pricing_attribute5 := l_x_Header_Price_Att_rec.pricing_attribute5;
4126: END IF;
4127:
4128: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute6,
4129: l_Header_Price_Att_rec.pricing_attribute6)
4130: THEN
4131: x_pricing_attribute6 := l_x_Header_Price_Att_rec.pricing_attribute6;
4132: END IF;

Line 4134: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute7,

4130: THEN
4131: x_pricing_attribute6 := l_x_Header_Price_Att_rec.pricing_attribute6;
4132: END IF;
4133:
4134: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute7,
4135: l_Header_Price_Att_rec.pricing_attribute7)
4136: THEN
4137: x_pricing_attribute7 := l_x_Header_Price_Att_rec.pricing_attribute7;
4138: END IF;

Line 4141: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute8,

4137: x_pricing_attribute7 := l_x_Header_Price_Att_rec.pricing_attribute7;
4138: END IF;
4139:
4140:
4141: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute8,
4142: l_Header_Price_Att_rec.pricing_attribute8)
4143: THEN
4144: x_pricing_attribute8 := l_x_Header_Price_Att_rec.pricing_attribute8;
4145: END IF;

Line 4147: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute9,

4143: THEN
4144: x_pricing_attribute8 := l_x_Header_Price_Att_rec.pricing_attribute8;
4145: END IF;
4146:
4147: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_attribute9,
4148: l_Header_Price_Att_rec.pricing_attribute9)
4149: THEN
4150: x_pricing_attribute9 := l_x_Header_Price_Att_rec.pricing_attribute9;
4151: END IF;

Line 4154: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_context,

4150: x_pricing_attribute9 := l_x_Header_Price_Att_rec.pricing_attribute9;
4151: END IF;
4152:
4153:
4154: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.pricing_context,
4155: l_Header_Price_Att_rec.pricing_context)
4156: THEN
4157: x_pricing_context := l_x_Header_Price_Att_rec.pricing_context;
4158: END IF;

Line 4160: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.override_flag,

4156: THEN
4157: x_pricing_context := l_x_Header_Price_Att_rec.pricing_context;
4158: END IF;
4159:
4160: IF NOT OE_GLOBALS.Equal(l_x_Header_Price_Att_rec.override_flag,
4161: l_Header_Price_Att_rec.override_flag)
4162: THEN
4163: x_pricing_context := l_x_Header_Price_Att_rec.override_flag;
4164: END IF;

Line 4173: OE_GLOBALS.G_UI_FLAG := FALSE;

4169: ) ;
4170:
4171:
4172: -- Re-set the UI flag to FALSE
4173: OE_GLOBALS.G_UI_FLAG := FALSE;
4174:
4175: -- Set return status.
4176:
4177: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 4195: OE_GLOBALS.G_UI_FLAG := FALSE;

4191: EXCEPTION
4192:
4193: WHEN FND_API.G_EXC_ERROR THEN
4194:
4195: OE_GLOBALS.G_UI_FLAG := FALSE;
4196:
4197: x_return_status := FND_API.G_RET_STS_ERROR;
4198:
4199: -- Get message count and data

Line 4207: OE_GLOBALS.G_UI_FLAG := FALSE;

4203: );
4204:
4205: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
4206:
4207: OE_GLOBALS.G_UI_FLAG := FALSE;
4208:
4209: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4210:
4211: -- Get message count and data

Line 4220: OE_GLOBALS.G_UI_FLAG := FALSE;

4216: );
4217:
4218: WHEN OTHERS THEN
4219:
4220: OE_GLOBALS.G_UI_FLAG := FALSE;
4221:
4222: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4223:
4224: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)