DBA Data[Home] [Help]

APPS.OE_ORDER_UTIL dependencies on OE_MSG_PUB

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

37: RETURN(l_attribute_name);
38:
39: EXCEPTION
40: When Others Then
41: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
42: THEN
43: OE_MSG_PUB.Add_Exc_Msg
44: ( G_PKG_NAME
45: , 'GET_ATTRIBUTE_NAME'

Line 43: OE_MSG_PUB.Add_Exc_Msg

39: EXCEPTION
40: When Others Then
41: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
42: THEN
43: OE_MSG_PUB.Add_Exc_Msg
44: ( G_PKG_NAME
45: , 'GET_ATTRIBUTE_NAME'
46: );
47: END IF;

Line 103: OE_MSG_PUB.ADD;

99: EXCEPTION
100: WHEN APP_EXCEPTIONS.RECORD_LOCK_EXCEPTION THEN
101: x_return_status := FND_API.G_RET_STS_ERROR;
102: FND_MESSAGE.SET_NAME('ONT','OE_ORDER_OBJECT_LOCKED');
103: OE_MSG_PUB.ADD;
104: IF (header%ISOPEN) THEN
105: CLOSE header;
106: ELSIF (lines%ISOPEN) THEN
107: CLOSE lines;

Line 119: OE_MSG_PUB.Add_Exc_Msg

115: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
116: IF FND_MSG_PUB.Check_Msg_Level
117: (FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
118: THEN
119: OE_MSG_PUB.Add_Exc_Msg
120: ( G_PKG_NAME
121: , 'Lock_Order_Object'
122: );
123: END IF;

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

794:
795: EXCEPTION
796:
797: WHEN OTHERS THEN
798: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
799: THEN
800: OE_MSG_PUB.Add_Exc_Msg
801: (G_PKG_NAME
802: ,'Update_Global_picture');

Line 800: OE_MSG_PUB.Add_Exc_Msg

796:
797: WHEN OTHERS THEN
798: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
799: THEN
800: OE_MSG_PUB.Add_Exc_Msg
801: (G_PKG_NAME
802: ,'Update_Global_picture');
803: END IF;
804: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 1001: OE_MSG_PUB.ADD;

997: END IF; -- going through 7 entities
998:
999: IF x_index > l_max_ind THEN
1000: FND_MESSAGE.SET_NAME('ONT','OE_MAX_REQUESTS_EXCEEDED');
1001: OE_MSG_PUB.ADD;
1002: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1003: END IF;
1004:
1005: IF l_debug_level > 0 THEN

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

1008:
1009: EXCEPTION
1010:
1011: WHEN OTHERS THEN
1012: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1013: THEN
1014: OE_MSG_PUB.Add_Exc_Msg
1015: (G_PKG_NAME
1016: ,'Return_Glb_Ent_Index');

Line 1014: OE_MSG_PUB.Add_Exc_Msg

1010:
1011: WHEN OTHERS THEN
1012: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1013: THEN
1014: OE_MSG_PUB.Add_Exc_Msg
1015: (G_PKG_NAME
1016: ,'Return_Glb_Ent_Index');
1017: END IF;
1018: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

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

1054: EXCEPTION
1055:
1056: WHEN OTHERS THEN
1057:
1058: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1059: OE_MSG_PUB.Add_Exc_Msg
1060: (G_PKG_NAME
1061: ,'Clear_Global_Picture');
1062: END IF;

Line 1059: OE_MSG_PUB.Add_Exc_Msg

1055:
1056: WHEN OTHERS THEN
1057:
1058: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
1059: OE_MSG_PUB.Add_Exc_Msg
1060: (G_PKG_NAME
1061: ,'Clear_Global_Picture');
1062: END IF;
1063:

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

1253: oe_debug_pub.add( 'EXITING OE_ORDER_UTIL.ADD_ACCESS' , 1 ) ;
1254: END IF;
1255: EXCEPTION
1256: When Others Then
1257: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1258: THEN
1259: OE_MSG_PUB.Add_Exc_Msg
1260: ( G_PKG_NAME
1261: , 'IS_ACTION_IN_ACCESS_LIST'

Line 1259: OE_MSG_PUB.Add_Exc_Msg

1255: EXCEPTION
1256: When Others Then
1257: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1258: THEN
1259: OE_MSG_PUB.Add_Exc_Msg
1260: ( G_PKG_NAME
1261: , 'IS_ACTION_IN_ACCESS_LIST'
1262: );
1263: END IF;

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

1305: EXCEPTION
1306: When Exit_Function Then
1307: Return FALSE;
1308: When Others Then
1309: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1310: THEN
1311: OE_MSG_PUB.Add_Exc_Msg
1312: ( G_PKG_NAME
1313: , 'IS_ACTION_IN_ACCESS_LIST'

Line 1311: OE_MSG_PUB.Add_Exc_Msg

1307: Return FALSE;
1308: When Others Then
1309: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1310: THEN
1311: OE_MSG_PUB.Add_Exc_Msg
1312: ( G_PKG_NAME
1313: , 'IS_ACTION_IN_ACCESS_LIST'
1314: );
1315: END IF;