DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on OE_MSG_PUB

Line 51: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_ERROR)

47:
48: BEGIN
49: IF p_header_id is NULL OR p_header_id = FND_API.G_MISS_NUM THEN
50:
51: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_ERROR)
52: THEN
53:
54: fnd_message.set_name ('ONT','OE_ATTRIBUTE_REQUIRED');
55: FND_MESSAGE.SET_TOKEN ('ATTRIBUTE','header');

Line 56: OE_MSG_PUB.Add;

52: THEN
53:
54: fnd_message.set_name ('ONT','OE_ATTRIBUTE_REQUIRED');
55: FND_MESSAGE.SET_TOKEN ('ATTRIBUTE','header');
56: OE_MSG_PUB.Add;
57:
58: END IF;
59: RAISE FND_API.G_EXC_ERROR;
60:

Line 1969: OE_MSG_PUB.Add;

1965: END IF;
1966: IF l_msg_data IS NOT NULL THEN
1967: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
1968: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
1969: OE_MSG_PUB.Add;
1970: ELSE
1971: OE_MSG_PUB.Add_text('Tax engine call raised Error ' ); --For bug # 4206796
1972: END IF;
1973: ELSIF l_msg_count > 1 THEN

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

1967: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
1968: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
1969: OE_MSG_PUB.Add;
1970: ELSE
1971: OE_MSG_PUB.Add_text('Tax engine call raised Error ' ); --For bug # 4206796
1972: END IF;
1973: ELSIF l_msg_count > 1 THEN
1974: LOOP
1975: l_msg_data := FND_MSG_PUB.GET(FND_MSG_PUB.G_NEXT,FND_API.G_FALSE);

Line 1987: OE_MSG_PUB.Add;

1983: oe_debug_pub.add(l_msg_data,2);
1984: END IF;
1985: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
1986: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
1987: OE_MSG_PUB.Add;
1988: END IF;
1989: END LOOP;
1990: END IF;
1991: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 2052: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN

2048: WHEN NO_DATA_FOUND THEN
2049:
2050: x_return_status := FND_API.G_RET_STS_SUCCESS;
2051: WHEN OTHERS THEN
2052: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2053: OE_MSG_PUB.Add_Exc_Msg ( 'OM_TAX_UTIL' , 'Tax_Line' );
2054: END IF;
2055: IF l_debug_level > 0 THEN
2056: oe_debug_pub.add('some error occurred ' || sqlerrm , 1);

Line 2053: OE_MSG_PUB.Add_Exc_Msg ( 'OM_TAX_UTIL' , 'Tax_Line' );

2049:
2050: x_return_status := FND_API.G_RET_STS_SUCCESS;
2051: WHEN OTHERS THEN
2052: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR) THEN
2053: OE_MSG_PUB.Add_Exc_Msg ( 'OM_TAX_UTIL' , 'Tax_Line' );
2054: END IF;
2055: IF l_debug_level > 0 THEN
2056: oe_debug_pub.add('some error occurred ' || sqlerrm , 1);
2057: END IF;

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

2112:
2113: EXCEPTION
2114:
2115: WHEN OTHERS THEN
2116: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2117: THEN
2118: OE_MSG_PUB.Add_Exc_Msg
2119: ( 'OM_TAX_UTIL' ,
2120: 'Calculate_Tax'

Line 2118: OE_MSG_PUB.Add_Exc_Msg

2114:
2115: WHEN OTHERS THEN
2116: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
2117: THEN
2118: OE_MSG_PUB.Add_Exc_Msg
2119: ( 'OM_TAX_UTIL' ,
2120: 'Calculate_Tax'
2121: );
2122: END IF;

Line 2519: OE_MSG_PUB.Add;

2515: END IF;
2516: IF l_msg_data is not null then
2517: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
2518: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
2519: OE_MSG_PUB.Add;
2520: ELSE
2521: OE_MSG_PUB.Add_text('XLE call raised Error ' ); --For bug # 4206796
2522: END IF;
2523: RETURN -1;

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

2517: FND_MESSAGE.SET_NAME('ONT','ONT_AVAIL_GENERIC');
2518: FND_MESSAGE.SET_TOKEN('TEXT',l_msg_data);
2519: OE_MSG_PUB.Add;
2520: ELSE
2521: OE_MSG_PUB.Add_text('XLE call raised Error ' ); --For bug # 4206796
2522: END IF;
2523: RETURN -1;
2524: END IF;
2525:

Line 2624: OE_MSG_PUB.Add_Exc_Msg

2620: END IF;
2621:
2622: EXCEPTION
2623: WHEN OTHERS THEN
2624: OE_MSG_PUB.Add_Exc_Msg
2625: ( 'OM_TAX_UTIL'
2626: , 'Get_Content_Owner_Id'
2627: );
2628: RETURN -99;