DBA Data[Home] [Help]

APPS.PER_POS_SHD dependencies on PER_POS_SHD

Line 1: Package Body per_pos_shd as

1: Package Body per_pos_shd as
2: /* $Header: peposrhi.pkb 115.26 2003/11/26 15:25:03 hsajja ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' per_pos_shd.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_pos_shd.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: --
12: -- ----------------------------------------------------------------------------

Line 150: ) or per_pos_shd.G_DT_INS Then

146: --
147: If (
148: p_position_id is null and
149: p_object_version_number is null
150: ) or per_pos_shd.G_DT_INS Then
151: --
152: -- One of the primary key arguments is null therefore we must
153: -- set the returning function value to false
154: --

Line 422: end per_pos_shd;

418: Return(l_rec);
419: --
420: End convert_args;
421: --
422: end per_pos_shd;