DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_PATTR dependencies on OE_MSG_PUB

Line 252: OE_MSG_PUB.Count_And_Get

248: x_return_status := FND_API.G_RET_STS_SUCCESS;
249:
250:
251: -- Get message count and data
252: OE_MSG_PUB.Count_And_Get
253: ( p_count => x_msg_count
254: , p_data => x_msg_data
255: );
256:

Line 268: OE_MSG_PUB.Count_And_Get

264: x_return_status := FND_API.G_RET_STS_ERROR;
265:
266: -- Get message count and data
267:
268: OE_MSG_PUB.Count_And_Get
269: ( p_count => x_msg_count
270: , p_data => x_msg_data
271: );
272:

Line 281: OE_MSG_PUB.Count_And_Get

277: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
278:
279: -- Get message count and data
280:
281: OE_MSG_PUB.Count_And_Get
282: ( p_count => x_msg_count
283: , p_data => x_msg_data
284: );
285:

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

288: OE_GLOBALS.G_UI_FLAG := FALSE;
289:
290: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
291:
292: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
293: THEN
294: OE_MSG_PUB.Add_Exc_Msg
295: ( G_PKG_NAME
296: , 'Default_Attributes'

Line 294: OE_MSG_PUB.Add_Exc_Msg

290: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
291:
292: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
293: THEN
294: OE_MSG_PUB.Add_Exc_Msg
295: ( G_PKG_NAME
296: , 'Default_Attributes'
297: );
298: END IF;

Line 304: OE_MSG_PUB.Count_And_Get

300:
301:
302: -- Get message count and data
303:
304: OE_MSG_PUB.Count_And_Get
305: ( p_count => x_msg_count
306: , p_data => x_msg_data
307: );
308:

Line 923: OE_MSG_PUB.Count_And_Get

919: x_return_status := FND_API.G_RET_STS_SUCCESS;
920:
921:
922: -- Get message count and data
923: OE_MSG_PUB.Count_And_Get
924: ( p_count => x_msg_count
925: , p_data => x_msg_data
926: );
927:

Line 939: OE_MSG_PUB.Count_And_Get

935: x_return_status := FND_API.G_RET_STS_ERROR;
936:
937: -- Get message count and data
938:
939: OE_MSG_PUB.Count_And_Get
940: ( p_count => x_msg_count
941: , p_data => x_msg_data
942: );
943:

Line 952: OE_MSG_PUB.Count_And_Get

948: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
949:
950: -- Get message count and data
951:
952: OE_MSG_PUB.Count_And_Get
953: ( p_count => x_msg_count
954: , p_data => x_msg_data
955: );
956:

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

959: OE_GLOBALS.G_UI_FLAG := FALSE;
960:
961: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
962:
963: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
964: THEN
965: OE_MSG_PUB.Add_Exc_Msg
966: ( G_PKG_NAME
967: , 'Default_Attributes'

Line 965: OE_MSG_PUB.Add_Exc_Msg

961: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
962:
963: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
964: THEN
965: OE_MSG_PUB.Add_Exc_Msg
966: ( G_PKG_NAME
967: , 'Default_Attributes'
968: );
969: END IF;

Line 975: OE_MSG_PUB.Count_And_Get

971:
972:
973: -- Get message count and data
974:
975: OE_MSG_PUB.Count_And_Get
976: ( p_count => x_msg_count
977: , p_data => x_msg_data
978: );
979:

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

1687: ELSE
1688:
1689: -- Unexpected error, unrecognized attribute
1690:
1691: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1692: THEN
1693: OE_MSG_PUB.Add_Exc_Msg
1694: ( G_PKG_NAME
1695: , 'Change_Attributes'

Line 1693: OE_MSG_PUB.Add_Exc_Msg

1689: -- Unexpected error, unrecognized attribute
1690:
1691: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1692: THEN
1693: OE_MSG_PUB.Add_Exc_Msg
1694: ( G_PKG_NAME
1695: , 'Change_Attributes'
1696: , 'Unrecognized attribute'
1697: );

Line 2675: OE_MSG_PUB.Count_And_Get

2671: x_return_status := FND_API.G_RET_STS_SUCCESS;
2672:
2673: -- Get message count and data
2674:
2675: OE_MSG_PUB.Count_And_Get
2676: ( p_count => x_msg_count
2677: , p_data => x_msg_data
2678: );
2679:

Line 2694: OE_MSG_PUB.Count_And_Get

2690:
2691: x_return_status := FND_API.G_RET_STS_ERROR;
2692:
2693: -- Get message count and data
2694: OE_MSG_PUB.Count_And_Get
2695: ( p_count => x_msg_count
2696: , p_data => x_msg_data
2697: );
2698:

Line 2707: OE_MSG_PUB.Count_And_Get

2703: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2704:
2705: -- Get message count and data
2706:
2707: OE_MSG_PUB.Count_And_Get
2708: ( p_count => x_msg_count
2709: , p_data => x_msg_data
2710: );
2711:

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

2714: OE_GLOBALS.G_UI_FLAG := FALSE;
2715:
2716: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2717:
2718: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2719: THEN
2720: OE_MSG_PUB.Add_Exc_Msg
2721: ( G_PKG_NAME
2722: , 'Change_Attribute');

Line 2720: OE_MSG_PUB.Add_Exc_Msg

2716: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2717:
2718: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2719: THEN
2720: OE_MSG_PUB.Add_Exc_Msg
2721: ( G_PKG_NAME
2722: , 'Change_Attribute');
2723: END IF;
2724:

Line 2927: OE_MSG_PUB.Count_And_Get

2923: -- Re-set the UI flag to FALSE
2924: OE_GLOBALS.G_UI_FLAG := FALSE;
2925:
2926: -- Get message count and data
2927: OE_MSG_PUB.Count_And_Get
2928: ( p_count => x_msg_count
2929: , p_data => x_msg_data
2930: );
2931:

Line 2942: OE_MSG_PUB.Count_And_Get

2938: x_return_status := FND_API.G_RET_STS_ERROR;
2939:
2940: -- Get message count and data
2941:
2942: OE_MSG_PUB.Count_And_Get
2943: ( p_count => x_msg_count
2944: , p_data => x_msg_data
2945: );
2946:

Line 2958: OE_MSG_PUB.Count_And_Get

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

Line 3110: OE_MSG_PUB.Count_And_Get

3106: x_return_status := FND_API.G_RET_STS_SUCCESS;
3107:
3108:
3109: -- Get message count and data
3110: OE_MSG_PUB.Count_And_Get
3111: ( p_count => x_msg_count
3112: , p_data => x_msg_data
3113: );
3114:

Line 3124: OE_MSG_PUB.Count_And_Get

3120:
3121: x_return_status := FND_API.G_RET_STS_ERROR;
3122:
3123: -- Get message count and data
3124: OE_MSG_PUB.Count_And_Get
3125: ( p_count => x_msg_count
3126: , p_data => x_msg_data
3127: );
3128:

Line 3136: OE_MSG_PUB.Count_And_Get

3132:
3133: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3134:
3135: -- Get message count and data
3136: OE_MSG_PUB.Count_And_Get
3137: ( p_count => x_msg_count
3138: , p_data => x_msg_data
3139: );
3140:

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

3719: ELSE
3720:
3721: -- Unexpected error, unrecognized attribute
3722:
3723: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3724: THEN
3725: OE_MSG_PUB.Add_Exc_Msg
3726: ( G_PKG_NAME
3727: , 'Change_Attributes'

Line 3725: OE_MSG_PUB.Add_Exc_Msg

3721: -- Unexpected error, unrecognized attribute
3722:
3723: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
3724: THEN
3725: OE_MSG_PUB.Add_Exc_Msg
3726: ( G_PKG_NAME
3727: , 'Change_Attributes'
3728: , 'Unrecognized attribute'
3729: );

Line 4211: OE_MSG_PUB.Count_And_Get

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

Line 4230: OE_MSG_PUB.Count_And_Get

4226:
4227: x_return_status := FND_API.G_RET_STS_ERROR;
4228:
4229: -- Get message count and data
4230: OE_MSG_PUB.Count_And_Get
4231: ( p_count => x_msg_count
4232: , p_data => x_msg_data
4233: );
4234:

Line 4243: OE_MSG_PUB.Count_And_Get

4239: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4240:
4241: -- Get message count and data
4242:
4243: OE_MSG_PUB.Count_And_Get
4244: ( p_count => x_msg_count
4245: , p_data => x_msg_data
4246: );
4247:

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

4250: OE_GLOBALS.G_UI_FLAG := FALSE;
4251:
4252: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4253:
4254: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4255: THEN
4256: OE_MSG_PUB.Add_Exc_Msg
4257: ( G_PKG_NAME
4258: , 'Change_Attribute');

Line 4256: OE_MSG_PUB.Add_Exc_Msg

4252: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4253:
4254: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4255: THEN
4256: OE_MSG_PUB.Add_Exc_Msg
4257: ( G_PKG_NAME
4258: , 'Change_Attribute');
4259: END IF;
4260:

Line 4594: OE_MSG_PUB.Count_And_Get

4590: x_return_status := FND_API.G_RET_STS_SUCCESS;
4591:
4592:
4593: -- Get message count and data
4594: OE_MSG_PUB.Count_And_Get
4595: ( p_count => x_msg_count
4596: , p_data => x_msg_data
4597: );
4598:

Line 4610: OE_MSG_PUB.Count_And_Get

4606: x_return_status := FND_API.G_RET_STS_ERROR;
4607:
4608: -- Get message count and data
4609:
4610: OE_MSG_PUB.Count_And_Get
4611: ( p_count => x_msg_count
4612: , p_data => x_msg_data
4613: );
4614:

Line 4623: OE_MSG_PUB.Count_And_Get

4619: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4620:
4621: -- Get message count and data
4622:
4623: OE_MSG_PUB.Count_And_Get
4624: ( p_count => x_msg_count
4625: , p_data => x_msg_data
4626: );
4627:

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

4630: OE_GLOBALS.G_UI_FLAG := FALSE;
4631:
4632: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4633:
4634: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4635: THEN
4636: OE_MSG_PUB.Add_Exc_Msg
4637: ( G_PKG_NAME
4638: , 'Default_Attributes'

Line 4636: OE_MSG_PUB.Add_Exc_Msg

4632: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
4633:
4634: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4635: THEN
4636: OE_MSG_PUB.Add_Exc_Msg
4637: ( G_PKG_NAME
4638: , 'Default_Attributes'
4639: );
4640: END IF;

Line 4646: OE_MSG_PUB.Count_And_Get

4642:
4643:
4644: -- Get message count and data
4645:
4646: OE_MSG_PUB.Count_And_Get
4647: ( p_count => x_msg_count
4648: , p_data => x_msg_data
4649: );
4650: