DBA Data[Home] [Help]

APPS.PSB_WS_POS_PVT dependencies on PSB_WS_POS_PVT

Line 1: PACKAGE BODY PSB_WS_POS_PVT AS

1: PACKAGE BODY PSB_WS_POS_PVT AS
2: /* $Header: PSBPWCPB.pls 120.8 2006/04/07 11:18:03 shtripat ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_WS_POS_PVT';
5:

Line 4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_WS_POS_PVT';

1: PACKAGE BODY PSB_WS_POS_PVT AS
2: /* $Header: PSBPWCPB.pls 120.8 2006/04/07 11:18:03 shtripat ship $ */
3:
4: G_PKG_NAME CONSTANT VARCHAR2(30):= 'PSB_WS_POS_PVT';
5:
6: /* ----------------------------------------------------------------------- */
7:
8: FUNCTION Check_Allowed

Line 1606: PSB_WS_POS_PVT.Apply_Element_Parameters

1602: if l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1603: raise FND_API.G_EXC_ERROR;
1604: end if;
1605:
1606: PSB_WS_POS_PVT.Apply_Element_Parameters
1607: (p_api_version => 1.0,
1608: p_init_msg_list => FND_API.G_TRUE,
1609: p_return_status => l_return_status,
1610: p_msg_count => l_msg_count,

Line 1830: PSB_WS_POS_PVT.Revise_Position_Projections

1826: l_set_cp_status BOOLEAN := FALSE ; -- Bug#4675858
1827: --
1828: BEGIN
1829:
1830: PSB_WS_POS_PVT.Revise_Position_Projections
1831: (p_api_version => 1.0,
1832: p_init_msg_list => FND_API.G_TRUE,
1833: p_return_status => l_return_status,
1834: p_msg_count => l_msg_count,

Line 1924: PSB_WS_POS_PVT.Revise_Element_Projections

1920: l_set_cp_status BOOLEAN := FALSE ; -- Bug#4675858
1921: --
1922: BEGIN
1923:
1924: PSB_WS_POS_PVT.Revise_Element_Projections
1925: (p_api_version => 1.0,
1926: p_init_msg_list => FND_API.G_TRUE,
1927: p_return_status => l_return_status,
1928: p_msg_count => l_msg_count,

Line 2136: END PSB_WS_POS_PVT;

2132:
2133: /* Bug No 2482305 End */
2134: /* ----------------------------------------------------------------------- */
2135:
2136: END PSB_WS_POS_PVT;