DBA Data[Home] [Help]

APPS.QP_MODIFIERS_PVT dependencies on OE_MSG_PUB

Line 299: OE_MSG_PUB.Add;

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

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

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

Line 384: OE_MSG_PUB.Add_Exc_Msg

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

Line 698: OE_MSG_PUB.Add;

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

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

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

Line 995: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 1051: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 1381: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 1433: OE_MSG_PUB.Add_Exc_Msg

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

Line 1744: OE_MSG_PUB.Add;

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

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

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

Line 1906: OE_MSG_PUB.Add_Exc_Msg

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

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

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

Line 1962: OE_MSG_PUB.Add_Exc_Msg

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

Line 2072: OE_MSG_PUB.initialize;

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

Line 2084: OE_MSG_PUB.Add;

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

Line 2097: oe_msg_pub.Add;

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

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

2297:
2298: ELSE
2299:
2300: oe_debug_pub.add('else if here6');
2301: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
2302: THEN
2303:
2304: FND_MESSAGE.SET_NAME('QP','QP_API_INV_PARENT_INDEX');
2305: FND_MESSAGE.SET_TOKEN('ENTITY_NAME','PRICING_ATTR');

Line 2308: OE_MSG_PUB.Add;

2304: FND_MESSAGE.SET_NAME('QP','QP_API_INV_PARENT_INDEX');
2305: FND_MESSAGE.SET_TOKEN('ENTITY_NAME','PRICING_ATTR');
2306: FND_MESSAGE.SET_TOKEN('ENTITY_INDEX',I);
2307: FND_MESSAGE.SET_TOKEN('PARENT_INDEX',l_PRICING_ATTR_rec.MODIFIERS_index);
2308: OE_MSG_PUB.Add;
2309:
2310: END IF;
2311: END IF;
2312: END IF;

Line 2491: OE_MSG_PUB.Count_And_Get

2487: END LOOP;
2488:
2489: -- Get message count and data
2490:
2491: OE_MSG_PUB.Count_And_Get
2492: ( p_count => x_msg_count
2493: , p_data => x_msg_data
2494: );
2495:

Line 2558: OE_MSG_PUB.Count_And_Get

2554: end if;
2555:
2556: -- Get message count and data
2557:
2558: OE_MSG_PUB.Count_And_Get
2559: ( p_count => x_msg_count
2560: , p_data => x_msg_data
2561: );
2562:

Line 2575: OE_MSG_PUB.Count_And_Get

2571: end if;
2572:
2573: -- Get message count and data
2574:
2575: OE_MSG_PUB.Count_And_Get
2576: ( p_count => x_msg_count
2577: , p_data => x_msg_data
2578: );
2579:

Line 2585: oe_msg_pub.Count_And_Get

2581: x_return_status := FND_API.G_RET_STS_SUCCESS;
2582:
2583: -- Get message count and data
2584:
2585: oe_msg_pub.Count_And_Get
2586: ( p_count => x_msg_count
2587: , p_data => x_msg_data
2588: );
2589:

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

