DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_UTIL dependencies on OE_DEBUG_PUB

Line 813: oe_debug_pub.add('QPXUPLHB - list_header_id = ' || p_PRICE_LIST_rec.list_header_id);

809: END IF;
810:
811: END IF;
812:
813: oe_debug_pub.add('QPXUPLHB - list_header_id = ' || p_PRICE_LIST_rec.list_header_id);
814: oe_debug_pub.add('QPXUPLHB - currency_header_id = ' || p_PRICE_LIST_rec.currency_header_id);
815: oe_debug_pub.add('QPXUPLHB - old currency_header_id = ' || p_old_PRICE_LIST_rec.currency_header_id);
816: oe_debug_pub.add('QPXUPLHB - rounding_factor = ' || p_PRICE_LIST_rec.rounding_factor);
817: -- Multi-Currency SunilPandey

Line 814: oe_debug_pub.add('QPXUPLHB - currency_header_id = ' || p_PRICE_LIST_rec.currency_header_id);

810:
811: END IF;
812:
813: oe_debug_pub.add('QPXUPLHB - list_header_id = ' || p_PRICE_LIST_rec.list_header_id);
814: oe_debug_pub.add('QPXUPLHB - currency_header_id = ' || p_PRICE_LIST_rec.currency_header_id);
815: oe_debug_pub.add('QPXUPLHB - old currency_header_id = ' || p_old_PRICE_LIST_rec.currency_header_id);
816: oe_debug_pub.add('QPXUPLHB - rounding_factor = ' || p_PRICE_LIST_rec.rounding_factor);
817: -- Multi-Currency SunilPandey
818: IF NOT QP_GLOBALS.Equal(p_PRICE_LIST_rec.currency_header_id,p_old_PRICE_LIST_rec.currency_header_id)

Line 815: oe_debug_pub.add('QPXUPLHB - old currency_header_id = ' || p_old_PRICE_LIST_rec.currency_header_id);

811: END IF;
812:
813: oe_debug_pub.add('QPXUPLHB - list_header_id = ' || p_PRICE_LIST_rec.list_header_id);
814: oe_debug_pub.add('QPXUPLHB - currency_header_id = ' || p_PRICE_LIST_rec.currency_header_id);
815: oe_debug_pub.add('QPXUPLHB - old currency_header_id = ' || p_old_PRICE_LIST_rec.currency_header_id);
816: oe_debug_pub.add('QPXUPLHB - rounding_factor = ' || p_PRICE_LIST_rec.rounding_factor);
817: -- Multi-Currency SunilPandey
818: IF NOT QP_GLOBALS.Equal(p_PRICE_LIST_rec.currency_header_id,p_old_PRICE_LIST_rec.currency_header_id)
819: THEN

Line 816: oe_debug_pub.add('QPXUPLHB - rounding_factor = ' || p_PRICE_LIST_rec.rounding_factor);

812:
813: oe_debug_pub.add('QPXUPLHB - list_header_id = ' || p_PRICE_LIST_rec.list_header_id);
814: oe_debug_pub.add('QPXUPLHB - currency_header_id = ' || p_PRICE_LIST_rec.currency_header_id);
815: oe_debug_pub.add('QPXUPLHB - old currency_header_id = ' || p_old_PRICE_LIST_rec.currency_header_id);
816: oe_debug_pub.add('QPXUPLHB - rounding_factor = ' || p_PRICE_LIST_rec.rounding_factor);
817: -- Multi-Currency SunilPandey
818: IF NOT QP_GLOBALS.Equal(p_PRICE_LIST_rec.currency_header_id,p_old_PRICE_LIST_rec.currency_header_id)
819: THEN
820: -- NULL;

Line 2260: oe_debug_pub.add('success 1');

2256:
2257: x_return_status := FND_API.G_RET_STS_SUCCESS;
2258: x_PRICE_LIST_rec.return_status := FND_API.G_RET_STS_SUCCESS;
2259:
2260: oe_debug_pub.add('success 1');
2261:
2262: ELSE
2263:
2264: --8594682 - Add debug messages for OE_LOCK error

Line 2265: oe_debug_pub.ADD('-------------------Data compare in Price list header (database vs record)------------------');

2261:
2262: ELSE
2263:
2264: --8594682 - Add debug messages for OE_LOCK error
2265: oe_debug_pub.ADD('-------------------Data compare in Price list header (database vs record)------------------');
2266: oe_debug_pub.add('list_header_id :'||l_PRICE_LIST_rec.list_header_id||':'||p_PRICE_LIST_rec.list_header_id||':');
2267: oe_debug_pub.ADD('attribute1 :'||l_PRICE_LIST_rec.attribute1||':'||p_PRICE_LIST_rec.attribute1||':');
2268: oe_debug_pub.ADD('attribute2 :'||l_PRICE_LIST_rec.attribute2||':'||p_PRICE_LIST_rec.attribute2||':');
2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');

Line 2266: oe_debug_pub.add('list_header_id :'||l_PRICE_LIST_rec.list_header_id||':'||p_PRICE_LIST_rec.list_header_id||':');

2262: ELSE
2263:
2264: --8594682 - Add debug messages for OE_LOCK error
2265: oe_debug_pub.ADD('-------------------Data compare in Price list header (database vs record)------------------');
2266: oe_debug_pub.add('list_header_id :'||l_PRICE_LIST_rec.list_header_id||':'||p_PRICE_LIST_rec.list_header_id||':');
2267: oe_debug_pub.ADD('attribute1 :'||l_PRICE_LIST_rec.attribute1||':'||p_PRICE_LIST_rec.attribute1||':');
2268: oe_debug_pub.ADD('attribute2 :'||l_PRICE_LIST_rec.attribute2||':'||p_PRICE_LIST_rec.attribute2||':');
2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');
2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');

Line 2267: oe_debug_pub.ADD('attribute1 :'||l_PRICE_LIST_rec.attribute1||':'||p_PRICE_LIST_rec.attribute1||':');

2263:
2264: --8594682 - Add debug messages for OE_LOCK error
2265: oe_debug_pub.ADD('-------------------Data compare in Price list header (database vs record)------------------');
2266: oe_debug_pub.add('list_header_id :'||l_PRICE_LIST_rec.list_header_id||':'||p_PRICE_LIST_rec.list_header_id||':');
2267: oe_debug_pub.ADD('attribute1 :'||l_PRICE_LIST_rec.attribute1||':'||p_PRICE_LIST_rec.attribute1||':');
2268: oe_debug_pub.ADD('attribute2 :'||l_PRICE_LIST_rec.attribute2||':'||p_PRICE_LIST_rec.attribute2||':');
2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');
2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');
2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');

Line 2268: oe_debug_pub.ADD('attribute2 :'||l_PRICE_LIST_rec.attribute2||':'||p_PRICE_LIST_rec.attribute2||':');

2264: --8594682 - Add debug messages for OE_LOCK error
2265: oe_debug_pub.ADD('-------------------Data compare in Price list header (database vs record)------------------');
2266: oe_debug_pub.add('list_header_id :'||l_PRICE_LIST_rec.list_header_id||':'||p_PRICE_LIST_rec.list_header_id||':');
2267: oe_debug_pub.ADD('attribute1 :'||l_PRICE_LIST_rec.attribute1||':'||p_PRICE_LIST_rec.attribute1||':');
2268: oe_debug_pub.ADD('attribute2 :'||l_PRICE_LIST_rec.attribute2||':'||p_PRICE_LIST_rec.attribute2||':');
2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');
2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');
2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');
2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');

Line 2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');

2265: oe_debug_pub.ADD('-------------------Data compare in Price list header (database vs record)------------------');
2266: oe_debug_pub.add('list_header_id :'||l_PRICE_LIST_rec.list_header_id||':'||p_PRICE_LIST_rec.list_header_id||':');
2267: oe_debug_pub.ADD('attribute1 :'||l_PRICE_LIST_rec.attribute1||':'||p_PRICE_LIST_rec.attribute1||':');
2268: oe_debug_pub.ADD('attribute2 :'||l_PRICE_LIST_rec.attribute2||':'||p_PRICE_LIST_rec.attribute2||':');
2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');
2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');
2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');
2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');
2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');

Line 2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');

2266: oe_debug_pub.add('list_header_id :'||l_PRICE_LIST_rec.list_header_id||':'||p_PRICE_LIST_rec.list_header_id||':');
2267: oe_debug_pub.ADD('attribute1 :'||l_PRICE_LIST_rec.attribute1||':'||p_PRICE_LIST_rec.attribute1||':');
2268: oe_debug_pub.ADD('attribute2 :'||l_PRICE_LIST_rec.attribute2||':'||p_PRICE_LIST_rec.attribute2||':');
2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');
2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');
2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');
2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');
2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');
2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');

Line 2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');

2267: oe_debug_pub.ADD('attribute1 :'||l_PRICE_LIST_rec.attribute1||':'||p_PRICE_LIST_rec.attribute1||':');
2268: oe_debug_pub.ADD('attribute2 :'||l_PRICE_LIST_rec.attribute2||':'||p_PRICE_LIST_rec.attribute2||':');
2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');
2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');
2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');
2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');
2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');
2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');
2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');

Line 2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');

2268: oe_debug_pub.ADD('attribute2 :'||l_PRICE_LIST_rec.attribute2||':'||p_PRICE_LIST_rec.attribute2||':');
2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');
2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');
2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');
2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');
2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');
2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');
2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');
2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');

Line 2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');

2269: oe_debug_pub.ADD('attribute3 :'||l_PRICE_LIST_rec.attribute3||':'||p_PRICE_LIST_rec.attribute3||':');
2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');
2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');
2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');
2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');
2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');
2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');
2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');
2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');

Line 2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');

2270: oe_debug_pub.ADD('attribute4 :'||l_PRICE_LIST_rec.attribute4||':'||p_PRICE_LIST_rec.attribute4||':');
2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');
2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');
2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');
2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');
2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');
2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');
2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');
2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');

Line 2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');

2271: oe_debug_pub.ADD('attribute5 :'||l_PRICE_LIST_rec.attribute5||':'||p_PRICE_LIST_rec.attribute5||':');
2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');
2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');
2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');
2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');
2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');
2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');
2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');
2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');

Line 2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');

2272: oe_debug_pub.ADD('attribute6 :'||l_PRICE_LIST_rec.attribute6||':'||p_PRICE_LIST_rec.attribute6||':');
2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');
2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');
2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');
2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');
2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');
2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');
2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');
2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');

Line 2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');

2273: oe_debug_pub.ADD('attribute7 :'||l_PRICE_LIST_rec.attribute7||':'||p_PRICE_LIST_rec.attribute7||':');
2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');
2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');
2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');
2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');
2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');
2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');
2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');
2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');

Line 2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');

2274: oe_debug_pub.ADD('attribute8 :'||l_PRICE_LIST_rec.attribute8||':'||p_PRICE_LIST_rec.attribute8||':');
2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');
2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');
2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');
2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');
2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');
2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');
2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');
2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');

Line 2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');

2275: oe_debug_pub.ADD('attribute9 :'||l_PRICE_LIST_rec.attribute9||':'||p_PRICE_LIST_rec.attribute9||':');
2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');
2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');
2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');
2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');
2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');
2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');
2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');
2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');

Line 2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');

2276: oe_debug_pub.ADD('attribute10 :'||l_PRICE_LIST_rec.attribute10||':'||p_PRICE_LIST_rec.attribute10||':');
2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');
2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');
2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');
2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');
2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');
2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');
2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');
2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');

Line 2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');

2277: oe_debug_pub.ADD('attribute11 :'||l_PRICE_LIST_rec.attribute11||':'||p_PRICE_LIST_rec.attribute11||':');
2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');
2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');
2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');
2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');
2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');
2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');
2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');
2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');

Line 2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');

2278: oe_debug_pub.ADD('attribute12 :'||l_PRICE_LIST_rec.attribute12||':'||p_PRICE_LIST_rec.attribute12||':');
2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');
2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');
2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');
2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');
2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');
2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');
2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');
2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');

Line 2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');

2279: oe_debug_pub.ADD('attribute13 :'||l_PRICE_LIST_rec.attribute13||':'||p_PRICE_LIST_rec.attribute13||':');
2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');
2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');
2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');
2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');
2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');
2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');
2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');
2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');

Line 2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');

2280: oe_debug_pub.ADD('attribute14 :'||l_PRICE_LIST_rec.attribute14||':'||p_PRICE_LIST_rec.attribute14||':');
2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');
2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');
2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');
2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');
2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');
2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');
2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');
2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');

Line 2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');

2281: oe_debug_pub.ADD('attribute15 :'||l_PRICE_LIST_rec.attribute15||':'||p_PRICE_LIST_rec.attribute15||':');
2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');
2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');
2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');
2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');
2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');
2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');
2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');
2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');

Line 2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');

2282: oe_debug_pub.ADD('AUTOMATIC_FLAG :'||l_PRICE_LIST_rec.AUTOMATIC_FLAG||':'||p_PRICE_LIST_rec.AUTOMATIC_FLAG||':');
2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');
2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');
2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');
2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');
2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');
2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');
2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');
2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');

Line 2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');

2283: oe_debug_pub.ADD('COMMENTS :'||l_PRICE_LIST_rec.COMMENTS||':'||p_PRICE_LIST_rec.COMMENTS||':');
2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');
2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');
2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');
2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');
2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');
2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');
2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');
2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');

Line 2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');

2284: oe_debug_pub.ADD('CONTEXT :'||l_PRICE_LIST_rec.CONTEXT||':'||p_PRICE_LIST_rec.CONTEXT||':');
2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');
2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');
2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');
2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');
2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');
2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');
2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');
2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');

Line 2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');

2285: oe_debug_pub.ADD('CREATED_BY :'||l_PRICE_LIST_rec.CREATED_BY||':'||p_PRICE_LIST_rec.CREATED_BY||':');
2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');
2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');
2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');
2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');
2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');
2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');
2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');
2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');

Line 2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');

2286: oe_debug_pub.ADD('CREATION_DATE :'||l_PRICE_LIST_rec.CREATION_DATE||':'||p_PRICE_LIST_rec.CREATION_DATE||':');
2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');
2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');
2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');
2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');
2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');
2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');
2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');
2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');

Line 2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');

2287: oe_debug_pub.ADD('CURRENCY_CODE :'||l_PRICE_LIST_rec.CURRENCY_CODE||':'||p_PRICE_LIST_rec.CURRENCY_CODE||':');
2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');
2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');
2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');
2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');
2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');
2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');
2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');
2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');

Line 2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');

2288: oe_debug_pub.ADD('DISCOUNT_LINES_FLAG :'||l_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':'||p_PRICE_LIST_rec.DISCOUNT_LINES_FLAG||':');
2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');
2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');
2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');
2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');
2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');
2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');
2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');
2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');

Line 2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');

2289: oe_debug_pub.ADD('END_DATE_ACTIVE :'||l_PRICE_LIST_rec.END_DATE_ACTIVE||':'||p_PRICE_LIST_rec.END_DATE_ACTIVE||':');
2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');
2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');
2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');
2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');
2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');
2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');
2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');
2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');

Line 2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');

2290: oe_debug_pub.ADD('FREIGHT_TERMS_CODE :'||l_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':'||p_PRICE_LIST_rec.FREIGHT_TERMS_CODE||':');
2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');
2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');
2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');
2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');
2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');
2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');
2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');
2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');

Line 2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');

2291: oe_debug_pub.ADD('GSA_INDICATOR :'||l_PRICE_LIST_rec.GSA_INDICATOR||':'||p_PRICE_LIST_rec.GSA_INDICATOR||':');
2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');
2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');
2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');
2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');
2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');
2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');
2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');
2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');

Line 2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');

2292: oe_debug_pub.ADD('LIST_TYPE_CODE :'||l_PRICE_LIST_rec.LIST_TYPE_CODE||':'||p_PRICE_LIST_rec.LIST_TYPE_CODE||':');
2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');
2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');
2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');
2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');
2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');
2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');
2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');
2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');

Line 2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');

2293: oe_debug_pub.ADD('PROGRAM_APPLICATION_ID:'||l_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':'||p_PRICE_LIST_rec.PROGRAM_APPLICATION_ID||':');
2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');
2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');
2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');
2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');
2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');
2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');
2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');
2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');

Line 2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');

2294: oe_debug_pub.ADD('PRORATE_FLAG :'||l_PRICE_LIST_rec.PRORATE_FLAG||':'||p_PRICE_LIST_rec.PRORATE_FLAG||':');
2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');
2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');
2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');
2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');
2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');
2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');
2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');
2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');

Line 2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');

2295: oe_debug_pub.ADD('REQUEST_ID :'||l_PRICE_LIST_rec.REQUEST_ID||':'||p_PRICE_LIST_rec.REQUEST_ID||':');
2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');
2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');
2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');
2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');
2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');
2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');
2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');
2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');

Line 2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');

2296: oe_debug_pub.ADD('ROUNDING_FACTOR :'||l_PRICE_LIST_rec.ROUNDING_FACTOR||':'||p_PRICE_LIST_rec.ROUNDING_FACTOR||':');
2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');
2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');
2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');
2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');
2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');
2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');
2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');
2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');

Line 2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');

2297: oe_debug_pub.ADD('SHIP_METHOD_CODE :'||l_PRICE_LIST_rec.SHIP_METHOD_CODE||':'||p_PRICE_LIST_rec.SHIP_METHOD_CODE||':');
2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');
2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');
2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');
2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');
2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');
2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');
2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');
2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');

Line 2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');

2298: oe_debug_pub.ADD('START_DATE_ACTIVE :'||l_PRICE_LIST_rec.START_DATE_ACTIVE||':'||p_PRICE_LIST_rec.START_DATE_ACTIVE||':');
2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');
2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');
2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');
2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');
2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');
2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');
2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');
2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');

Line 2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');

2299: oe_debug_pub.ADD('TERMS_ID :'||l_PRICE_LIST_rec.TERMS_ID||':'||p_PRICE_LIST_rec.TERMS_ID||':');
2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');
2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');
2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');
2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');
2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');
2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');
2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');
2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');

Line 2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');

2300: oe_debug_pub.ADD('ACTIVE_FLAG :'||l_PRICE_LIST_rec.ACTIVE_FLAG||':'||p_PRICE_LIST_rec.ACTIVE_FLAG||':');
2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');
2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');
2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');
2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');
2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');
2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');
2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');
2308: oe_debug_pub.ADD('SHAREABLE_FLAG :'||l_PRICE_LIST_rec.SHAREABLE_FLAG||':'||p_PRICE_LIST_rec.SHAREABLE_FLAG||':');

Line 2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');

2301: oe_debug_pub.ADD('MOBILE_DOWNLOAD :'||l_PRICE_LIST_rec.MOBILE_DOWNLOAD||':'||p_PRICE_LIST_rec.MOBILE_DOWNLOAD||':');
2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');
2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');
2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');
2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');
2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');
2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');
2308: oe_debug_pub.ADD('SHAREABLE_FLAG :'||l_PRICE_LIST_rec.SHAREABLE_FLAG||':'||p_PRICE_LIST_rec.SHAREABLE_FLAG||':');
2309: oe_debug_pub.ADD('SOLD_TO_ORG_ID :'||l_PRICE_LIST_rec.SOLD_TO_ORG_ID||':'||p_PRICE_LIST_rec.SOLD_TO_ORG_ID||':');

Line 2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');

2302: oe_debug_pub.ADD('CURRENCY_HEADER_ID :'||l_PRICE_LIST_rec.CURRENCY_HEADER_ID||':'||p_PRICE_LIST_rec.CURRENCY_HEADER_ID||':');
2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');
2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');
2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');
2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');
2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');
2308: oe_debug_pub.ADD('SHAREABLE_FLAG :'||l_PRICE_LIST_rec.SHAREABLE_FLAG||':'||p_PRICE_LIST_rec.SHAREABLE_FLAG||':');
2309: oe_debug_pub.ADD('SOLD_TO_ORG_ID :'||l_PRICE_LIST_rec.SOLD_TO_ORG_ID||':'||p_PRICE_LIST_rec.SOLD_TO_ORG_ID||':');
2310: oe_debug_pub.ADD('LOCKED_FROM_LIST_HEADER_ID:'||l_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':'||p_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':');

Line 2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');

2303: oe_debug_pub.ADD('PTE_CODE :'||l_PRICE_LIST_rec.PTE_CODE||':'||p_PRICE_LIST_rec.PTE_CODE||':');
2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');
2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');
2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');
2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');
2308: oe_debug_pub.ADD('SHAREABLE_FLAG :'||l_PRICE_LIST_rec.SHAREABLE_FLAG||':'||p_PRICE_LIST_rec.SHAREABLE_FLAG||':');
2309: oe_debug_pub.ADD('SOLD_TO_ORG_ID :'||l_PRICE_LIST_rec.SOLD_TO_ORG_ID||':'||p_PRICE_LIST_rec.SOLD_TO_ORG_ID||':');
2310: oe_debug_pub.ADD('LOCKED_FROM_LIST_HEADER_ID:'||l_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':'||p_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':');
2311: oe_debug_pub.ADD('-------------------Data compare in price list header end------------------');

Line 2308: oe_debug_pub.ADD('SHAREABLE_FLAG :'||l_PRICE_LIST_rec.SHAREABLE_FLAG||':'||p_PRICE_LIST_rec.SHAREABLE_FLAG||':');

2304: oe_debug_pub.ADD('LIST_SOURCE_CODE :'||l_PRICE_LIST_rec.LIST_SOURCE_CODE||':'||p_PRICE_LIST_rec.LIST_SOURCE_CODE||':');
2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');
2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');
2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');
2308: oe_debug_pub.ADD('SHAREABLE_FLAG :'||l_PRICE_LIST_rec.SHAREABLE_FLAG||':'||p_PRICE_LIST_rec.SHAREABLE_FLAG||':');
2309: oe_debug_pub.ADD('SOLD_TO_ORG_ID :'||l_PRICE_LIST_rec.SOLD_TO_ORG_ID||':'||p_PRICE_LIST_rec.SOLD_TO_ORG_ID||':');
2310: oe_debug_pub.ADD('LOCKED_FROM_LIST_HEADER_ID:'||l_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':'||p_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':');
2311: oe_debug_pub.ADD('-------------------Data compare in price list header end------------------');
2312: --end 8594682

Line 2309: oe_debug_pub.ADD('SOLD_TO_ORG_ID :'||l_PRICE_LIST_rec.SOLD_TO_ORG_ID||':'||p_PRICE_LIST_rec.SOLD_TO_ORG_ID||':');

2305: oe_debug_pub.ADD('ORIG_SYSTEM_HEADER_REF:'||l_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':'||p_PRICE_LIST_rec.ORIG_SYSTEM_HEADER_REF||':');
2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');
2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');
2308: oe_debug_pub.ADD('SHAREABLE_FLAG :'||l_PRICE_LIST_rec.SHAREABLE_FLAG||':'||p_PRICE_LIST_rec.SHAREABLE_FLAG||':');
2309: oe_debug_pub.ADD('SOLD_TO_ORG_ID :'||l_PRICE_LIST_rec.SOLD_TO_ORG_ID||':'||p_PRICE_LIST_rec.SOLD_TO_ORG_ID||':');
2310: oe_debug_pub.ADD('LOCKED_FROM_LIST_HEADER_ID:'||l_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':'||p_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':');
2311: oe_debug_pub.ADD('-------------------Data compare in price list header end------------------');
2312: --end 8594682
2313:

Line 2310: oe_debug_pub.ADD('LOCKED_FROM_LIST_HEADER_ID:'||l_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':'||p_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':');

2306: oe_debug_pub.ADD('GLOBAL_FLAG :'||l_PRICE_LIST_rec.GLOBAL_FLAG||':'||p_PRICE_LIST_rec.GLOBAL_FLAG||':');
2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');
2308: oe_debug_pub.ADD('SHAREABLE_FLAG :'||l_PRICE_LIST_rec.SHAREABLE_FLAG||':'||p_PRICE_LIST_rec.SHAREABLE_FLAG||':');
2309: oe_debug_pub.ADD('SOLD_TO_ORG_ID :'||l_PRICE_LIST_rec.SOLD_TO_ORG_ID||':'||p_PRICE_LIST_rec.SOLD_TO_ORG_ID||':');
2310: oe_debug_pub.ADD('LOCKED_FROM_LIST_HEADER_ID:'||l_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':'||p_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':');
2311: oe_debug_pub.ADD('-------------------Data compare in price list header end------------------');
2312: --end 8594682
2313:
2314: if not QP_GLOBALS.EQUAL(p_PRICE_LIST_rec.list_source_code,l_PRICE_LIST_rec.list_source_code) then

Line 2311: oe_debug_pub.ADD('-------------------Data compare in price list header end------------------');

2307: oe_debug_pub.ADD('SOURCE_SYSTEM_CODE :'||l_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':'||p_PRICE_LIST_rec.SOURCE_SYSTEM_CODE||':');
2308: oe_debug_pub.ADD('SHAREABLE_FLAG :'||l_PRICE_LIST_rec.SHAREABLE_FLAG||':'||p_PRICE_LIST_rec.SHAREABLE_FLAG||':');
2309: oe_debug_pub.ADD('SOLD_TO_ORG_ID :'||l_PRICE_LIST_rec.SOLD_TO_ORG_ID||':'||p_PRICE_LIST_rec.SOLD_TO_ORG_ID||':');
2310: oe_debug_pub.ADD('LOCKED_FROM_LIST_HEADER_ID:'||l_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':'||p_PRICE_LIST_rec.LOCKED_FROM_LIST_HEADER_ID||':');
2311: oe_debug_pub.ADD('-------------------Data compare in price list header end------------------');
2312: --end 8594682
2313:
2314: if not QP_GLOBALS.EQUAL(p_PRICE_LIST_rec.list_source_code,l_PRICE_LIST_rec.list_source_code) then
2315: -- Row has changed by another user.

Line 2316: oe_debug_pub.add('Passed Value: LSC'||p_PRICE_LIST_rec.list_source_code);

2312: --end 8594682
2313:
2314: if not QP_GLOBALS.EQUAL(p_PRICE_LIST_rec.list_source_code,l_PRICE_LIST_rec.list_source_code) then
2315: -- Row has changed by another user.
2316: oe_debug_pub.add('Passed Value: LSC'||p_PRICE_LIST_rec.list_source_code);
2317: oe_debug_pub.add('DB Value: LSC'||l_PRICE_LIST_rec.list_source_code);
2318:
2319: end if ;
2320:

Line 2317: oe_debug_pub.add('DB Value: LSC'||l_PRICE_LIST_rec.list_source_code);

2313:
2314: if not QP_GLOBALS.EQUAL(p_PRICE_LIST_rec.list_source_code,l_PRICE_LIST_rec.list_source_code) then
2315: -- Row has changed by another user.
2316: oe_debug_pub.add('Passed Value: LSC'||p_PRICE_LIST_rec.list_source_code);
2317: oe_debug_pub.add('DB Value: LSC'||l_PRICE_LIST_rec.list_source_code);
2318:
2319: end if ;
2320:
2321: if not QP_GLOBALS.EQUAL(p_PRICE_LIST_rec.orig_system_header_ref,l_PRICE_LIST_rec.orig_system_header_ref) then

Line 2323: oe_debug_pub.add('Passed Value: OSHR'||p_PRICE_LIST_rec.orig_system_header_ref);

2319: end if ;
2320:
2321: if not QP_GLOBALS.EQUAL(p_PRICE_LIST_rec.orig_system_header_ref,l_PRICE_LIST_rec.orig_system_header_ref) then
2322:
2323: oe_debug_pub.add('Passed Value: OSHR'||p_PRICE_LIST_rec.orig_system_header_ref);
2324:
2325:
2326: oe_debug_pub.add('DB Value: OSHR'||l_PRICE_LIST_rec.orig_system_header_ref);
2327: end if;

Line 2326: oe_debug_pub.add('DB Value: OSHR'||l_PRICE_LIST_rec.orig_system_header_ref);

2322:
2323: oe_debug_pub.add('Passed Value: OSHR'||p_PRICE_LIST_rec.orig_system_header_ref);
2324:
2325:
2326: oe_debug_pub.add('DB Value: OSHR'||l_PRICE_LIST_rec.orig_system_header_ref);
2327: end if;
2328: oe_debug_pub.add('failed 1');
2329:
2330: x_return_status := FND_API.G_RET_STS_ERROR;

Line 2328: oe_debug_pub.add('failed 1');

2324:
2325:
2326: oe_debug_pub.add('DB Value: OSHR'||l_PRICE_LIST_rec.orig_system_header_ref);
2327: end if;
2328: oe_debug_pub.add('failed 1');
2329:
2330: x_return_status := FND_API.G_RET_STS_ERROR;
2331: x_PRICE_LIST_rec.return_status := FND_API.G_RET_STS_ERROR;
2332:

Line 2345: oe_debug_pub.add('DB Value: name'||tlinfo.NAME||' Passed Value: '|| p_PRICE_LIST_rec.NAME);

2341: END IF;
2342:
2343: for tlinfo in c1 loop
2344: if (tlinfo.BASELANG = 'Y') then
2345: oe_debug_pub.add('DB Value: name'||tlinfo.NAME||' Passed Value: '|| p_PRICE_LIST_rec.NAME);
2346: oe_debug_pub.add('DB Value: description'||tlinfo.description||' Passed Value: '|| p_PRICE_LIST_rec.description);
2347: oe_debug_pub.add('DB Value: version_no'||tlinfo.version_no||' Passed Value: '|| p_PRICE_LIST_rec.version_no);
2348: if ( 1=1 -- (tlinfo.NAME = p_PRICE_LIST_rec.NAME)
2349: AND ((tlinfo.DESCRIPTION = p_PRICE_LIST_rec.DESCRIPTION)

Line 2346: oe_debug_pub.add('DB Value: description'||tlinfo.description||' Passed Value: '|| p_PRICE_LIST_rec.description);

2342:
2343: for tlinfo in c1 loop
2344: if (tlinfo.BASELANG = 'Y') then
2345: oe_debug_pub.add('DB Value: name'||tlinfo.NAME||' Passed Value: '|| p_PRICE_LIST_rec.NAME);
2346: oe_debug_pub.add('DB Value: description'||tlinfo.description||' Passed Value: '|| p_PRICE_LIST_rec.description);
2347: oe_debug_pub.add('DB Value: version_no'||tlinfo.version_no||' Passed Value: '|| p_PRICE_LIST_rec.version_no);
2348: if ( 1=1 -- (tlinfo.NAME = p_PRICE_LIST_rec.NAME)
2349: AND ((tlinfo.DESCRIPTION = p_PRICE_LIST_rec.DESCRIPTION)
2350: OR ((tlinfo.DESCRIPTION is null) AND (p_PRICE_LIST_rec.DESCRIPTION is null)))

Line 2347: oe_debug_pub.add('DB Value: version_no'||tlinfo.version_no||' Passed Value: '|| p_PRICE_LIST_rec.version_no);

2343: for tlinfo in c1 loop
2344: if (tlinfo.BASELANG = 'Y') then
2345: oe_debug_pub.add('DB Value: name'||tlinfo.NAME||' Passed Value: '|| p_PRICE_LIST_rec.NAME);
2346: oe_debug_pub.add('DB Value: description'||tlinfo.description||' Passed Value: '|| p_PRICE_LIST_rec.description);
2347: oe_debug_pub.add('DB Value: version_no'||tlinfo.version_no||' Passed Value: '|| p_PRICE_LIST_rec.version_no);
2348: if ( 1=1 -- (tlinfo.NAME = p_PRICE_LIST_rec.NAME)
2349: AND ((tlinfo.DESCRIPTION = p_PRICE_LIST_rec.DESCRIPTION)
2350: OR ((tlinfo.DESCRIPTION is null) AND (p_PRICE_LIST_rec.DESCRIPTION is null)))
2351: AND ((tlinfo.VERSION_NO = p_PRICE_LIST_rec.VERSION_NO)

Line 2358: oe_debug_pub.add('failed 2');

2354: x_PRICE_LIST_rec.NAME := tlinfo.NAME;
2355: x_PRICE_LIST_rec.VERSION_NO := tlinfo.VERSION_NO;
2356: x_PRICE_LIST_rec.DESCRIPTION := tlinfo.DESCRIPTION;
2357: else
2358: oe_debug_pub.add('failed 2');
2359:
2360: oe_debug_pub.add('tlinfo.name - rec.name ' || tlinfo.name || ' - ' || p_PRICE_LIST_rec.name );
2361:
2362: oe_debug_pub.add('tlinfo.description - rec.desc ' || tlinfo.description || ' - ' || p_PRICE_LIST_rec.description );

Line 2360: oe_debug_pub.add('tlinfo.name - rec.name ' || tlinfo.name || ' - ' || p_PRICE_LIST_rec.name );

2356: x_PRICE_LIST_rec.DESCRIPTION := tlinfo.DESCRIPTION;
2357: else
2358: oe_debug_pub.add('failed 2');
2359:
2360: oe_debug_pub.add('tlinfo.name - rec.name ' || tlinfo.name || ' - ' || p_PRICE_LIST_rec.name );
2361:
2362: oe_debug_pub.add('tlinfo.description - rec.desc ' || tlinfo.description || ' - ' || p_PRICE_LIST_rec.description );
2363:
2364: oe_debug_pub.add('tlinfo.ver_no - rec.ver_no ' || tlinfo.version_no || ' - ' || p_PRICE_LIST_rec.version_no );

Line 2362: oe_debug_pub.add('tlinfo.description - rec.desc ' || tlinfo.description || ' - ' || p_PRICE_LIST_rec.description );

2358: oe_debug_pub.add('failed 2');
2359:
2360: oe_debug_pub.add('tlinfo.name - rec.name ' || tlinfo.name || ' - ' || p_PRICE_LIST_rec.name );
2361:
2362: oe_debug_pub.add('tlinfo.description - rec.desc ' || tlinfo.description || ' - ' || p_PRICE_LIST_rec.description );
2363:
2364: oe_debug_pub.add('tlinfo.ver_no - rec.ver_no ' || tlinfo.version_no || ' - ' || p_PRICE_LIST_rec.version_no );
2365:
2366: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');

Line 2364: oe_debug_pub.add('tlinfo.ver_no - rec.ver_no ' || tlinfo.version_no || ' - ' || p_PRICE_LIST_rec.version_no );

2360: oe_debug_pub.add('tlinfo.name - rec.name ' || tlinfo.name || ' - ' || p_PRICE_LIST_rec.name );
2361:
2362: oe_debug_pub.add('tlinfo.description - rec.desc ' || tlinfo.description || ' - ' || p_PRICE_LIST_rec.description );
2363:
2364: oe_debug_pub.add('tlinfo.ver_no - rec.ver_no ' || tlinfo.version_no || ' - ' || p_PRICE_LIST_rec.version_no );
2365:
2366: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
2367: app_exception.raise_exception;
2368: end if;