DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE dependencies on OE_MSG_PUB

Line 296: oe_msg_pub.count_and_get

292: x_return_status := FND_API.G_RET_STS_SUCCESS;
293:
294: -- Get message count and data
295:
296: oe_msg_pub.count_and_get
297: ( p_count => x_msg_count
298: , p_data => x_msg_data
299: );
300:

Line 315: oe_msg_pub.count_and_get

311: x_return_status := FND_API.G_RET_STS_ERROR;
312:
313: -- Get message count and data
314:
315: oe_msg_pub.count_and_get
316: ( p_count => x_msg_count
317: , p_data => x_msg_data
318: );
319:

Line 328: oe_msg_pub.count_and_get

324: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
325:
326: -- Get message count and data
327:
328: oe_msg_pub.count_and_get
329: ( p_count => x_msg_count
330: , p_data => x_msg_data
331: );
332:

Line 339: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

335: OE_GLOBALS.G_UI_FLAG := FALSE;
336:
337: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
338:
339: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
340: THEN
341: oe_msg_pub.Add_Exc_Msg
342: ( G_PKG_NAME
343: , 'Default_Attributes' || l_error

Line 341: oe_msg_pub.Add_Exc_Msg

337: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
338:
339: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
340: THEN
341: oe_msg_pub.Add_Exc_Msg
342: ( G_PKG_NAME
343: , 'Default_Attributes' || l_error
344: );
345: END IF;

Line 349: oe_msg_pub.count_and_get

345: END IF;
346:
347: -- Get message count and data
348:
349: oe_msg_pub.count_and_get
350: ( p_count => x_msg_count
351: , p_data => x_msg_data
352: );
353:

Line 1089: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

1085: END IF;
1086:
1087: -- Unexpected error, unrecognized attribute
1088:
1089: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1090: THEN
1091: oe_msg_pub.Add_Exc_Msg
1092: ( G_PKG_NAME
1093: , 'Change_Attribute'

Line 1091: oe_msg_pub.Add_Exc_Msg

1087: -- Unexpected error, unrecognized attribute
1088:
1089: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1090: THEN
1091: oe_msg_pub.Add_Exc_Msg
1092: ( G_PKG_NAME
1093: , 'Change_Attribute'
1094: , 'Unrecognized attribute'
1095: );

Line 1105: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

1101:
1102:
1103: EXCEPTION
1104: WHEN OTHERS THEN
1105: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1106: THEN
1107: oe_msg_pub.Add_Exc_Msg
1108: ( G_PKG_NAME
1109: , 'Copy_Attribute_To_Rec'

Line 1107: oe_msg_pub.Add_Exc_Msg

1103: EXCEPTION
1104: WHEN OTHERS THEN
1105: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1106: THEN
1107: oe_msg_pub.Add_Exc_Msg
1108: ( G_PKG_NAME
1109: , 'Copy_Attribute_To_Rec'
1110: );
1111: END IF;

Line 1983: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

1979: END IF;
1980:
1981: -- Unexpected error, unrecognized attribute
1982:
1983: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1984: THEN
1985: oe_msg_pub.Add_Exc_Msg
1986: ( G_PKG_NAME
1987: , 'Change_Attribute'

Line 1985: oe_msg_pub.Add_Exc_Msg

1981: -- Unexpected error, unrecognized attribute
1982:
1983: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1984: THEN
1985: oe_msg_pub.Add_Exc_Msg
1986: ( G_PKG_NAME
1987: , 'Change_Attribute'
1988: , 'Unrecognized attribute'
1989: );

Line 2030: OE_MSG_PUB.Add;

2026:
2027: IF nvl(l_order_date_type_code,'SHIP') = 'ARRIVAL' THEN
2028:
2029: FND_MESSAGE.SET_NAME('ONT','OE_SCH_INV_SHP_DATE');
2030: OE_MSG_PUB.Add;
2031:
2032: l_return_status := FND_API.G_RET_STS_ERROR;
2033:
2034: END IF;

Line 2062: OE_MSG_PUB.Add;

2058:
2059: IF nvl(l_order_date_type_code,'SHIP') = 'SHIP' THEN
2060:
2061: FND_MESSAGE.SET_NAME('ONT','OE_SCH_INV_ARR_DATE');
2062: OE_MSG_PUB.Add;
2063:
2064: l_return_status := FND_API.G_RET_STS_ERROR;
2065:
2066: END IF;

Line 2091: OE_MSG_PUB.Add;

2087: IF l_debug_level > 0 THEN
2088: oe_debug_pub.add('Cannot change source type',2);
2089: END IF;
2090: FND_MESSAGE.SET_NAME('ONT','ONT_CANT_CHG_SRC_TYPE');
2091: OE_MSG_PUB.Add;
2092: l_return_status := FND_API.G_RET_STS_ERROR;
2093: RAISE FND_API.G_EXC_ERROR;
2094: END IF;
2095: -- end for 3998402

Line 2187: oe_msg_pub.count_and_get

2183: x_return_status := FND_API.G_RET_STS_SUCCESS;
2184:
2185: -- Get message count and data
2186:
2187: oe_msg_pub.count_and_get
2188: ( p_count => x_msg_count
2189: , p_data => x_msg_data
2190: );
2191:

Line 2206: oe_msg_pub.count_and_get

2202: x_return_status := FND_API.G_RET_STS_ERROR;
2203:
2204: -- Get message count and data
2205:
2206: oe_msg_pub.count_and_get
2207: ( p_count => x_msg_count
2208: , p_data => x_msg_data
2209: );
2210:

Line 2219: oe_msg_pub.count_and_get

2215: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2216:
2217: -- Get message count and data
2218:
2219: oe_msg_pub.count_and_get
2220: ( p_count => x_msg_count
2221: , p_data => x_msg_data
2222: );
2223:

Line 2230: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

2226: OE_GLOBALS.G_UI_FLAG := FALSE;
2227:
2228: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2229:
2230: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
2231: THEN
2232: oe_msg_pub.Add_Exc_Msg
2233: ( G_PKG_NAME
2234: , 'Change_Attribute'

Line 2232: oe_msg_pub.Add_Exc_Msg

2228: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2229:
2230: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
2231: THEN
2232: oe_msg_pub.Add_Exc_Msg
2233: ( G_PKG_NAME
2234: , 'Change_Attribute'
2235: );
2236: END IF;

Line 2240: oe_msg_pub.count_and_get

2236: END IF;
2237:
2238: -- Get message count and data
2239:
2240: oe_msg_pub.count_and_get
2241: ( p_count => x_msg_count
2242: , p_data => x_msg_data
2243: );
2244:

Line 2653: oe_msg_pub.count_and_get

2649: x_return_status := FND_API.G_RET_STS_SUCCESS;
2650:
2651: -- Get message count and data
2652:
2653: oe_msg_pub.count_and_get
2654: ( p_count => x_msg_count
2655: , p_data => x_msg_data
2656: );
2657:

Line 2689: oe_msg_pub.count_and_get

2685: x_return_status := FND_API.G_RET_STS_ERROR;
2686:
2687: -- Get message count and data
2688:
2689: oe_msg_pub.count_and_get
2690: ( p_count => x_msg_count
2691: , p_data => x_msg_data
2692: );
2693:

Line 2709: oe_msg_pub.count_and_get

2705: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2706:
2707: -- Get message count and data
2708:
2709: oe_msg_pub.count_and_get
2710: ( p_count => x_msg_count
2711: , p_data => x_msg_data
2712: );
2713:

Line 2727: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

2723: OE_GLOBALS.G_START_LINE_FLOWS_TBL.delete(l_last_index);
2724: END IF;
2725: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2726:
2727: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
2728: THEN
2729: oe_msg_pub.Add_Exc_Msg
2730: ( G_PKG_NAME
2731: , 'Validate_And_Write'

Line 2729: oe_msg_pub.Add_Exc_Msg

2725: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2726:
2727: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
2728: THEN
2729: oe_msg_pub.Add_Exc_Msg
2730: ( G_PKG_NAME
2731: , 'Validate_And_Write'
2732: );
2733: END IF;

Line 2737: oe_msg_pub.count_and_get

2733: END IF;
2734:
2735: -- Get message count and data
2736:
2737: oe_msg_pub.count_and_get
2738: ( p_count => x_msg_count
2739: , p_data => x_msg_data
2740: );
2741:

Line 2839: oe_msg_pub.count_and_get

2835: x_return_status := FND_API.G_RET_STS_SUCCESS;
2836:
2837: -- Get message count and data
2838:
2839: oe_msg_pub.count_and_get
2840: ( p_count => x_msg_count
2841: , p_data => x_msg_data
2842: );
2843:

Line 2858: oe_msg_pub.count_and_get

2854: x_return_status := FND_API.G_RET_STS_ERROR;
2855:
2856: -- Get message count and data
2857:
2858: oe_msg_pub.count_and_get
2859: ( p_count => x_msg_count
2860: , p_data => x_msg_data
2861: );
2862:

Line 2872: oe_msg_pub.count_and_get

2868: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2869:
2870: -- Get message count and data
2871:
2872: oe_msg_pub.count_and_get
2873: ( p_count => x_msg_count
2874: , p_data => x_msg_data
2875: );
2876:

Line 2884: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

2880: OE_GLOBALS.G_UI_FLAG := FALSE;
2881:
2882: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2883:
2884: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
2885: THEN
2886: oe_msg_pub.Add_Exc_Msg
2887: ( G_PKG_NAME
2888: , 'Delete_Row'

Line 2886: oe_msg_pub.Add_Exc_Msg

2882: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2883:
2884: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
2885: THEN
2886: oe_msg_pub.Add_Exc_Msg
2887: ( G_PKG_NAME
2888: , 'Delete_Row'
2889: );
2890: END IF;

Line 2894: oe_msg_pub.count_and_get

2890: END IF;
2891:
2892: -- Get message count and data
2893:
2894: oe_msg_pub.count_and_get
2895: ( p_count => x_msg_count
2896: , p_data => x_msg_data
2897: );
2898:

Line 3011: oe_msg_pub.count_and_get

3007: x_return_status := FND_API.G_RET_STS_SUCCESS;
3008:
3009: -- Get message count and data
3010:
3011: oe_msg_pub.count_and_get
3012: ( p_count => x_msg_count
3013: , p_data => x_msg_data
3014: );
3015:

Line 3030: oe_msg_pub.count_and_get

3026: x_return_status := FND_API.G_RET_STS_ERROR;
3027:
3028: -- Get message count and data
3029:
3030: oe_msg_pub.count_and_get
3031: ( p_count => x_msg_count
3032: , p_data => x_msg_data
3033: );
3034:

Line 3043: oe_msg_pub.count_and_get

3039: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3040:
3041: -- Get message count and data
3042:
3043: oe_msg_pub.count_and_get
3044: ( p_count => x_msg_count
3045: , p_data => x_msg_data
3046: );
3047:

Line 3054: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

3050: OE_GLOBALS.G_UI_FLAG := FALSE;
3051:
3052: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3053:
3054: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
3055: THEN
3056: oe_msg_pub.Add_Exc_Msg
3057: ( G_PKG_NAME
3058: , 'Process_Entity'

Line 3056: oe_msg_pub.Add_Exc_Msg

3052: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3053:
3054: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
3055: THEN
3056: oe_msg_pub.Add_Exc_Msg
3057: ( G_PKG_NAME
3058: , 'Process_Entity'
3059: );
3060: END IF;

Line 3064: oe_msg_pub.count_and_get

3060: END IF;
3061:
3062: -- Get message count and data
3063:
3064: oe_msg_pub.count_and_get
3065: ( p_count => x_msg_count
3066: , p_data => x_msg_data
3067: );
3068:

Line 3104: OE_MSG_PUB.initialize;

3100: --Bug 3025978
3101: OE_GLOBALS.G_UI_FLAG := TRUE;
3102:
3103: -- Call OE_Line_Util.Lock_Row instead of Oe_Order_Pvt.Lock_order
3104: OE_MSG_PUB.initialize;
3105: OE_Line_Util.Lock_Row
3106: ( x_return_status => l_return_status
3107: , p_x_line_rec => l_x_line_rec
3108: , p_line_id => p_line_id);

Line 3137: oe_msg_pub.count_and_get

3133: END IF;
3134:
3135: -- Get message count and data
3136:
3137: oe_msg_pub.count_and_get
3138: ( p_count => x_msg_count
3139: , p_data => x_msg_data
3140: );
3141:

Line 3155: oe_msg_pub.count_and_get

3151: x_return_status := FND_API.G_RET_STS_ERROR;
3152:
3153: -- Get message count and data
3154:
3155: oe_msg_pub.count_and_get
3156: ( p_count => x_msg_count
3157: , p_data => x_msg_data
3158: );
3159:

Line 3168: oe_msg_pub.count_and_get

3164: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3165:
3166: -- Get message count and data
3167:
3168: oe_msg_pub.count_and_get
3169: ( p_count => x_msg_count
3170: , p_data => x_msg_data
3171: );
3172:

Line 3175: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

3171: );
3172:
3173: WHEN OTHERS THEN
3174:
3175: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
3176: THEN
3177: oe_msg_pub.Add_Exc_Msg
3178: ( G_PKG_NAME
3179: , 'Lock_Row'

Line 3177: oe_msg_pub.Add_Exc_Msg

3173: WHEN OTHERS THEN
3174:
3175: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
3176: THEN
3177: oe_msg_pub.Add_Exc_Msg
3178: ( G_PKG_NAME
3179: , 'Lock_Row'
3180: );
3181: END IF;

Line 3187: oe_msg_pub.count_and_get

3183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3184:
3185: -- Get message count and data
3186:
3187: oe_msg_pub.count_and_get
3188: ( p_count => x_msg_count
3189: , p_data => x_msg_data
3190: );
3191:

Line 5825: oe_msg_pub.count_and_get

5821: x_return_status := FND_API.G_RET_STS_SUCCESS;
5822:
5823: -- Get message count and data
5824:
5825: oe_msg_pub.count_and_get
5826: ( p_count => x_msg_count
5827: , p_data => x_msg_data
5828: );
5829:

Line 5838: oe_msg_pub.count_and_get

5834: x_return_status := FND_API.G_RET_STS_ERROR;
5835:
5836: -- Get message count and data
5837:
5838: oe_msg_pub.count_and_get
5839: ( p_count => x_msg_count
5840: , p_data => x_msg_data
5841: );
5842:

Line 5849: oe_msg_pub.count_and_get

5845: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5846:
5847: -- Get message count and data
5848:
5849: oe_msg_pub.count_and_get
5850: ( p_count => x_msg_count
5851: , p_data => x_msg_data
5852: );
5853:

Line 5858: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

5854: WHEN OTHERS THEN
5855:
5856: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5857:
5858: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
5859: THEN
5860: oe_msg_pub.Add_Exc_Msg
5861: ( G_PKG_NAME
5862: , 'Split Lines'

Line 5860: oe_msg_pub.Add_Exc_Msg

5856: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
5857:
5858: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
5859: THEN
5860: oe_msg_pub.Add_Exc_Msg
5861: ( G_PKG_NAME
5862: , 'Split Lines'
5863: );
5864: END IF;

Line 5868: oe_msg_pub.count_and_get

5864: END IF;
5865:
5866: -- Get message count and data
5867:
5868: oe_msg_pub.count_and_get
5869: ( p_count => x_msg_count
5870: , p_data => x_msg_data
5871: );
5872:

Line 5894: OE_MSG_PUB.initialize;

5890: l_old_line_rec OE_Order_PUB.Line_Rec_Type; --3445778
5891: l_index NUMBER; --3445778 */
5892: l_header_id NUMBER;
5893: BEGIN
5894: OE_MSG_PUB.initialize;
5895: x_return_status := FND_API.G_RET_STS_SUCCESS;
5896:
5897: -- Bug 3800577
5898: -- Clear versioning globals if request was not logged. If request was

Line 5973: OE_MSG_PUB.Count_And_Get

5969:
5970: --Close for bug #6059554--
5971:
5972:
5973: OE_MSG_PUB.Count_And_Get
5974: ( p_count => x_msg_count
5975: , p_data => x_msg_data
5976: );
5977:

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

5982: Clear_line;
5983:
5984: EXCEPTION
5985: WHEN OTHERS THEN
5986: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5987: THEN
5988: OE_MSG_PUB.Add_Exc_Msg
5989: ( G_PKG_NAME
5990: , 'Clear_Record'

Line 5988: OE_MSG_PUB.Add_Exc_Msg

5984: EXCEPTION
5985: WHEN OTHERS THEN
5986: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5987: THEN
5988: OE_MSG_PUB.Add_Exc_Msg
5989: ( G_PKG_NAME
5990: , 'Clear_Record'
5991: );
5992: END IF;

Line 5994: OE_MSG_PUB.Count_And_Get

5990: , 'Clear_Record'
5991: );
5992: END IF;
5993: -- Get message count and data
5994: OE_MSG_PUB.Count_And_Get
5995: ( p_count => x_msg_count
5996: , p_data => x_msg_data
5997: );
5998: x_return_status := FND_API.G_RET_STS_ERROR;

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

6120: EXCEPTION
6121:
6122: WHEN OTHERS THEN
6123:
6124: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6125: THEN
6126: OE_MSG_PUB.Add_Exc_Msg
6127: ( G_PKG_NAME
6128: , 'Get_Line_Shipment_Number'

Line 6126: OE_MSG_PUB.Add_Exc_Msg

6122: WHEN OTHERS THEN
6123:
6124: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6125: THEN
6126: OE_MSG_PUB.Add_Exc_Msg
6127: ( G_PKG_NAME
6128: , 'Get_Line_Shipment_Number'
6129: );
6130: END IF;

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

6209: EXCEPTION
6210:
6211: WHEN OTHERS THEN
6212:
6213: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6214: THEN
6215: OE_MSG_PUB.Add_Exc_Msg
6216: ( G_PKG_NAME
6217: , 'GET_ORDERED_ITEM'

Line 6215: OE_MSG_PUB.Add_Exc_Msg

6211: WHEN OTHERS THEN
6212:
6213: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
6214: THEN
6215: OE_MSG_PUB.Add_Exc_Msg
6216: ( G_PKG_NAME
6217: , 'GET_ORDERED_ITEM'
6218: );
6219: END IF;