DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on OE_MSG_PUB

Line 1097: OE_MSG_PUB.Add;

1093:
1094: IF l_msg_data is not null then
1095: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
1096: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
1097: OE_MSG_PUB.Add;
1098: ELSE
1099: OE_MSG_PUB.Add_text('Tax engine call raised Error ' ); --For bug # 4206796
1100: END IF;
1101:

Line 1099: OE_MSG_PUB.Add_text('Tax engine call raised Error ' ); --For bug # 4206796

1095: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
1096: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
1097: OE_MSG_PUB.Add;
1098: ELSE
1099: OE_MSG_PUB.Add_text('Tax engine call raised Error ' ); --For bug # 4206796
1100: END IF;
1101:
1102: ELSIF l_msg_count > 1 THEN
1103: LOOP

Line 1116: OE_MSG_PUB.Add;

1112: oe_debug_pub.add(l_msg_data,2);
1113: END IF;
1114: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
1115: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
1116: OE_MSG_PUB.Add;
1117: END IF;
1118: END LOOP;
1119: END IF;
1120:

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

1193: WHEN NO_DATA_FOUND THEN
1194: x_return_status := FND_API.G_RET_STS_SUCCESS;
1195:
1196: WHEN OTHERS THEN
1197: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1198: THEN
1199: OE_MSG_PUB.Add_Exc_Msg
1200: ( 'OM_TAX_UTIL' ,
1201: 'Tax_Line'

Line 1199: OE_MSG_PUB.Add_Exc_Msg

1195:
1196: WHEN OTHERS THEN
1197: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1198: THEN
1199: OE_MSG_PUB.Add_Exc_Msg
1200: ( 'OM_TAX_UTIL' ,
1201: 'Tax_Line'
1202: );
1203: END IF;

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

1249:
1250: EXCEPTION
1251:
1252: WHEN OTHERS THEN
1253: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1254: THEN
1255: OE_MSG_PUB.Add_Exc_Msg
1256: ( 'OM_TAX_UTIL' ,
1257: 'Calculate_Tax'

Line 1255: OE_MSG_PUB.Add_Exc_Msg

1251:
1252: WHEN OTHERS THEN
1253: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1254: THEN
1255: OE_MSG_PUB.Add_Exc_Msg
1256: ( 'OM_TAX_UTIL' ,
1257: 'Calculate_Tax'
1258: );
1259: END IF;

Line 1651: OE_MSG_PUB.Add;

1647: END IF;
1648: IF l_msg_data is not null then
1649: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
1650: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
1651: OE_MSG_PUB.Add;
1652: ELSE
1653: OE_MSG_PUB.Add_text('XLE call raised Error ' ); --For bug # 4206796
1654: END IF;
1655: RETURN -1;

Line 1653: OE_MSG_PUB.Add_text('XLE call raised Error ' ); --For bug # 4206796

1649: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
1650: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
1651: OE_MSG_PUB.Add;
1652: ELSE
1653: OE_MSG_PUB.Add_text('XLE call raised Error ' ); --For bug # 4206796
1654: END IF;
1655: RETURN -1;
1656: END IF;
1657:

Line 1756: OE_MSG_PUB.Add_Exc_Msg

1752: END IF;
1753:
1754: EXCEPTION
1755: WHEN OTHERS THEN
1756: OE_MSG_PUB.Add_Exc_Msg
1757: ( 'OM_TAX_UTIL'
1758: , 'Get_Content_Owner_Id'
1759: );
1760: RETURN -99;