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 829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

825: G_Delayed_Requests(p_request_ind).processed := 'N';
826: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
827:
828:
829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
830: THEN
831: OE_MSG_PUB.Add_Exc_Msg
832: ( G_PKG_NAME
833: , 'Process_Request_Pvt'

Line 831: OE_MSG_PUB.Add_Exc_Msg

827:
828:
829: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
830: THEN
831: OE_MSG_PUB.Add_Exc_Msg
832: ( G_PKG_NAME
833: , 'Process_Request_Pvt'
834: );
835: END IF;

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

837: WHEN OTHERS THEN
838: G_Delayed_Requests(p_request_ind).processed := 'N';
839: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
840:
841: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
842: THEN
843: OE_MSG_PUB.Add_Exc_Msg
844: ( G_PKG_NAME
845: , 'Process_Request_Pvt'

Line 843: OE_MSG_PUB.Add_Exc_Msg

839: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
840:
841: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
842: THEN
843: OE_MSG_PUB.Add_Exc_Msg
844: ( G_PKG_NAME
845: , 'Process_Request_Pvt'
846: );
847: END IF;

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

994:
995: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
996:
997: WHEN OTHERS THEN
998: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
999: THEN
1000: OE_MSG_PUB.Add_Exc_Msg
1001: (G_PKG_NAME
1002: ,'LOGREQUEST');

Line 1000: OE_MSG_PUB.Add_Exc_Msg

996:
997: WHEN OTHERS THEN
998: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
999: THEN
1000: OE_MSG_PUB.Add_Exc_Msg
1001: (G_PKG_NAME
1002: ,'LOGREQUEST');
1003: END IF;
1004: x_return_status := FND_API.G_RET_STS_ERROR;

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

1118: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1119:
1120: when others THEN
1121:
1122: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1123: OE_MSG_PUB.Add_Exc_Msg
1124: (G_PKG_NAME
1125: ,'DeleteRequest');
1126: END IF;

Line 1123: OE_MSG_PUB.Add_Exc_Msg

1119:
1120: when others THEN
1121:
1122: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1123: OE_MSG_PUB.Add_Exc_Msg
1124: (G_PKG_NAME
1125: ,'DeleteRequest');
1126: END IF;
1127:

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

1143: EXCEPTION
1144:
1145: WHEN OTHERS THEN
1146:
1147: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1148: OE_MSG_PUB.Add_Exc_Msg
1149: (G_PKG_NAME
1150: ,'Clear_Request');
1151: END IF;

Line 1148: OE_MSG_PUB.Add_Exc_Msg

1144:
1145: WHEN OTHERS THEN
1146:
1147: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1148: OE_MSG_PUB.Add_Exc_Msg
1149: (G_PKG_NAME
1150: ,'Clear_Request');
1151: END IF;
1152:

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

1219: WHEN OTHERS THEN
1220:
1221: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1222:
1223: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1224: THEN
1225: OE_MSG_PUB.Add_Exc_Msg
1226: ( G_PKG_NAME
1227: , 'Process_Request'

Line 1225: OE_MSG_PUB.Add_Exc_Msg

1221: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1222:
1223: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1224: THEN
1225: OE_MSG_PUB.Add_Exc_Msg
1226: ( G_PKG_NAME
1227: , 'Process_Request'
1228: );
1229: END IF;

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

1291: WHEN OTHERS THEN
1292:
1293: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1294:
1295: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1296: THEN
1297: OE_MSG_PUB.Add_Exc_Msg
1298: ( G_PKG_NAME
1299: , 'Process_Request_for_Entity'

Line 1297: OE_MSG_PUB.Add_Exc_Msg

1293: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1294:
1295: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1296: THEN
1297: OE_MSG_PUB.Add_Exc_Msg
1298: ( G_PKG_NAME
1299: , 'Process_Request_for_Entity'
1300: );
1301: END IF;

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

1348: WHEN OTHERS THEN
1349:
1350: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1351:
1352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1353: THEN
1354: OE_MSG_PUB.Add_Exc_Msg
1355: ( G_PKG_NAME
1356: , 'Process_Request_for_ReqType'

Line 1354: OE_MSG_PUB.Add_Exc_Msg

1350: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1351:
1352: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1353: THEN
1354: OE_MSG_PUB.Add_Exc_Msg
1355: ( G_PKG_NAME
1356: , 'Process_Request_for_ReqType'
1357: );
1358: END IF;

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

1720: WHEN OTHERS THEN
1721:
1722: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1723:
1724: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1725: THEN
1726: OE_MSG_PUB.Add_Exc_Msg
1727: ( G_PKG_NAME
1728: , 'Process_Delayed_Requests'

Line 1726: OE_MSG_PUB.Add_Exc_Msg

1722: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1723:
1724: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1725: THEN
1726: OE_MSG_PUB.Add_Exc_Msg
1727: ( G_PKG_NAME
1728: , 'Process_Delayed_Requests'
1729: );
1730: END IF;

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

1831: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1832:
1833: when others THEN
1834:
1835: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1836: OE_MSG_PUB.Add_Exc_Msg
1837: (G_PKG_NAME
1838: ,'Delete_Reqs_for_Deleted_Entity');
1839: END IF;

Line 1836: OE_MSG_PUB.Add_Exc_Msg

1832:
1833: when others THEN
1834:
1835: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1836: OE_MSG_PUB.Add_Exc_Msg
1837: (G_PKG_NAME
1838: ,'Delete_Reqs_for_Deleted_Entity');
1839: END IF;
1840: