DBA Data[Home] [Help]

APPS.OE_OE_FORM_PRICE_BREAK dependencies on OE_MSG_PUB

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

96: BEGIN
97:
98: -- Set control flags.
99:
100: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
101: THEN
102: OE_MSG_PUB.Add_Exc_Msg
103: ( G_PKG_NAME
104: , 'Geresh :: in Process Pricing '

Line 102: OE_MSG_PUB.Add_Exc_Msg

98: -- Set control flags.
99:
100: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
101: THEN
102: OE_MSG_PUB.Add_Exc_Msg
103: ( G_PKG_NAME
104: , 'Geresh :: in Process Pricing '
105: );
106: END IF;

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

150:
151: -- Call OE_Pricing_Cont_PVT.Process_Pricing_Cont
152:
153:
154: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
155: THEN
156: OE_MSG_PUB.Add_Exc_Msg
157: ( G_PKG_NAME
158: , 'Geresh :: Before Process Pricing in Default'

Line 156: OE_MSG_PUB.Add_Exc_Msg

152:
153:
154: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
155: THEN
156: OE_MSG_PUB.Add_Exc_Msg
157: ( G_PKG_NAME
158: , 'Geresh :: Before Process Pricing in Default'
159: );
160: END IF;

Line 244: OE_MSG_PUB.Count_And_Get

240: x_return_status := FND_API.G_RET_STS_SUCCESS;
241:
242: -- Get message count and data
243:
244: OE_MSG_PUB.Count_And_Get
245: ( p_count => x_msg_count
246: , p_data => x_msg_data
247: );
248:

Line 258: OE_MSG_PUB.Count_And_Get

254: x_return_status := FND_API.G_RET_STS_ERROR;
255:
256: -- Get message count and data
257:
258: OE_MSG_PUB.Count_And_Get
259: ( p_count => x_msg_count
260: , p_data => x_msg_data
261: );
262:

Line 269: OE_MSG_PUB.Count_And_Get

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

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

274: WHEN OTHERS THEN
275:
276: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
277:
278: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
279: THEN
280: OE_MSG_PUB.Add_Exc_Msg
281: ( G_PKG_NAME
282: , 'Default_Attributes'

Line 280: OE_MSG_PUB.Add_Exc_Msg

276: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
277:
278: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
279: THEN
280: OE_MSG_PUB.Add_Exc_Msg
281: ( G_PKG_NAME
282: , 'Default_Attributes'
283: );
284: END IF;

Line 288: OE_MSG_PUB.Count_And_Get

284: END IF;
285:
286: -- Get message count and data
287:
288: OE_MSG_PUB.Count_And_Get
289: ( p_count => x_msg_count
290: , p_data => x_msg_data
291: );
292:

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

456: ELSE
457:
458: -- Unexpected error, unrecognized attribute
459:
460: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
461: THEN
462: OE_MSG_PUB.Add_Exc_Msg
463: ( G_PKG_NAME
464: , 'Change_Attribute'

Line 462: OE_MSG_PUB.Add_Exc_Msg

458: -- Unexpected error, unrecognized attribute
459:
460: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
461: THEN
462: OE_MSG_PUB.Add_Exc_Msg
463: ( G_PKG_NAME
464: , 'Change_Attribute'
465: , 'Unrecognized attribute'
466: );

Line 732: OE_MSG_PUB.Count_And_Get

728: x_return_status := FND_API.G_RET_STS_SUCCESS;
729:
730: -- Get message count and data
731:
732: OE_MSG_PUB.Count_And_Get
733: ( p_count => x_msg_count
734: , p_data => x_msg_data
735: );
736:

Line 746: OE_MSG_PUB.Count_And_Get

742: x_return_status := FND_API.G_RET_STS_ERROR;
743:
744: -- Get message count and data
745:
746: OE_MSG_PUB.Count_And_Get
747: ( p_count => x_msg_count
748: , p_data => x_msg_data
749: );
750:

Line 757: OE_MSG_PUB.Count_And_Get

753: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
754:
755: -- Get message count and data
756:
757: OE_MSG_PUB.Count_And_Get
758: ( p_count => x_msg_count
759: , p_data => x_msg_data
760: );
761:

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

762: WHEN OTHERS THEN
763:
764: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
765:
766: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
767: THEN
768: OE_MSG_PUB.Add_Exc_Msg
769: ( G_PKG_NAME
770: , 'Change_Attribute'

Line 768: OE_MSG_PUB.Add_Exc_Msg

764: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
765:
766: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
767: THEN
768: OE_MSG_PUB.Add_Exc_Msg
769: ( G_PKG_NAME
770: , 'Change_Attribute'
771: );
772: END IF;

Line 776: OE_MSG_PUB.Count_And_Get

772: END IF;
773:
774: -- Get message count and data
775:
776: OE_MSG_PUB.Count_And_Get
777: ( p_count => x_msg_count
778: , p_data => x_msg_data
779: );
780:

Line 946: OE_MSG_PUB.Count_And_Get

942: x_return_status := FND_API.G_RET_STS_SUCCESS;
943:
944: -- Get message count and data
945:
946: OE_MSG_PUB.Count_And_Get
947: ( p_count => x_msg_count
948: , p_data => x_msg_data
949: );
950:

Line 960: OE_MSG_PUB.Count_And_Get

956: x_return_status := FND_API.G_RET_STS_ERROR;
957:
958: -- Get message count and data
959:
960: OE_MSG_PUB.Count_And_Get
961: ( p_count => x_msg_count
962: , p_data => x_msg_data
963: );
964:

Line 971: OE_MSG_PUB.Count_And_Get

967: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
968:
969: -- Get message count and data
970:
971: OE_MSG_PUB.Count_And_Get
972: ( p_count => x_msg_count
973: , p_data => x_msg_data
974: );
975:

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

977:
978: null;
979: /* x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
980:
981: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
982: THEN
983: OE_MSG_PUB.Add_Exc_Msg
984: ( G_PKG_NAME
985: , 'Validate_And_Write'

Line 983: OE_MSG_PUB.Add_Exc_Msg

979: /* x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
980:
981: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
982: THEN
983: OE_MSG_PUB.Add_Exc_Msg
984: ( G_PKG_NAME
985: , 'Validate_And_Write'
986: );
987: END IF; */

Line 991: OE_MSG_PUB.Count_And_Get

987: END IF; */
988:
989: -- Get message count and data
990:
991: OE_MSG_PUB.Count_And_Get
992: ( p_count => x_msg_count
993: , p_data => x_msg_data
994: );
995:

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

1005: l_Price_LLine_rec OE_Price_List_PUB.Price_List_Line_Rec_Type;
1006: BEGIN
1007:
1008:
1009: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1010: THEN
1011: OE_MSG_PUB.Add_Exc_Msg
1012: ( G_PKG_NAME
1013: , 'Validate_And_Write' || p_price_list_line_id

Line 1011: OE_MSG_PUB.Add_Exc_Msg

1007:
1008:
1009: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1010: THEN
1011: OE_MSG_PUB.Add_Exc_Msg
1012: ( G_PKG_NAME
1013: , 'Validate_And_Write' || p_price_list_line_id
1014: );
1015: END IF;

Line 1250: OE_MSG_PUB.Count_And_Get

1246: x_return_status := FND_API.G_RET_STS_SUCCESS;
1247:
1248: -- Get message count and data
1249:
1250: OE_MSG_PUB.Count_And_Get
1251: ( p_count => x_msg_count
1252: , p_data => x_msg_data
1253: );
1254:

Line 1264: OE_MSG_PUB.Count_And_Get

1260: x_return_status := FND_API.G_RET_STS_ERROR;
1261:
1262: -- Get message count and data
1263:
1264: OE_MSG_PUB.Count_And_Get
1265: ( p_count => x_msg_count
1266: , p_data => x_msg_data
1267: );
1268:

Line 1275: OE_MSG_PUB.Count_And_Get

1271: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1272:
1273: -- Get message count and data
1274:
1275: OE_MSG_PUB.Count_And_Get
1276: ( p_count => x_msg_count
1277: , p_data => x_msg_data
1278: );
1279:

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

1280: WHEN OTHERS THEN
1281:
1282: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1283:
1284: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1285: THEN
1286: OE_MSG_PUB.Add_Exc_Msg
1287: ( G_PKG_NAME
1288: , 'Delete_Row'

Line 1286: OE_MSG_PUB.Add_Exc_Msg

1282: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1283:
1284: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1285: THEN
1286: OE_MSG_PUB.Add_Exc_Msg
1287: ( G_PKG_NAME
1288: , 'Delete_Row'
1289: );
1290: END IF;

Line 1294: OE_MSG_PUB.Count_And_Get

1290: END IF;
1291:
1292: -- Get message count and data
1293:
1294: OE_MSG_PUB.Count_And_Get
1295: ( p_count => x_msg_count
1296: , p_data => x_msg_data
1297: );
1298:

Line 1374: OE_MSG_PUB.Count_And_Get

1370: x_return_status := FND_API.G_RET_STS_SUCCESS;
1371:
1372: -- Get message count and data
1373:
1374: OE_MSG_PUB.Count_And_Get
1375: ( p_count => x_msg_count
1376: , p_data => x_msg_data
1377: );
1378:

Line 1388: OE_MSG_PUB.Count_And_Get

1384: x_return_status := FND_API.G_RET_STS_ERROR;
1385:
1386: -- Get message count and data
1387:
1388: OE_MSG_PUB.Count_And_Get
1389: ( p_count => x_msg_count
1390: , p_data => x_msg_data
1391: );
1392:

Line 1399: OE_MSG_PUB.Count_And_Get

1395: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1396:
1397: -- Get message count and data
1398:
1399: OE_MSG_PUB.Count_And_Get
1400: ( p_count => x_msg_count
1401: , p_data => x_msg_data
1402: );
1403:

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

1404: WHEN OTHERS THEN
1405:
1406: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1407:
1408: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1409: THEN
1410: OE_MSG_PUB.Add_Exc_Msg
1411: ( G_PKG_NAME
1412: , 'Process_Entity'

Line 1410: OE_MSG_PUB.Add_Exc_Msg

1406: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1407:
1408: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1409: THEN
1410: OE_MSG_PUB.Add_Exc_Msg
1411: ( G_PKG_NAME
1412: , 'Process_Entity'
1413: );
1414: END IF;

Line 1418: OE_MSG_PUB.Count_And_Get

1414: END IF;
1415:
1416: -- Get message count and data
1417:
1418: OE_MSG_PUB.Count_And_Get
1419: ( p_count => x_msg_count
1420: , p_data => x_msg_data
1421: );
1422:

Line 1566: OE_MSG_PUB.Count_And_Get

1562: x_return_status := l_return_status;
1563:
1564: -- Get message count and data
1565:
1566: OE_MSG_PUB.Count_And_Get
1567: ( p_count => x_msg_count
1568: , p_data => x_msg_data
1569: );
1570:

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

1572: EXCEPTION
1573:
1574: WHEN OTHERS THEN
1575:
1576: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1577: THEN
1578: OE_MSG_PUB.Add_Exc_Msg
1579: ( G_PKG_NAME
1580: , 'Lock_Row'

Line 1578: OE_MSG_PUB.Add_Exc_Msg

1574: WHEN OTHERS THEN
1575:
1576: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1577: THEN
1578: OE_MSG_PUB.Add_Exc_Msg
1579: ( G_PKG_NAME
1580: , 'Lock_Row'
1581: );
1582: END IF;

Line 1588: OE_MSG_PUB.Count_And_Get

1584: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1585:
1586: -- Get message count and data
1587:
1588: OE_MSG_PUB.Count_And_Get
1589: ( p_count => x_msg_count
1590: , p_data => x_msg_data
1591: );
1592: