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 1063: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

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

Line 1065: OE_MSG_PUB.Add_Exc_Msg

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

Line 1869: OE_MSG_PUB.Count_And_Get

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

Line 1888: OE_MSG_PUB.Count_And_Get

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

Line 1903: OE_MSG_PUB.Count_And_Get

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

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

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

Line 1918: OE_MSG_PUB.Add_Exc_Msg

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

Line 1926: OE_MSG_PUB.Count_And_Get

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

Line 2211: OE_MSG_PUB.Count_And_Get

2207: x_return_status := FND_API.G_RET_STS_SUCCESS;
2208:
2209: -- Get message count and data
2210:
2211: OE_MSG_PUB.Count_And_Get
2212: ( p_count => x_msg_count
2213: , p_data => x_msg_data
2214: );
2215:

Line 2230: OE_MSG_PUB.Count_And_Get

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

Line 2245: OE_MSG_PUB.Count_And_Get

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

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

2254: OE_GLOBALS.G_UI_FLAG := FALSE;
2255:
2256: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2257:
2258: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2259: THEN
2260: OE_MSG_PUB.Add_Exc_Msg
2261: ( G_PKG_NAME
2262: , 'Validate_And_Write'

Line 2260: OE_MSG_PUB.Add_Exc_Msg

2256: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2257:
2258: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2259: THEN
2260: OE_MSG_PUB.Add_Exc_Msg
2261: ( G_PKG_NAME
2262: , 'Validate_And_Write'
2263: );
2264: END IF;

Line 2268: OE_MSG_PUB.Count_And_Get

2264: END IF;
2265:
2266: -- Get message count and data
2267:
2268: OE_MSG_PUB.Count_And_Get
2269: ( p_count => x_msg_count
2270: , p_data => x_msg_data
2271: );
2272:

Line 2480: OE_MSG_PUB.Count_And_Get

2476: x_return_status := FND_API.G_RET_STS_SUCCESS;
2477:
2478: -- Get message count and data
2479:
2480: OE_MSG_PUB.Count_And_Get
2481: ( p_count => x_msg_count
2482: , p_data => x_msg_data
2483: );
2484:

Line 2499: OE_MSG_PUB.Count_And_Get

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

Line 2512: OE_MSG_PUB.Count_And_Get

2508: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2509:
2510: -- Get message count and data
2511:
2512: OE_MSG_PUB.Count_And_Get
2513: ( p_count => x_msg_count
2514: , p_data => x_msg_data
2515: );
2516:

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

2519: OE_GLOBALS.G_UI_FLAG := FALSE;
2520:
2521: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2522:
2523: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2524: THEN
2525: OE_MSG_PUB.Add_Exc_Msg
2526: ( G_PKG_NAME
2527: , 'Delete_Row'

Line 2525: OE_MSG_PUB.Add_Exc_Msg

2521: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2522:
2523: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2524: THEN
2525: OE_MSG_PUB.Add_Exc_Msg
2526: ( G_PKG_NAME
2527: , 'Delete_Row'
2528: );
2529: END IF;

Line 2533: OE_MSG_PUB.Count_And_Get

2529: END IF;
2530:
2531: -- Get message count and data
2532:
2533: OE_MSG_PUB.Count_And_Get
2534: ( p_count => x_msg_count
2535: , p_data => x_msg_data
2536: );
2537:

Line 2653: OE_MSG_PUB.Count_And_Get

2649: RAISE FND_API.G_EXC_ERROR;
2650: END IF;
2651:
2652: --btea begin fix bug 1398294
2653: OE_MSG_PUB.Count_And_Get
2654: ( p_count => x_msg_count
2655: , p_data => x_msg_data
2656: );
2657: --btea end fix bug 1398294

Line 2746: OE_MSG_PUB.Count_And_Get

2742: x_return_status := FND_API.G_RET_STS_SUCCESS;
2743:
2744: -- Get message count and data
2745:
2746: OE_MSG_PUB.Count_And_Get
2747: ( p_count => x_msg_count
2748: , p_data => x_msg_data
2749: );
2750:

Line 2765: OE_MSG_PUB.Count_And_Get

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

Line 2778: OE_MSG_PUB.Count_And_Get

2774: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2775:
2776: -- Get message count and data
2777:
2778: OE_MSG_PUB.Count_And_Get
2779: ( p_count => x_msg_count
2780: , p_data => x_msg_data
2781: );
2782:

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

2785: OE_GLOBALS.G_UI_FLAG := FALSE;
2786:
2787: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2788:
2789: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2790: THEN
2791: OE_MSG_PUB.Add_Exc_Msg
2792: ( G_PKG_NAME
2793: , 'Process_Entity'

Line 2791: OE_MSG_PUB.Add_Exc_Msg

2787: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2788:
2789: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2790: THEN
2791: OE_MSG_PUB.Add_Exc_Msg
2792: ( G_PKG_NAME
2793: , 'Process_Entity'
2794: );
2795: END IF;

Line 2799: OE_MSG_PUB.Count_And_Get

2795: END IF;
2796:
2797: -- Get message count and data
2798:
2799: OE_MSG_PUB.Count_And_Get
2800: ( p_count => x_msg_count
2801: , p_data => x_msg_data
2802: );
2803:

Line 3017: OE_MSG_PUB.Count_And_Get

3013: x_return_status := FND_API.G_RET_STS_SUCCESS;
3014:
3015: -- Get message count and data
3016:
3017: OE_MSG_PUB.Count_And_Get
3018: ( p_count => x_msg_count
3019: , p_data => x_msg_data
3020: );
3021:

Line 3036: OE_MSG_PUB.Count_And_Get

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

Line 3051: OE_MSG_PUB.Count_And_Get

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

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

3060: OE_GLOBALS.G_UI_FLAG := FALSE;
3061:
3062: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3063:
3064: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3065: THEN
3066: OE_MSG_PUB.Add_Exc_Msg
3067: ( G_PKG_NAME
3068: , 'Replace_Attributes'

Line 3066: OE_MSG_PUB.Add_Exc_Msg

3062: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3063:
3064: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3065: THEN
3066: OE_MSG_PUB.Add_Exc_Msg
3067: ( G_PKG_NAME
3068: , 'Replace_Attributes'
3069: );
3070: END IF;

Line 3074: OE_MSG_PUB.Count_And_Get

3070: END IF;
3071:
3072: -- Get message count and data
3073:
3074: OE_MSG_PUB.Count_And_Get
3075: ( p_count => x_msg_count
3076: , p_data => x_msg_data
3077: );
3078:

Line 3143: OE_MSG_PUB.Count_And_Get

3139: x_return_status := l_return_status;
3140:
3141: -- Get message count and data
3142:
3143: OE_MSG_PUB.Count_And_Get
3144: ( p_count => x_msg_count
3145: , p_data => x_msg_data
3146: );
3147:

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

3152: EXCEPTION
3153:
3154: WHEN OTHERS THEN
3155:
3156: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3157: THEN
3158: OE_MSG_PUB.Add_Exc_Msg
3159: ( G_PKG_NAME
3160: , 'Lock_Row'

Line 3158: OE_MSG_PUB.Add_Exc_Msg

3154: WHEN OTHERS THEN
3155:
3156: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3157: THEN
3158: OE_MSG_PUB.Add_Exc_Msg
3159: ( G_PKG_NAME
3160: , 'Lock_Row'
3161: );
3162: END IF;

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 3412: OE_MSG_PUB.Add_Exc_Msg

3408: OE_GLOBALS.G_UI_FLAG := FALSE;
3409:
3410: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3411:
3412: OE_MSG_PUB.Add_Exc_Msg
3413: ( G_PKG_NAME
3414: , 'Oe_Oe_Form_Line_Adj.Insert_Row:'||SQLERRM
3415: );
3416: IF l_debug_level > 0 THEN

Line 3421: OE_MSG_PUB.Count_And_Get

3417: oe_debug_pub.add( 'OE_OE_FORM_LINE_ADJ.INSERT_ROW:'||SQLERRM ) ;
3418: END IF;
3419: -- Get message count and data
3420:
3421: OE_MSG_PUB.Count_And_Get
3422: ( p_count => x_msg_count
3423: , p_data => x_msg_data
3424: );
3425: