DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER_PATTR dependencies on OE_MSG_PUB

Line 668: OE_MSG_PUB.Count_And_Get

664: x_return_status := FND_API.G_RET_STS_SUCCESS;
665:
666:
667: -- Get message count and data
668: OE_MSG_PUB.Count_And_Get
669: ( p_count => x_msg_count
670: , p_data => x_msg_data
671: );
672:

Line 682: OE_MSG_PUB.Count_And_Get

678: x_return_status := FND_API.G_RET_STS_ERROR;
679:
680: -- Get message count and data
681:
682: OE_MSG_PUB.Count_And_Get
683: ( p_count => x_msg_count
684: , p_data => x_msg_data
685: );
686:

Line 695: OE_MSG_PUB.Count_And_Get

691: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
692:
693: -- Get message count and data
694:
695: OE_MSG_PUB.Count_And_Get
696: ( p_count => x_msg_count
697: , p_data => x_msg_data
698: );
699:

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

702: OE_GLOBALS.G_UI_FLAG := FALSE;
703:
704: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
705:
706: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
707: THEN
708: OE_MSG_PUB.Add_Exc_Msg
709: ( G_PKG_NAME
710: , 'Default_Attributes'

Line 708: OE_MSG_PUB.Add_Exc_Msg

704: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
705:
706: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
707: THEN
708: OE_MSG_PUB.Add_Exc_Msg
709: ( G_PKG_NAME
710: , 'Default_Attributes'
711: );
712: END IF;

Line 718: OE_MSG_PUB.Count_And_Get

714:
715:
716: -- Get message count and data
717:
718: OE_MSG_PUB.Count_And_Get
719: ( p_count => x_msg_count
720: , p_data => x_msg_data
721: );
722:

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

1430: ELSE
1431:
1432: -- Unexpected error, unrecognized attribute
1433:
1434: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1435: THEN
1436: OE_MSG_PUB.Add_Exc_Msg
1437: ( G_PKG_NAME
1438: , 'Change_Attributes'

Line 1436: OE_MSG_PUB.Add_Exc_Msg

1432: -- Unexpected error, unrecognized attribute
1433:
1434: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1435: THEN
1436: OE_MSG_PUB.Add_Exc_Msg
1437: ( G_PKG_NAME
1438: , 'Change_Attributes'
1439: , 'Unrecognized attribute'
1440: );

Line 2389: OE_MSG_PUB.Count_And_Get

2385: x_return_status := FND_API.G_RET_STS_SUCCESS;
2386:
2387: -- Get message count and data
2388:
2389: OE_MSG_PUB.Count_And_Get
2390: ( p_count => x_msg_count
2391: , p_data => x_msg_data
2392: );
2393:

Line 2408: OE_MSG_PUB.Count_And_Get

2404:
2405: x_return_status := FND_API.G_RET_STS_ERROR;
2406:
2407: -- Get message count and data
2408: OE_MSG_PUB.Count_And_Get
2409: ( p_count => x_msg_count
2410: , p_data => x_msg_data
2411: );
2412:

Line 2421: OE_MSG_PUB.Count_And_Get

2417: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2418:
2419: -- Get message count and data
2420:
2421: OE_MSG_PUB.Count_And_Get
2422: ( p_count => x_msg_count
2423: , p_data => x_msg_data
2424: );
2425:

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

2428: OE_GLOBALS.G_UI_FLAG := FALSE;
2429:
2430: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2431:
2432: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2433: THEN
2434: OE_MSG_PUB.Add_Exc_Msg
2435: ( G_PKG_NAME
2436: , 'Change_Attribute');

Line 2434: OE_MSG_PUB.Add_Exc_Msg

2430: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2431:
2432: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2433: THEN
2434: OE_MSG_PUB.Add_Exc_Msg
2435: ( G_PKG_NAME
2436: , 'Change_Attribute');
2437: END IF;
2438:

Line 2625: OE_MSG_PUB.Count_And_Get

2621: /* Clears the Line record cache */
2622: Clear_Order_Header_Attr;
2623:
2624: -- Get message count and data
2625: OE_MSG_PUB.Count_And_Get
2626: ( p_count => x_msg_count
2627: , p_data => x_msg_data
2628: );
2629:

Line 2643: OE_MSG_PUB.Count_And_Get

2639: x_return_status := FND_API.G_RET_STS_ERROR;
2640:
2641: -- Get message count and data
2642:
2643: OE_MSG_PUB.Count_And_Get
2644: ( p_count => x_msg_count
2645: , p_data => x_msg_data
2646: );
2647:

Line 2659: OE_MSG_PUB.Count_And_Get

2655: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2656:
2657: -- Get message count and data
2658:
2659: OE_MSG_PUB.Count_And_Get
2660: ( p_count => x_msg_count
2661: , p_data => x_msg_data
2662: );
2663:

Line 2810: OE_MSG_PUB.Count_And_Get

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

Line 2824: OE_MSG_PUB.Count_And_Get

2820:
2821: x_return_status := FND_API.G_RET_STS_ERROR;
2822:
2823: -- Get message count and data
2824: OE_MSG_PUB.Count_And_Get
2825: ( p_count => x_msg_count
2826: , p_data => x_msg_data
2827: );
2828:

Line 2836: OE_MSG_PUB.Count_And_Get

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

Line 3334: OE_MSG_PUB.Count_And_Get

3330: x_return_status := FND_API.G_RET_STS_SUCCESS;
3331:
3332:
3333: -- Get message count and data
3334: OE_MSG_PUB.Count_And_Get
3335: ( p_count => x_msg_count
3336: , p_data => x_msg_data
3337: );
3338:

Line 3348: OE_MSG_PUB.Count_And_Get

3344: x_return_status := FND_API.G_RET_STS_ERROR;
3345:
3346: -- Get message count and data
3347:
3348: OE_MSG_PUB.Count_And_Get
3349: ( p_count => x_msg_count
3350: , p_data => x_msg_data
3351: );
3352:

Line 3361: OE_MSG_PUB.Count_And_Get

3357: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3358:
3359: -- Get message count and data
3360:
3361: OE_MSG_PUB.Count_And_Get
3362: ( p_count => x_msg_count
3363: , p_data => x_msg_data
3364: );
3365:

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

3368: OE_GLOBALS.G_UI_FLAG := FALSE;
3369:
3370: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3371:
3372: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3373: THEN
3374: OE_MSG_PUB.Add_Exc_Msg
3375: ( G_PKG_NAME
3376: , 'Default_Attributes'

Line 3374: OE_MSG_PUB.Add_Exc_Msg

3370: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3371:
3372: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3373: THEN
3374: OE_MSG_PUB.Add_Exc_Msg
3375: ( G_PKG_NAME
3376: , 'Default_Attributes'
3377: );
3378: END IF;

Line 3384: OE_MSG_PUB.Count_And_Get

3380:
3381:
3382: -- Get message count and data
3383:
3384: OE_MSG_PUB.Count_And_Get
3385: ( p_count => x_msg_count
3386: , p_data => x_msg_data
3387: );
3388:

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

3745: ELSE
3746:
3747: -- Unexpected error, unrecognized attribute
3748:
3749: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3750: THEN
3751: OE_MSG_PUB.Add_Exc_Msg
3752: ( G_PKG_NAME
3753: , 'Change_Attributes'

Line 3751: OE_MSG_PUB.Add_Exc_Msg

3747: -- Unexpected error, unrecognized attribute
3748:
3749: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3750: THEN
3751: OE_MSG_PUB.Add_Exc_Msg
3752: ( G_PKG_NAME
3753: , 'Change_Attributes'
3754: , 'Unrecognized attribute'
3755: );

Line 4181: OE_MSG_PUB.Count_And_Get

4177: x_return_status := FND_API.G_RET_STS_SUCCESS;
4178:
4179: -- Get message count and data
4180:
4181: OE_MSG_PUB.Count_And_Get
4182: ( p_count => x_msg_count
4183: , p_data => x_msg_data
4184: );
4185:

Line 4200: OE_MSG_PUB.Count_And_Get

4196:
4197: x_return_status := FND_API.G_RET_STS_ERROR;
4198:
4199: -- Get message count and data
4200: OE_MSG_PUB.Count_And_Get
4201: ( p_count => x_msg_count
4202: , p_data => x_msg_data
4203: );
4204:

Line 4213: OE_MSG_PUB.Count_And_Get

4209: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4210:
4211: -- Get message count and data
4212:
4213: OE_MSG_PUB.Count_And_Get
4214: ( p_count => x_msg_count
4215: , p_data => x_msg_data
4216: );
4217:

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

4220: OE_GLOBALS.G_UI_FLAG := FALSE;
4221:
4222: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4223:
4224: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4225: THEN
4226: OE_MSG_PUB.Add_Exc_Msg
4227: ( G_PKG_NAME
4228: , 'Change_Attribute');

Line 4226: OE_MSG_PUB.Add_Exc_Msg

4222: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4223:
4224: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4225: THEN
4226: OE_MSG_PUB.Add_Exc_Msg
4227: ( G_PKG_NAME
4228: , 'Change_Attribute');
4229: END IF;
4230: