DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_PVT dependencies on OE_MSG_PUB

Line 109: OE_MSG_PUB.ADD;

105: /* Added for 2502849 */
106:
107: IF x_request_ind > l_max_ind THEN
108: FND_MESSAGE.SET_NAME('QP','QP_MAX_REQUESTS_EXCEEDED');
109: OE_MSG_PUB.ADD;
110: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
111: END IF;
112: EXCEPTION
113: WHEN OTHERS THEN

Line 114: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

110: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
111: END IF;
112: EXCEPTION
113: WHEN OTHERS THEN
114: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
115: THEN
116: OE_MSG_PUB.Add_Exc_Msg
117: (G_PKG_NAME
118: ,'CheckForRequest');

Line 116: OE_MSG_PUB.Add_Exc_Msg

112: EXCEPTION
113: WHEN OTHERS THEN
114: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
115: THEN
116: OE_MSG_PUB.Add_Exc_Msg
117: (G_PKG_NAME
118: ,'CheckForRequest');
119: END IF;
120:

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

890: G_Delayed_Requests(p_request_ind).processed := 'N';
891: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
892:
893:
894: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
895: THEN
896: OE_MSG_PUB.Add_Exc_Msg
897: ( G_PKG_NAME
898: , 'Process_Request_Pvt'

Line 896: OE_MSG_PUB.Add_Exc_Msg

892:
893:
894: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
895: THEN
896: OE_MSG_PUB.Add_Exc_Msg
897: ( G_PKG_NAME
898: , 'Process_Request_Pvt'
899: );
900: END IF;

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

902: WHEN OTHERS THEN
903: G_Delayed_Requests(p_request_ind).processed := 'N';
904: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
905:
906: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
907: THEN
908: OE_MSG_PUB.Add_Exc_Msg
909: ( G_PKG_NAME
910: , 'Process_Request_Pvt'

Line 908: OE_MSG_PUB.Add_Exc_Msg

904: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
905:
906: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
907: THEN
908: OE_MSG_PUB.Add_Exc_Msg
909: ( G_PKG_NAME
910: , 'Process_Request_Pvt'
911: );
912: END IF;

Line 1063: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

1059:
1060: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1061:
1062: WHEN OTHERS THEN
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: ,'LOGREQUEST');

Line 1065: OE_MSG_PUB.Add_Exc_Msg

1061:
1062: WHEN OTHERS THEN
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: ,'LOGREQUEST');
1068: END IF;
1069: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1187: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1184:
1185: when others THEN
1186:
1187: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1188: OE_MSG_PUB.Add_Exc_Msg
1189: (G_PKG_NAME
1190: ,'DeleteRequest');
1191: END IF;

Line 1188: OE_MSG_PUB.Add_Exc_Msg

1184:
1185: when others THEN
1186:
1187: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1188: OE_MSG_PUB.Add_Exc_Msg
1189: (G_PKG_NAME
1190: ,'DeleteRequest');
1191: END IF;
1192:

Line 1212: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1208: EXCEPTION
1209:
1210: WHEN OTHERS THEN
1211:
1212: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1213: OE_MSG_PUB.Add_Exc_Msg
1214: (G_PKG_NAME
1215: ,'Clear_Request');
1216: END IF;

Line 1213: OE_MSG_PUB.Add_Exc_Msg

1209:
1210: WHEN OTHERS THEN
1211:
1212: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1213: OE_MSG_PUB.Add_Exc_Msg
1214: (G_PKG_NAME
1215: ,'Clear_Request');
1216: END IF;
1217:

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

1284: WHEN OTHERS THEN
1285:
1286: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1287:
1288: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1289: THEN
1290: OE_MSG_PUB.Add_Exc_Msg
1291: ( G_PKG_NAME
1292: , 'Process_Request'

Line 1290: OE_MSG_PUB.Add_Exc_Msg

1286: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1287:
1288: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1289: THEN
1290: OE_MSG_PUB.Add_Exc_Msg
1291: ( G_PKG_NAME
1292: , 'Process_Request'
1293: );
1294: END IF;

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

1356: WHEN OTHERS THEN
1357:
1358: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1359:
1360: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1361: THEN
1362: OE_MSG_PUB.Add_Exc_Msg
1363: ( G_PKG_NAME
1364: , 'Process_Request_for_Entity'

Line 1362: OE_MSG_PUB.Add_Exc_Msg

1358: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1359:
1360: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1361: THEN
1362: OE_MSG_PUB.Add_Exc_Msg
1363: ( G_PKG_NAME
1364: , 'Process_Request_for_Entity'
1365: );
1366: END IF;

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

1413: WHEN OTHERS THEN
1414:
1415: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1416:
1417: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1418: THEN
1419: OE_MSG_PUB.Add_Exc_Msg
1420: ( G_PKG_NAME
1421: , 'Process_Request_for_ReqType'

Line 1419: OE_MSG_PUB.Add_Exc_Msg

1415: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1416:
1417: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1418: THEN
1419: OE_MSG_PUB.Add_Exc_Msg
1420: ( G_PKG_NAME
1421: , 'Process_Request_for_ReqType'
1422: );
1423: END IF;

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

1828: WHEN OTHERS THEN
1829:
1830: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1831:
1832: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1833: THEN
1834: OE_MSG_PUB.Add_Exc_Msg
1835: ( G_PKG_NAME
1836: , 'Process_Delayed_Requests'

Line 1834: OE_MSG_PUB.Add_Exc_Msg

1830: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1831:
1832: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1833: THEN
1834: OE_MSG_PUB.Add_Exc_Msg
1835: ( G_PKG_NAME
1836: , 'Process_Delayed_Requests'
1837: );
1838: END IF;

Line 1943: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

1939: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1940:
1941: when others THEN
1942:
1943: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1944: OE_MSG_PUB.Add_Exc_Msg
1945: (G_PKG_NAME
1946: ,'Delete_Reqs_for_Deleted_Entity');
1947: END IF;

Line 1944: OE_MSG_PUB.Add_Exc_Msg

1940:
1941: when others THEN
1942:
1943: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1944: OE_MSG_PUB.Add_Exc_Msg
1945: (G_PKG_NAME
1946: ,'Delete_Reqs_for_Deleted_Entity');
1947: END IF;
1948: