DBA Data[Home] [Help]

APPS.QP_QP_FORM_MODIFIER_LIST dependencies on QP_QP_FORM_MODIFIER_LIST

Line 1: PACKAGE BODY QP_QP_Form_Modifier_List AS

1: PACKAGE BODY QP_QP_Form_Modifier_List AS
2: /* $Header: QPXFMLHB.pls 120.4 2005/10/26 18:00:44 jhkuo ship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Modifier_List';

2: /* $Header: QPXFMLHB.pls 120.4 2005/10/26 18:00:44 jhkuo ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'QP_QP_Form_Modifier_List';
7:
8: -- Global variables holding cached record.
9:
10: g_MODIFIER_LIST_rec QP_Modifiers_PUB.Modifier_List_Rec_Type;

Line 1776: , 'QP_QP_FORM_MODIFIER_LIST'

1772: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1773: THEN
1774: OE_MSG_PUB.Add_Exc_Msg
1775: ( G_PKG_NAME
1776: , 'QP_QP_FORM_MODIFIER_LIST'
1777: );
1778: END IF;
1779:
1780: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN

Line 1797: , 'QP_QP_FORM_MODIFIER_LIST'

1793: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1794: THEN
1795: OE_MSG_PUB.Add_Exc_Msg
1796: ( G_PKG_NAME
1797: , 'QP_QP_FORM_MODIFIER_LIST'
1798: );
1799: END IF;
1800:
1801: WHEN OTHERS THEN

Line 1807: , 'QP_QP_FORM_MODIFIER_LIST'

1803: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1804: THEN
1805: OE_MSG_PUB.Add_Exc_Msg
1806: ( G_PKG_NAME
1807: , 'QP_QP_FORM_MODIFIER_LIST'
1808: );
1809: END IF;
1810:
1811: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 2187: END QP_QP_Form_Modifier_List;

2183:
2184:
2185:
2186:
2187: END QP_QP_Form_Modifier_List;