DBA Data[Home] [Help]

APPS.QP_MODIFIERS_PVT dependencies on OE_MSG_PUB

Line 296: OE_MSG_PUB.Add;

292:
293: IF l_MODIFIER_LIST_rec.operation = QP_GLOBALS.G_OPR_DELETE THEN
294:
295: FND_MESSAGE.SET_NAME('QP','QP_CANNOT_DELETE_MODIFIER');
296: OE_MSG_PUB.Add;
297:
298: RAISE FND_API.G_EXC_ERROR;
299: /*
300: QP_Modifier_List_Util.Delete_Row

Line 379: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

375: RAISE;
376:
377: WHEN OTHERS THEN
378:
379: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
380: THEN
381: OE_MSG_PUB.Add_Exc_Msg
382: ( G_PKG_NAME
383: , 'Modifier_List'

Line 381: OE_MSG_PUB.Add_Exc_Msg

377: WHEN OTHERS THEN
378:
379: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
380: THEN
381: OE_MSG_PUB.Add_Exc_Msg
382: ( G_PKG_NAME
383: , 'Modifier_List'
384: );
385: END IF;

Line 695: OE_MSG_PUB.Add;

691:
692: THEN
693:
694: FND_MESSAGE.SET_NAME('QP','QP_CANNOT_DELETE_MODIFIER_LIST');
695: OE_MSG_PUB.Add;
696:
697: RAISE FND_API.G_EXC_ERROR;
698: ELSE
699:

Line 990: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

986: l_MODIFIERS_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
987: l_MODIFIERS_tbl(I) := l_MODIFIERS_rec;
988: l_old_MODIFIERS_tbl(I) := l_old_MODIFIERS_rec;
989:
990: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
991: THEN
992: OE_MSG_PUB.Add_Exc_Msg
993: ( G_PKG_NAME
994: , 'Modifierss'

Line 992: OE_MSG_PUB.Add_Exc_Msg

988: l_old_MODIFIERS_tbl(I) := l_old_MODIFIERS_rec;
989:
990: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
991: THEN
992: OE_MSG_PUB.Add_Exc_Msg
993: ( G_PKG_NAME
994: , 'Modifierss'
995: );
996: END IF;

Line 1046: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1042: RAISE;
1043:
1044: WHEN OTHERS THEN
1045:
1046: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1047: THEN
1048: OE_MSG_PUB.Add_Exc_Msg
1049: ( G_PKG_NAME
1050: , 'Modifierss'

Line 1048: OE_MSG_PUB.Add_Exc_Msg

1044: WHEN OTHERS THEN
1045:
1046: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1047: THEN
1048: OE_MSG_PUB.Add_Exc_Msg
1049: ( G_PKG_NAME
1050: , 'Modifierss'
1051: );
1052: END IF;

Line 1376: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1372: l_QUALIFIERS_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1373: l_QUALIFIERS_tbl(I) := l_QUALIFIERS_rec;
1374: l_old_QUALIFIERS_tbl(I) := l_old_QUALIFIERS_rec;
1375:
1376: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1377: THEN
1378: OE_MSG_PUB.Add_Exc_Msg
1379: ( G_PKG_NAME
1380: , 'Qualifierss'

Line 1378: OE_MSG_PUB.Add_Exc_Msg

1374: l_old_QUALIFIERS_tbl(I) := l_old_QUALIFIERS_rec;
1375:
1376: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1377: THEN
1378: OE_MSG_PUB.Add_Exc_Msg
1379: ( G_PKG_NAME
1380: , 'Qualifierss'
1381: );
1382: END IF;

Line 1428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1424: RAISE;
1425:
1426: WHEN OTHERS THEN
1427:
1428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1429: THEN
1430: OE_MSG_PUB.Add_Exc_Msg
1431: ( G_PKG_NAME
1432: , 'Qualifierss'

Line 1430: OE_MSG_PUB.Add_Exc_Msg

1426: WHEN OTHERS THEN
1427:
1428: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1429: THEN
1430: OE_MSG_PUB.Add_Exc_Msg
1431: ( G_PKG_NAME
1432: , 'Qualifierss'
1433: );
1434: END IF;

Line 1741: OE_MSG_PUB.Add;

1737: AND rltd_modifier_grp_type = 'PRICE BREAK'
1738: AND ROWNUM = 1;
1739:
1740: FND_MESSAGE.SET_NAME('QP','QP_CANNOT_DELETE_DETAIL_LINES');
1741: OE_MSG_PUB.Add;
1742: RAISE FND_API.G_EXC_ERROR;
1743:
1744:
1745: Exception

Line 1901: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1897: l_PRICING_ATTR_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1898: l_PRICING_ATTR_tbl(I) := l_PRICING_ATTR_rec;
1899: l_old_PRICING_ATTR_tbl(I) := l_old_PRICING_ATTR_rec;
1900:
1901: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1902: THEN
1903: OE_MSG_PUB.Add_Exc_Msg
1904: ( G_PKG_NAME
1905: , 'Pricing_Attrs'

Line 1903: OE_MSG_PUB.Add_Exc_Msg

1899: l_old_PRICING_ATTR_tbl(I) := l_old_PRICING_ATTR_rec;
1900:
1901: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1902: THEN
1903: OE_MSG_PUB.Add_Exc_Msg
1904: ( G_PKG_NAME
1905: , 'Pricing_Attrs'
1906: );
1907: END IF;

Line 1957: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1953: RAISE;
1954:
1955: WHEN OTHERS THEN
1956:
1957: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1958: THEN
1959: OE_MSG_PUB.Add_Exc_Msg
1960: ( G_PKG_NAME
1961: , 'Pricing_Attrs'

Line 1959: OE_MSG_PUB.Add_Exc_Msg

1955: WHEN OTHERS THEN
1956:
1957: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1958: THEN
1959: OE_MSG_PUB.Add_Exc_Msg
1960: ( G_PKG_NAME
1961: , 'Pricing_Attrs'
1962: );
1963: END IF;

Line 2069: OE_MSG_PUB.initialize;

2065:
2066: -- Initialize message list.
2067:
2068: IF FND_API.to_Boolean(p_init_msg_list) THEN
2069: OE_MSG_PUB.initialize;
2070: END IF;
2071:
2072: -- BOI not available when QP not installed
2073:

Line 2081: OE_MSG_PUB.Add;

2077: THEN
2078:
2079: l_return_status := FND_API.G_RET_STS_ERROR;
2080: FND_MESSAGE.SET_NAME('QP','QP_PRICING_NOT_INSTALLED');
2081: OE_MSG_PUB.Add;
2082: RAISE FND_API.G_EXC_ERROR;
2083:
2084: END IF;
2085:

Line 2094: oe_msg_pub.Add;

2090: p_instance_pk1 => p_MODIFIER_LIST_rec.list_header_id) = 'F'
2091: THEN
2092: fnd_message.set_name('QP', 'QP_NO_PRIVILEGE');
2093: fnd_message.set_token('PRICING_OBJECT', 'Modifier List');
2094: oe_msg_pub.Add;
2095:
2096: RAISE NO_UPDATE_PRIVILEGE;
2097:
2098: END IF; -- end of check security privilege

Line 2294: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

2290:
2291: ELSE
2292:
2293: oe_debug_pub.add('else if here6');
2294: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2295: THEN
2296:
2297: FND_MESSAGE.SET_NAME('QP','QP_API_INV_PARENT_INDEX');
2298: FND_MESSAGE.SET_TOKEN('ENTITY_NAME','PRICING_ATTR');

Line 2301: OE_MSG_PUB.Add;

2297: FND_MESSAGE.SET_NAME('QP','QP_API_INV_PARENT_INDEX');
2298: FND_MESSAGE.SET_TOKEN('ENTITY_NAME','PRICING_ATTR');
2299: FND_MESSAGE.SET_TOKEN('ENTITY_INDEX',I);
2300: FND_MESSAGE.SET_TOKEN('PARENT_INDEX',l_PRICING_ATTR_rec.MODIFIERS_index);
2301: OE_MSG_PUB.Add;
2302:
2303: END IF;
2304: END IF;
2305: END IF;

Line 2484: OE_MSG_PUB.Count_And_Get

2480: END LOOP;
2481:
2482: -- Get message count and data
2483:
2484: OE_MSG_PUB.Count_And_Get
2485: ( p_count => x_msg_count
2486: , p_data => x_msg_data
2487: );
2488:

Line 2551: OE_MSG_PUB.Count_And_Get

2547: end if;
2548:
2549: -- Get message count and data
2550:
2551: OE_MSG_PUB.Count_And_Get
2552: ( p_count => x_msg_count
2553: , p_data => x_msg_data
2554: );
2555:

Line 2568: OE_MSG_PUB.Count_And_Get

2564: end if;
2565:
2566: -- Get message count and data
2567:
2568: OE_MSG_PUB.Count_And_Get
2569: ( p_count => x_msg_count
2570: , p_data => x_msg_data
2571: );
2572:

Line 2578: oe_msg_pub.Count_And_Get

2574: x_return_status := FND_API.G_RET_STS_SUCCESS;
2575:
2576: -- Get message count and data
2577:
2578: oe_msg_pub.Count_And_Get
2579: ( p_count => x_msg_count
2580: , p_data => x_msg_data
2581: );
2582:

Line 2593: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2589: qp_delayed_requests_pvt.Clear_Request
2590: (x_return_status => l_return_status);
2591: end if;
2592:
2593: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2594: THEN
2595: OE_MSG_PUB.Add_Exc_Msg
2596: ( G_PKG_NAME
2597: , 'Process_Modifiers'

Line 2595: OE_MSG_PUB.Add_Exc_Msg

2591: end if;
2592:
2593: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2594: THEN
2595: OE_MSG_PUB.Add_Exc_Msg
2596: ( G_PKG_NAME
2597: , 'Process_Modifiers'
2598: );
2599: END IF;

Line 2603: OE_MSG_PUB.Count_And_Get

2599: END IF;
2600:
2601: -- Get message count and data
2602:
2603: OE_MSG_PUB.Count_And_Get
2604: ( p_count => x_msg_count
2605: , p_data => x_msg_data
2606: );
2607:

Line 2671: OE_MSG_PUB.initialize;

2667:
2668: -- Initialize message list.
2669:
2670: IF FND_API.to_Boolean(p_init_msg_list) THEN
2671: OE_MSG_PUB.initialize;
2672: END IF;
2673:
2674: -- Set Savepoint
2675:

Line 2775: OE_MSG_PUB.Count_And_Get

2771: x_return_status := FND_API.G_RET_STS_SUCCESS;
2772:
2773: -- Get message count and data
2774:
2775: OE_MSG_PUB.Count_And_Get
2776: ( p_count => x_msg_count
2777: , p_data => x_msg_data
2778: );
2779:

Line 2790: OE_MSG_PUB.Count_And_Get

2786: x_return_status := FND_API.G_RET_STS_ERROR;
2787:
2788: -- Get message count and data
2789:
2790: OE_MSG_PUB.Count_And_Get
2791: ( p_count => x_msg_count
2792: , p_data => x_msg_data
2793: );
2794:

Line 2805: OE_MSG_PUB.Count_And_Get

2801: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2802:
2803: -- Get message count and data
2804:
2805: OE_MSG_PUB.Count_And_Get
2806: ( p_count => x_msg_count
2807: , p_data => x_msg_data
2808: );
2809:

Line 2818: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2814: WHEN OTHERS THEN
2815:
2816: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2817:
2818: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2819: THEN
2820: OE_MSG_PUB.Add_Exc_Msg
2821: ( G_PKG_NAME
2822: , 'Lock_Modifiers'

Line 2820: OE_MSG_PUB.Add_Exc_Msg

2816: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2817:
2818: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2819: THEN
2820: OE_MSG_PUB.Add_Exc_Msg
2821: ( G_PKG_NAME
2822: , 'Lock_Modifiers'
2823: );
2824: END IF;

Line 2828: OE_MSG_PUB.Count_And_Get

2824: END IF;
2825:
2826: -- Get message count and data
2827:
2828: OE_MSG_PUB.Count_And_Get
2829: ( p_count => x_msg_count
2830: , p_data => x_msg_data
2831: );
2832:

Line 2893: OE_MSG_PUB.initialize;

2889:
2890: -- Initialize message list.
2891:
2892: IF FND_API.to_Boolean(p_init_msg_list) THEN
2893: OE_MSG_PUB.initialize;
2894: END IF;
2895:
2896: -- Get MODIFIER_LIST ( parent = MODIFIER_LIST )
2897:

Line 2949: OE_MSG_PUB.Count_And_Get

2945: x_return_status := FND_API.G_RET_STS_SUCCESS;
2946:
2947: -- Get message count and data
2948:
2949: OE_MSG_PUB.Count_And_Get
2950: ( p_count => x_msg_count
2951: , p_data => x_msg_data
2952: );
2953:

Line 2963: OE_MSG_PUB.Count_And_Get

2959: x_return_status := FND_API.G_RET_STS_ERROR;
2960:
2961: -- Get message count and data
2962:
2963: OE_MSG_PUB.Count_And_Get
2964: ( p_count => x_msg_count
2965: , p_data => x_msg_data
2966: );
2967:

Line 2974: OE_MSG_PUB.Count_And_Get

2970: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2971:
2972: -- Get message count and data
2973:
2974: OE_MSG_PUB.Count_And_Get
2975: ( p_count => x_msg_count
2976: , p_data => x_msg_data
2977: );
2978:

Line 2983: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

2979: WHEN OTHERS THEN
2980:
2981: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2982:
2983: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2984: THEN
2985: OE_MSG_PUB.Add_Exc_Msg
2986: ( G_PKG_NAME
2987: , 'Get_Modifiers'

Line 2985: OE_MSG_PUB.Add_Exc_Msg

2981: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2982:
2983: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2984: THEN
2985: OE_MSG_PUB.Add_Exc_Msg
2986: ( G_PKG_NAME
2987: , 'Get_Modifiers'
2988: );
2989: END IF;

Line 2993: OE_MSG_PUB.Count_And_Get

2989: END IF;
2990:
2991: -- Get message count and data
2992:
2993: OE_MSG_PUB.Count_And_Get
2994: ( p_count => x_msg_count
2995: , p_data => x_msg_data
2996: );
2997: