DBA Data[Home] [Help]

APPS.PAY_BLD_SHD dependencies on PAY_BLD_SHD

Line 1: Package Body pay_bld_shd as

1: Package Body pay_bld_shd as
2: /* $Header: pybldrhi.pkb 120.0 2005/05/29 03:19:28 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 114: = pay_bld_shd.g_old_rec.balance_dimension_id

110: --
111: l_fct_ret := false;
112: Else
113: If (p_balance_dimension_id
114: = pay_bld_shd.g_old_rec.balance_dimension_id
115: ) Then
116: --
117: -- The g_old_rec is current therefore we must
118: -- set the returning function to true

Line 126: Fetch C_Sel1 Into pay_bld_shd.g_old_rec;

122: --
123: -- Select the current row into g_old_rec
124: --
125: Open C_Sel1;
126: Fetch C_Sel1 Into pay_bld_shd.g_old_rec;
127: If C_Sel1%notfound Then
128: Close C_Sel1;
129: --
130: -- The primary key is invalid therefore we must error

Line 191: Fetch C_Sel1 Into pay_bld_shd.g_old_rec;

187: ,p_argument_value => p_balance_dimension_id
188: );
189: --
190: Open C_Sel1;
191: Fetch C_Sel1 Into pay_bld_shd.g_old_rec;
192: If C_Sel1%notfound then
193: Close C_Sel1;
194: --
195: -- The primary key is invalid therefore we must error

Line 278: end pay_bld_shd;

274: Return(l_rec);
275: --
276: End convert_args;
277: --
278: end pay_bld_shd;