DBA Data[Home] [Help]

APPS.OE_HEADER_STATUS_PUB dependencies on OE_MSG_PUB

Line 45: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

41: END IF;
42:
43: Exception
44: when others then
45: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
46: THEN
47: OE_MSG_PUB.Add_Exc_Msg
48: (
49: G_PKG_NAME,

Line 47: OE_MSG_PUB.Add_Exc_Msg

43: Exception
44: when others then
45: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
46: THEN
47: OE_MSG_PUB.Add_Exc_Msg
48: (
49: G_PKG_NAME,
50: 'Get_Cancelled_Status'
51: );

Line 91: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

87:
88:
89: Exception
90: when others then
91: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
92: THEN
93: OE_MSG_PUB.Add_Exc_Msg
94: (
95: G_PKG_NAME,

Line 93: OE_MSG_PUB.Add_Exc_Msg

89: Exception
90: when others then
91: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
92: THEN
93: OE_MSG_PUB.Add_Exc_Msg
94: (
95: G_PKG_NAME,
96: 'Get_Cancelled_Status'
97: );

Line 124: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

120: WHERE header_id = p_header_id;
121:
122: Exception
123: when others then
124: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
125: THEN
126: OE_MSG_PUB.Add_Exc_Msg
127: (
128: G_PKG_NAME,

Line 126: OE_MSG_PUB.Add_Exc_Msg

122: Exception
123: when others then
124: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
125: THEN
126: OE_MSG_PUB.Add_Exc_Msg
127: (
128: G_PKG_NAME,
129: 'Get_Booked_Status'
130: );

Line 160: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

156: WHERE header_id = p_header_id;
157:
158: Exception
159: when others then
160: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
161: THEN
162: OE_MSG_PUB.Add_Exc_Msg
163: (
164: G_PKG_NAME,

Line 162: OE_MSG_PUB.Add_Exc_Msg

158: Exception
159: when others then
160: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
161: THEN
162: OE_MSG_PUB.Add_Exc_Msg
163: (
164: G_PKG_NAME,
165: 'Get_Booked_Status'
166: );

Line 206: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

202: END IF;
203:
204: Exception
205: when others then
206: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
207: THEN
208: OE_MSG_PUB.Add_Exc_Msg
209: (
210: G_PKG_NAME,

Line 208: OE_MSG_PUB.Add_Exc_Msg

204: Exception
205: when others then
206: IF OE_MSG_PUB.CHeck_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
207: THEN
208: OE_MSG_PUB.Add_Exc_Msg
209: (
210: G_PKG_NAME,
211: 'Get_Closed_Status'
212: );

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

247: END IF;
248:
249: Exception
250: when others then
251: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
252: THEN
253: OE_MSG_PUB.Add_Exc_Msg
254: (
255: G_PKG_NAME,

Line 253: OE_MSG_PUB.Add_Exc_Msg

249: Exception
250: when others then
251: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
252: THEN
253: OE_MSG_PUB.Add_Exc_Msg
254: (
255: G_PKG_NAME,
256: 'Get_Closed_Status'
257: );