2596: qp_delayed_requests_pvt.Clear_Request
2597: (x_return_status => l_return_status);
2598: end if;
2599:
2600: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2601: THEN
2602: OE_MSG_PUB.Add_Exc_Msg
2603: ( G_PKG_NAME
2604: , 'Process_Modifiers'

Line 2602: OE_MSG_PUB.Add_Exc_Msg

2598: end if;
2599:
2600: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2601: THEN
2602: OE_MSG_PUB.Add_Exc_Msg
2603: ( G_PKG_NAME
2604: , 'Process_Modifiers'
2605: );
2606: END IF;

Line 2610: OE_MSG_PUB.Count_And_Get

2606: END IF;
2607:
2608: -- Get message count and data
2609:
2610: OE_MSG_PUB.Count_And_Get
2611: ( p_count => x_msg_count
2612: , p_data => x_msg_data
2613: );
2614:

Line 2678: OE_MSG_PUB.initialize;

2674:
2675: -- Initialize message list.
2676:
2677: IF FND_API.to_Boolean(p_init_msg_list) THEN
2678: OE_MSG_PUB.initialize;
2679: END IF;
2680:
2681: -- Set Savepoint
2682:

Line 2782: OE_MSG_PUB.Count_And_Get

2778: x_return_status := FND_API.G_RET_STS_SUCCESS;
2779:
2780: -- Get message count and data
2781:
2782: OE_MSG_PUB.Count_And_Get
2783: ( p_count => x_msg_count
2784: , p_data => x_msg_data
2785: );
2786:

Line 2797: OE_MSG_PUB.Count_And_Get

2793: x_return_status := FND_API.G_RET_STS_ERROR;
2794:
2795: -- Get message count and data
2796:
2797: OE_MSG_PUB.Count_And_Get
2798: ( p_count => x_msg_count
2799: , p_data => x_msg_data
2800: );
2801:

Line 2812: OE_MSG_PUB.Count_And_Get

2808: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2809:
2810: -- Get message count and data
2811:
2812: OE_MSG_PUB.Count_And_Get
2813: ( p_count => x_msg_count
2814: , p_data => x_msg_data
2815: );
2816:

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

2821: WHEN OTHERS THEN
2822:
2823: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2824:
2825: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2826: THEN
2827: OE_MSG_PUB.Add_Exc_Msg
2828: ( G_PKG_NAME
2829: , 'Lock_Modifiers'

Line 2827: OE_MSG_PUB.Add_Exc_Msg

2823: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2824:
2825: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2826: THEN
2827: OE_MSG_PUB.Add_Exc_Msg
2828: ( G_PKG_NAME
2829: , 'Lock_Modifiers'
2830: );
2831: END IF;

Line 2835: OE_MSG_PUB.Count_And_Get

2831: END IF;
2832:
2833: -- Get message count and data
2834:
2835: OE_MSG_PUB.Count_And_Get
2836: ( p_count => x_msg_count
2837: , p_data => x_msg_data
2838: );
2839:

Line 2900: OE_MSG_PUB.initialize;

2896:
2897: -- Initialize message list.
2898:
2899: IF FND_API.to_Boolean(p_init_msg_list) THEN
2900: OE_MSG_PUB.initialize;
2901: END IF;
2902:
2903: -- Get MODIFIER_LIST ( parent = MODIFIER_LIST )
2904:

Line 2956: OE_MSG_PUB.Count_And_Get

2952: x_return_status := FND_API.G_RET_STS_SUCCESS;
2953:
2954: -- Get message count and data
2955:
2956: OE_MSG_PUB.Count_And_Get
2957: ( p_count => x_msg_count
2958: , p_data => x_msg_data
2959: );
2960:

Line 2970: OE_MSG_PUB.Count_And_Get

2966: x_return_status := FND_API.G_RET_STS_ERROR;
2967:
2968: -- Get message count and data
2969:
2970: OE_MSG_PUB.Count_And_Get
2971: ( p_count => x_msg_count
2972: , p_data => x_msg_data
2973: );
2974:

Line 2981: OE_MSG_PUB.Count_And_Get

2977: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2978:
2979: -- Get message count and data
2980:
2981: OE_MSG_PUB.Count_And_Get
2982: ( p_count => x_msg_count
2983: , p_data => x_msg_data
2984: );
2985:

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

2986: WHEN OTHERS THEN
2987:
2988: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2989:
2990: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2991: THEN
2992: OE_MSG_PUB.Add_Exc_Msg
2993: ( G_PKG_NAME
2994: , 'Get_Modifiers'

Line 2992: OE_MSG_PUB.Add_Exc_Msg

2988: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2989:
2990: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2991: THEN
2992: OE_MSG_PUB.Add_Exc_Msg
2993: ( G_PKG_NAME
2994: , 'Get_Modifiers'
2995: );
2996: END IF;

Line 3000: OE_MSG_PUB.Count_And_Get

2996: END IF;
2997:
2998: -- Get message count and data
2999:
3000: OE_MSG_PUB.Count_And_Get
3001: ( p_count => x_msg_count
3002: , p_data => x_msg_data
3003: );
3004: