DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_ADJ dependencies on OE_MSG_PUB

Line 497: OE_MSG_PUB.Count_And_Get

493: x_return_status := FND_API.G_RET_STS_SUCCESS;
494:
495: -- Get message count and data
496:
497: OE_MSG_PUB.Count_And_Get
498: ( p_count => x_msg_count
499: , p_data => x_msg_data
500: );
501:

Line 516: OE_MSG_PUB.Count_And_Get

512: x_return_status := FND_API.G_RET_STS_ERROR;
513:
514: -- Get message count and data
515:
516: OE_MSG_PUB.Count_And_Get
517: ( p_count => x_msg_count
518: , p_data => x_msg_data
519: );
520:

Line 529: OE_MSG_PUB.Count_And_Get

525: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
526:
527: -- Get message count and data
528:
529: OE_MSG_PUB.Count_And_Get
530: ( p_count => x_msg_count
531: , p_data => x_msg_data
532: );
533:

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

536: OE_GLOBALS.G_UI_FLAG := FALSE;
537:
538: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
539:
540: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
541: THEN
542: OE_MSG_PUB.Add_Exc_Msg
543: ( G_PKG_NAME
544: , 'Default_Attributes'

Line 542: OE_MSG_PUB.Add_Exc_Msg

538: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
539:
540: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
541: THEN
542: OE_MSG_PUB.Add_Exc_Msg
543: ( G_PKG_NAME
544: , 'Default_Attributes'
545: );
546: END IF;

Line 550: OE_MSG_PUB.Count_And_Get

546: END IF;
547:
548: -- Get message count and data
549:
550: OE_MSG_PUB.Count_And_Get
551: ( p_count => x_msg_count
552: , p_data => x_msg_data
553: );
554:

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

1061: ELSE
1062:
1063: -- Unexpected error, unrecognized attribute
1064:
1065: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1066: THEN
1067: OE_MSG_PUB.Add_Exc_Msg
1068: ( G_PKG_NAME
1069: , 'Change_Attributes'

Line 1067: OE_MSG_PUB.Add_Exc_Msg

1063: -- Unexpected error, unrecognized attribute
1064:
1065: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1066: THEN
1067: OE_MSG_PUB.Add_Exc_Msg
1068: ( G_PKG_NAME
1069: , 'Change_Attributes'
1070: , 'Unrecognized attribute'
1071: );

Line 1871: OE_MSG_PUB.Count_And_Get

1867: x_return_status := FND_API.G_RET_STS_SUCCESS;
1868:
1869: -- Get message count and data
1870:
1871: OE_MSG_PUB.Count_And_Get
1872: ( p_count => x_msg_count
1873: , p_data => x_msg_data
1874: );
1875:

Line 1890: OE_MSG_PUB.Count_And_Get

1886: x_return_status := FND_API.G_RET_STS_ERROR;
1887:
1888: -- Get message count and data
1889:
1890: OE_MSG_PUB.Count_And_Get
1891: ( p_count => x_msg_count
1892: , p_data => x_msg_data
1893: );
1894:

Line 1905: OE_MSG_PUB.Count_And_Get

1901: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1902:
1903: -- Get message count and data
1904:
1905: OE_MSG_PUB.Count_And_Get
1906: ( p_count => x_msg_count
1907: , p_data => x_msg_data
1908: );
1909:

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

1914: OE_GLOBALS.G_UI_FLAG := FALSE;
1915:
1916: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1917:
1918: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1919: THEN
1920: OE_MSG_PUB.Add_Exc_Msg
1921: ( G_PKG_NAME
1922: , 'Change_Attributes'

Line 1920: OE_MSG_PUB.Add_Exc_Msg

1916: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1917:
1918: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1919: THEN
1920: OE_MSG_PUB.Add_Exc_Msg
1921: ( G_PKG_NAME
1922: , 'Change_Attributes'
1923: );
1924: END IF;

Line 1928: OE_MSG_PUB.Count_And_Get

1924: END IF;
1925:
1926: -- Get message count and data
1927:
1928: OE_MSG_PUB.Count_And_Get
1929: ( p_count => x_msg_count
1930: , p_data => x_msg_data
1931: );
1932:

Line 2228: OE_MSG_PUB.Count_And_Get

2224: x_return_status := FND_API.G_RET_STS_SUCCESS;
2225:
2226: -- Get message count and data
2227:
2228: OE_MSG_PUB.Count_And_Get
2229: ( p_count => x_msg_count
2230: , p_data => x_msg_data
2231: );
2232:

Line 2247: OE_MSG_PUB.Count_And_Get

2243: x_return_status := FND_API.G_RET_STS_ERROR;
2244:
2245: -- Get message count and data
2246:
2247: OE_MSG_PUB.Count_And_Get
2248: ( p_count => x_msg_count
2249: , p_data => x_msg_data
2250: );
2251:

Line 2262: OE_MSG_PUB.Count_And_Get

2258: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2259:
2260: -- Get message count and data
2261:
2262: OE_MSG_PUB.Count_And_Get
2263: ( p_count => x_msg_count
2264: , p_data => x_msg_data
2265: );
2266:

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

2271: OE_GLOBALS.G_UI_FLAG := FALSE;
2272:
2273: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2274:
2275: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2276: THEN
2277: OE_MSG_PUB.Add_Exc_Msg
2278: ( G_PKG_NAME
2279: , 'Validate_And_Write'

Line 2277: OE_MSG_PUB.Add_Exc_Msg

2273: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2274:
2275: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2276: THEN
2277: OE_MSG_PUB.Add_Exc_Msg
2278: ( G_PKG_NAME
2279: , 'Validate_And_Write'
2280: );
2281: END IF;

Line 2285: OE_MSG_PUB.Count_And_Get

2281: END IF;
2282:
2283: -- Get message count and data
2284:
2285: OE_MSG_PUB.Count_And_Get
2286: ( p_count => x_msg_count
2287: , p_data => x_msg_data
2288: );
2289:

Line 2497: OE_MSG_PUB.Count_And_Get

2493: x_return_status := FND_API.G_RET_STS_SUCCESS;
2494:
2495: -- Get message count and data
2496:
2497: OE_MSG_PUB.Count_And_Get
2498: ( p_count => x_msg_count
2499: , p_data => x_msg_data
2500: );
2501:

Line 2516: OE_MSG_PUB.Count_And_Get

2512: x_return_status := FND_API.G_RET_STS_ERROR;
2513:
2514: -- Get message count and data
2515:
2516: OE_MSG_PUB.Count_And_Get
2517: ( p_count => x_msg_count
2518: , p_data => x_msg_data
2519: );
2520:

Line 2529: OE_MSG_PUB.Count_And_Get

2525: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2526:
2527: -- Get message count and data
2528:
2529: OE_MSG_PUB.Count_And_Get
2530: ( p_count => x_msg_count
2531: , p_data => x_msg_data
2532: );
2533:

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

2536: OE_GLOBALS.G_UI_FLAG := FALSE;
2537:
2538: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2539:
2540: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2541: THEN
2542: OE_MSG_PUB.Add_Exc_Msg
2543: ( G_PKG_NAME
2544: , 'Delete_Row'

Line 2542: OE_MSG_PUB.Add_Exc_Msg

2538: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2539:
2540: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2541: THEN
2542: OE_MSG_PUB.Add_Exc_Msg
2543: ( G_PKG_NAME
2544: , 'Delete_Row'
2545: );
2546: END IF;

Line 2550: OE_MSG_PUB.Count_And_Get

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

Line 2670: OE_MSG_PUB.Count_And_Get

2666: RAISE FND_API.G_EXC_ERROR;
2667: END IF;
2668:
2669: --btea begin fix bug 1398294
2670: OE_MSG_PUB.Count_And_Get
2671: ( p_count => x_msg_count
2672: , p_data => x_msg_data
2673: );
2674: --btea end fix bug 1398294

Line 2763: OE_MSG_PUB.Count_And_Get

2759: x_return_status := FND_API.G_RET_STS_SUCCESS;
2760:
2761: -- Get message count and data
2762:
2763: OE_MSG_PUB.Count_And_Get
2764: ( p_count => x_msg_count
2765: , p_data => x_msg_data
2766: );
2767:

Line 2782: OE_MSG_PUB.Count_And_Get

2778: x_return_status := FND_API.G_RET_STS_ERROR;
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 2795: OE_MSG_PUB.Count_And_Get

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

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

2802: OE_GLOBALS.G_UI_FLAG := FALSE;
2803:
2804: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2805:
2806: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2807: THEN
2808: OE_MSG_PUB.Add_Exc_Msg
2809: ( G_PKG_NAME
2810: , 'Process_Entity'

Line 2808: OE_MSG_PUB.Add_Exc_Msg

2804: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2805:
2806: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2807: THEN
2808: OE_MSG_PUB.Add_Exc_Msg
2809: ( G_PKG_NAME
2810: , 'Process_Entity'
2811: );
2812: END IF;

Line 2816: OE_MSG_PUB.Count_And_Get

2812: END IF;
2813:
2814: -- Get message count and data
2815:
2816: OE_MSG_PUB.Count_And_Get
2817: ( p_count => x_msg_count
2818: , p_data => x_msg_data
2819: );
2820:

Line 3034: OE_MSG_PUB.Count_And_Get

3030: x_return_status := FND_API.G_RET_STS_SUCCESS;
3031:
3032: -- Get message count and data
3033:
3034: OE_MSG_PUB.Count_And_Get
3035: ( p_count => x_msg_count
3036: , p_data => x_msg_data
3037: );
3038:

Line 3053: OE_MSG_PUB.Count_And_Get

3049: x_return_status := FND_API.G_RET_STS_ERROR;
3050:
3051: -- Get message count and data
3052:
3053: OE_MSG_PUB.Count_And_Get
3054: ( p_count => x_msg_count
3055: , p_data => x_msg_data
3056: );
3057:

Line 3068: OE_MSG_PUB.Count_And_Get

3064: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3065:
3066: -- Get message count and data
3067:
3068: OE_MSG_PUB.Count_And_Get
3069: ( p_count => x_msg_count
3070: , p_data => x_msg_data
3071: );
3072:

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

3077: OE_GLOBALS.G_UI_FLAG := FALSE;
3078:
3079: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3080:
3081: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3082: THEN
3083: OE_MSG_PUB.Add_Exc_Msg
3084: ( G_PKG_NAME
3085: , 'Replace_Attributes'

Line 3083: OE_MSG_PUB.Add_Exc_Msg

3079: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3080:
3081: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3082: THEN
3083: OE_MSG_PUB.Add_Exc_Msg
3084: ( G_PKG_NAME
3085: , 'Replace_Attributes'
3086: );
3087: END IF;

Line 3091: OE_MSG_PUB.Count_And_Get

3087: END IF;
3088:
3089: -- Get message count and data
3090:
3091: OE_MSG_PUB.Count_And_Get
3092: ( p_count => x_msg_count
3093: , p_data => x_msg_data
3094: );
3095:

Line 3160: OE_MSG_PUB.Count_And_Get

3156: x_return_status := l_return_status;
3157:
3158: -- Get message count and data
3159:
3160: OE_MSG_PUB.Count_And_Get
3161: ( p_count => x_msg_count
3162: , p_data => x_msg_data
3163: );
3164:

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

3169: EXCEPTION
3170:
3171: WHEN OTHERS THEN
3172:
3173: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3174: THEN
3175: OE_MSG_PUB.Add_Exc_Msg
3176: ( G_PKG_NAME
3177: , 'Lock_Row'

Line 3175: OE_MSG_PUB.Add_Exc_Msg

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

Line 3185: OE_MSG_PUB.Count_And_Get

3181: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
3182:
3183: -- Get message count and data
3184:
3185: OE_MSG_PUB.Count_And_Get
3186: ( p_count => x_msg_count
3187: , p_data => x_msg_data
3188: );
3189:

Line 3430: OE_MSG_PUB.Count_And_Get

3426: OE_GLOBALS.G_UI_FLAG := FALSE;
3427: oe_debug_pub.add( 'IN FND_API.G_EXC_ERROR');
3428: x_return_status := FND_API.G_RET_STS_ERROR;
3429: -- Get message count and data
3430: OE_MSG_PUB.Count_And_Get
3431: ( p_count => x_msg_count
3432: , p_data => x_msg_data
3433: );
3434: -- end for bug 12907745

Line 3442: OE_MSG_PUB.Add_Exc_Msg

3438: OE_GLOBALS.G_UI_FLAG := FALSE;
3439:
3440: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3441:
3442: OE_MSG_PUB.Add_Exc_Msg
3443: ( G_PKG_NAME
3444: , 'Oe_Oe_Form_Line_Adj.Insert_Row:'||SQLERRM
3445: );
3446: IF l_debug_level > 0 THEN

Line 3451: OE_MSG_PUB.Count_And_Get

3447: oe_debug_pub.add( 'OE_OE_FORM_LINE_ADJ.INSERT_ROW:'||SQLERRM ) ;
3448: END IF;
3449: -- Get message count and data
3450:
3451: OE_MSG_PUB.Count_And_Get
3452: ( p_count => x_msg_count
3453: , p_data => x_msg_data
3454: );
3455: