DBA Data[Home] [Help]

APPS.QP_QP_PRL_FORM_QUALIFIERS dependencies on OE_MSG_PUB

Line 285: oe_msg_pub.Count_And_Get

281: oe_debug_pub.add('Ren: msg data 2.5 is :' || x_msg_data);
282:
283: -- Get message count and data
284:
285: oe_msg_pub.Count_And_Get
286: ( p_count => x_msg_count
287: , p_data => x_msg_data
288: );
289:

Line 300: oe_msg_pub.Count_And_Get

296: x_return_status := FND_API.G_RET_STS_ERROR;
297:
298: -- Get message count and data
299:
300: oe_msg_pub.Count_And_Get
301: ( p_count => x_msg_count
302: , p_data => x_msg_data
303: );
304:

Line 311: oe_msg_pub.Count_And_Get

307: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
308:
309: -- Get message count and data
310:
311: oe_msg_pub.Count_And_Get
312: ( p_count => x_msg_count
313: , p_data => x_msg_data
314: );
315:

Line 320: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

316: WHEN OTHERS THEN
317:
318: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
319:
320: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
321: THEN
322: oe_msg_pub.Add_Exc_Msg
323: ( G_PKG_NAME
324: , 'Default_Attributes'

Line 322: oe_msg_pub.Add_Exc_Msg

318: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
319:
320: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
321: THEN
322: oe_msg_pub.Add_Exc_Msg
323: ( G_PKG_NAME
324: , 'Default_Attributes'
325: );
326: END IF;

Line 330: oe_msg_pub.Count_And_Get

326: END IF;
327:
328: -- Get message count and data
329:
330: oe_msg_pub.Count_And_Get
331: ( p_count => x_msg_count
332: , p_data => x_msg_data
333: );
334:

Line 526: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

522: ELSE
523:
524: -- Unexpected error, unrecognized attribute
525:
526: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
527: THEN
528: oe_msg_pub.Add_Exc_Msg
529: ( G_PKG_NAME
530: , 'Change_Attribute'

Line 528: oe_msg_pub.Add_Exc_Msg

524: -- Unexpected error, unrecognized attribute
525:
526: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
527: THEN
528: oe_msg_pub.Add_Exc_Msg
529: ( G_PKG_NAME
530: , 'Change_Attribute'
531: , 'Unrecognized attribute'
532: );

Line 881: oe_msg_pub.Count_And_Get

877: x_return_status := FND_API.G_RET_STS_SUCCESS;
878:
879: -- Get message count and data
880:
881: oe_msg_pub.Count_And_Get
882: ( p_count => x_msg_count
883: , p_data => x_msg_data
884: );
885:

Line 895: oe_msg_pub.Count_And_Get

891: x_return_status := FND_API.G_RET_STS_ERROR;
892:
893: -- Get message count and data
894:
895: oe_msg_pub.Count_And_Get
896: ( p_count => x_msg_count
897: , p_data => x_msg_data
898: );
899:

Line 906: oe_msg_pub.Count_And_Get

902: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
903:
904: -- Get message count and data
905:
906: oe_msg_pub.Count_And_Get
907: ( p_count => x_msg_count
908: , p_data => x_msg_data
909: );
910:

Line 915: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

911: WHEN OTHERS THEN
912:
913: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
914:
915: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
916: THEN
917: oe_msg_pub.Add_Exc_Msg
918: ( G_PKG_NAME
919: , 'Change_Attribute'

Line 917: oe_msg_pub.Add_Exc_Msg

913: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
914:
915: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
916: THEN
917: oe_msg_pub.Add_Exc_Msg
918: ( G_PKG_NAME
919: , 'Change_Attribute'
920: );
921: END IF;

Line 925: oe_msg_pub.Count_And_Get

921: END IF;
922:
923: -- Get message count and data
924:
925: oe_msg_pub.Count_And_Get
926: ( p_count => x_msg_count
927: , p_data => x_msg_data
928: );
929:

Line 1088: oe_msg_pub.Count_And_Get

1084:
1085: -- Get message count and data
1086: oe_debug_pub.add('in v and write 10; msg is : ' || x_msg_data);
1087:
1088: oe_msg_pub.Count_And_Get
1089: ( p_count => x_msg_count
1090: , p_data => x_msg_data
1091: );
1092: oe_debug_pub.add('in v and write 11; msg is : ' || x_msg_data);

Line 1103: oe_msg_pub.Count_And_Get

1099: x_return_status := FND_API.G_RET_STS_ERROR;
1100:
1101: -- Get message count and data
1102:
1103: oe_msg_pub.Count_And_Get
1104: ( p_count => x_msg_count
1105: , p_data => x_msg_data
1106: );
1107:

Line 1114: oe_msg_pub.Count_And_Get

1110: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1111:
1112: -- Get message count and data
1113:
1114: oe_msg_pub.Count_And_Get
1115: ( p_count => x_msg_count
1116: , p_data => x_msg_data
1117: );
1118:

Line 1123: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

1119: WHEN OTHERS THEN
1120:
1121: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1122:
1123: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1124: THEN
1125: oe_msg_pub.Add_Exc_Msg
1126: ( G_PKG_NAME
1127: , 'Validate_And_Write'

Line 1125: oe_msg_pub.Add_Exc_Msg

1121: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1122:
1123: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1124: THEN
1125: oe_msg_pub.Add_Exc_Msg
1126: ( G_PKG_NAME
1127: , 'Validate_And_Write'
1128: );
1129: END IF;

Line 1133: oe_msg_pub.Count_And_Get

1129: END IF;
1130:
1131: -- Get message count and data
1132:
1133: oe_msg_pub.Count_And_Get
1134: ( p_count => x_msg_count
1135: , p_data => x_msg_data
1136: );
1137:

Line 1243: oe_msg_pub.Count_And_Get

1239: x_return_status := FND_API.G_RET_STS_SUCCESS;
1240:
1241: -- Get message count and data
1242:
1243: oe_msg_pub.Count_And_Get
1244: ( p_count => x_msg_count
1245: , p_data => x_msg_data
1246: );
1247:

Line 1257: oe_msg_pub.Count_And_Get

1253: x_return_status := FND_API.G_RET_STS_ERROR;
1254:
1255: -- Get message count and data
1256:
1257: oe_msg_pub.Count_And_Get
1258: ( p_count => x_msg_count
1259: , p_data => x_msg_data
1260: );
1261:

Line 1268: oe_msg_pub.Count_And_Get

1264: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1265:
1266: -- Get message count and data
1267:
1268: oe_msg_pub.Count_And_Get
1269: ( p_count => x_msg_count
1270: , p_data => x_msg_data
1271: );
1272:

Line 1277: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

1273: WHEN OTHERS THEN
1274:
1275: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1276:
1277: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1278: THEN
1279: oe_msg_pub.Add_Exc_Msg
1280: ( G_PKG_NAME
1281: , 'Delete_Row'

Line 1279: oe_msg_pub.Add_Exc_Msg

1275: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1276:
1277: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1278: THEN
1279: oe_msg_pub.Add_Exc_Msg
1280: ( G_PKG_NAME
1281: , 'Delete_Row'
1282: );
1283: END IF;

Line 1287: oe_msg_pub.Count_And_Get

1283: END IF;
1284:
1285: -- Get message count and data
1286:
1287: oe_msg_pub.Count_And_Get
1288: ( p_count => x_msg_count
1289: , p_data => x_msg_data
1290: );
1291:

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 1592: oe_msg_pub.Count_And_Get

1588: x_return_status := l_return_status;
1589:
1590: -- Get message count and data
1591:
1592: oe_msg_pub.Count_And_Get
1593: ( p_count => x_msg_count
1594: , p_data => x_msg_data
1595: );
1596:

Line 1602: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

1598: EXCEPTION
1599:
1600: WHEN OTHERS THEN
1601:
1602: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1603: THEN
1604: oe_msg_pub.Add_Exc_Msg
1605: ( G_PKG_NAME
1606: , 'Lock_Row'

Line 1604: oe_msg_pub.Add_Exc_Msg

1600: WHEN OTHERS THEN
1601:
1602: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1603: THEN
1604: oe_msg_pub.Add_Exc_Msg
1605: ( G_PKG_NAME
1606: , 'Lock_Row'
1607: );
1608: END IF;

Line 1614: oe_msg_pub.Count_And_Get

1610: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1611:
1612: -- Get message count and data
1613:
1614: oe_msg_pub.Count_And_Get
1615: ( p_count => x_msg_count
1616: , p_data => x_msg_data
1617: );
1618:

Line 1865: oe_msg_pub.Count_And_Get

1861: -- x_return_status := FND_API.G_RET_STS_ERROR;
1862:
1863: -- Get message count and data
1864:
1865: oe_msg_pub.Count_And_Get
1866: ( p_count => x_msg_count
1867: , p_data => x_msg_data
1868: );
1869:

Line 1876: oe_msg_pub.Count_And_Get

1872: -- x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1873:
1874: -- Get message count and data
1875:
1876: oe_msg_pub.Count_And_Get
1877: ( p_count => x_msg_count
1878: , p_data => x_msg_data
1879: );
1880:

Line 1885: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)

1881: WHEN OTHERS THEN
1882:
1883: x_return_status := FND_API.G_RET_STS_ERROR ;
1884:
1885: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1886: THEN
1887: oe_msg_pub.Add_Exc_Msg
1888: ( G_PKG_NAME
1889: , 'Get_Rules'

Line 1887: oe_msg_pub.Add_Exc_Msg

1883: x_return_status := FND_API.G_RET_STS_ERROR ;
1884:
1885: IF oe_msg_pub.Check_Msg_Level(oe_msg_pub.G_MSG_LVL_UNEXP_ERROR)
1886: THEN
1887: oe_msg_pub.Add_Exc_Msg
1888: ( G_PKG_NAME
1889: , 'Get_Rules'
1890: );
1891: END IF;

Line 1895: oe_msg_pub.Count_And_Get

1891: END IF;
1892:
1893: -- Get message count and data
1894:
1895: oe_msg_pub.Count_And_Get
1896: ( p_count => x_msg_count
1897: , p_data => x_msg_data
1898: );
1899:

Line 1916: OE_MSG_PUB.initialize;

1912: )
1913: IS
1914: l_return_status Varchar2(30);
1915: BEGIN
1916: OE_MSG_PUB.initialize;
1917: x_return_status := FND_API.G_RET_STS_SUCCESS;
1918: QP_DELAYED_REQUESTS_PVT.Delete_Reqs_for_Deleted_Entity(
1919: p_entity_code => QP_GLOBALS.G_ENTITY_QUALIFIERS
1920: ,p_entity_id => p_qualifier_id

Line 1923: OE_MSG_PUB.Count_And_Get

1919: p_entity_code => QP_GLOBALS.G_ENTITY_QUALIFIERS
1920: ,p_entity_id => p_qualifier_id
1921: ,x_return_status => l_return_status);
1922:
1923: OE_MSG_PUB.Count_And_Get
1924: ( p_count => x_msg_count
1925: , p_data => x_msg_data
1926: );
1927:

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

1929: Clear_qualifiers;
1930:
1931: EXCEPTION
1932: WHEN OTHERS THEN
1933: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1934: THEN
1935: OE_MSG_PUB.Add_Exc_Msg
1936: ( G_PKG_NAME
1937: , 'Clear_Record'

Line 1935: OE_MSG_PUB.Add_Exc_Msg

1931: EXCEPTION
1932: WHEN OTHERS THEN
1933: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1934: THEN
1935: OE_MSG_PUB.Add_Exc_Msg
1936: ( G_PKG_NAME
1937: , 'Clear_Record'
1938: );
1939: END IF;

Line 1941: OE_MSG_PUB.Count_And_Get

1937: , 'Clear_Record'
1938: );
1939: END IF;
1940: -- Get message count and data
1941: OE_MSG_PUB.Count_And_Get
1942: ( p_count => x_msg_count
1943: , p_data => x_msg_data
1944: );
1945: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1960: OE_MSG_PUB.initialize;

1956: )
1957: IS
1958: l_return_status Varchar2(30);
1959: BEGIN
1960: OE_MSG_PUB.initialize;
1961: x_return_status := FND_API.G_RET_STS_SUCCESS;
1962: QP_DELAYED_REQUESTS_PVT.Clear_Request(
1963: x_return_status => l_return_status);
1964:

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

1963: x_return_status => l_return_status);
1964:
1965: EXCEPTION
1966: WHEN OTHERS THEN
1967: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1968: THEN
1969: OE_MSG_PUB.Add_Exc_Msg
1970: ( G_PKG_NAME
1971: , 'Delete_All_Requests'

Line 1969: OE_MSG_PUB.Add_Exc_Msg

1965: EXCEPTION
1966: WHEN OTHERS THEN
1967: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1968: THEN
1969: OE_MSG_PUB.Add_Exc_Msg
1970: ( G_PKG_NAME
1971: , 'Delete_All_Requests'
1972: );
1973: END IF;

Line 1975: OE_MSG_PUB.Count_And_Get

1971: , 'Delete_All_Requests'
1972: );
1973: END IF;
1974: -- Get message count and data
1975: OE_MSG_PUB.Count_And_Get
1976: ( p_count => x_msg_count
1977: , p_data => x_msg_data
1978: );
1979: x_return_status := FND_API.G_RET_STS_ERROR;