DBA Data[Home] [Help]

APPS.QP_UTIL_PUB dependencies on OE_MSG_PUB

Line 1876: IF Oe_Msg_Pub.Check_Msg_Level(Oe_Msg_Pub.G_MSG_LVL_ERROR) THEN

1872: Oe_Debug_Pub.ADD('p_operand_type = ' || p_operand_type);
1873:
1874: END IF;
1875: IF p_operand_type <> 'R' AND p_operand IS NULL THEN
1876: IF Oe_Msg_Pub.Check_Msg_Level(Oe_Msg_Pub.G_MSG_LVL_ERROR) THEN
1877: Fnd_Message.SET_NAME('QP','QP_ATTRIBUTE_REQUIRED');
1878: Fnd_Message.SET_TOKEN('ATTRIBUTE','Operand');
1879: Oe_Msg_Pub.ADD;
1880: END IF;

Line 1879: Oe_Msg_Pub.ADD;

1875: IF p_operand_type <> 'R' AND p_operand IS NULL THEN
1876: IF Oe_Msg_Pub.Check_Msg_Level(Oe_Msg_Pub.G_MSG_LVL_ERROR) THEN
1877: Fnd_Message.SET_NAME('QP','QP_ATTRIBUTE_REQUIRED');
1878: Fnd_Message.SET_TOKEN('ATTRIBUTE','Operand');
1879: Oe_Msg_Pub.ADD;
1880: END IF;
1881: RAISE Fnd_Api.G_EXC_ERROR;
1882: END IF;
1883:

Line 2680: Oe_Msg_Pub.Count_And_Get

2676: x_return_status := Fnd_Api.G_RET_STS_SUCCESS;
2677:
2678: -- Get message count and data
2679:
2680: Oe_Msg_Pub.Count_And_Get
2681: ( p_count => x_msg_count
2682: , p_data => x_msg_data
2683: );
2684:

Line 2690: IF Oe_Msg_Pub.Check_Msg_Level(Oe_Msg_Pub.G_MSG_LVL_UNEXP_ERROR)

2686: EXCEPTION
2687: WHEN NO_DATA_FOUND THEN
2688: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
2689:
2690: IF Oe_Msg_Pub.Check_Msg_Level(Oe_Msg_Pub.G_MSG_LVL_UNEXP_ERROR)
2691: THEN
2692: Oe_Msg_Pub.Add_Exc_Msg
2693: ( G_PKG_NAME
2694: , 'Get_Blanket_Pricelist_Modifier'

Line 2692: Oe_Msg_Pub.Add_Exc_Msg

2688: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
2689:
2690: IF Oe_Msg_Pub.Check_Msg_Level(Oe_Msg_Pub.G_MSG_LVL_UNEXP_ERROR)
2691: THEN
2692: Oe_Msg_Pub.Add_Exc_Msg
2693: ( G_PKG_NAME
2694: , 'Get_Blanket_Pricelist_Modifier'
2695: );
2696: END IF;

Line 2700: Oe_Msg_Pub.Count_And_Get

2696: END IF;
2697:
2698: -- Get message count and data
2699:
2700: Oe_Msg_Pub.Count_And_Get
2701: ( p_count => x_msg_count
2702: , p_data => x_msg_data
2703: );
2704:

Line 2711: IF Oe_Msg_Pub.Check_Msg_Level(Oe_Msg_Pub.G_MSG_LVL_UNEXP_ERROR)

2707: WHEN OTHERS THEN
2708:
2709: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
2710:
2711: IF Oe_Msg_Pub.Check_Msg_Level(Oe_Msg_Pub.G_MSG_LVL_UNEXP_ERROR)
2712: THEN
2713: Oe_Msg_Pub.Add_Exc_Msg
2714: ( G_PKG_NAME
2715: , 'Get_Blanket_Pricelist_Modifier'

Line 2713: Oe_Msg_Pub.Add_Exc_Msg

2709: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
2710:
2711: IF Oe_Msg_Pub.Check_Msg_Level(Oe_Msg_Pub.G_MSG_LVL_UNEXP_ERROR)
2712: THEN
2713: Oe_Msg_Pub.Add_Exc_Msg
2714: ( G_PKG_NAME
2715: , 'Get_Blanket_Pricelist_Modifier'
2716: );
2717: END IF;

Line 2721: Oe_Msg_Pub.Count_And_Get

2717: END IF;
2718:
2719: -- Get message count and data
2720:
2721: Oe_Msg_Pub.Count_And_Get
2722: ( p_count => x_msg_count
2723: , p_data => x_msg_data
2724: );
2725: