DBA Data[Home] [Help]

APPS.PAY_PBA_SHD dependencies on PAY_PBA_SHD

Line 1: Package Body pay_pba_shd as

1: Package Body pay_pba_shd as
2: /* $Header: pypbarhi.pkb 120.1 2005/09/05 06:39:03 adkumar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 84: = pay_pba_shd.g_old_rec.balance_attribute_id

80: --
81: l_fct_ret := false;
82: Else
83: If (p_balance_attribute_id
84: = pay_pba_shd.g_old_rec.balance_attribute_id
85: ) Then
86: --
87: -- The g_old_rec is current therefore we must
88: -- set the returning function to true

Line 96: Fetch C_Sel1 Into pay_pba_shd.g_old_rec;

92: --
93: -- Select the current row into g_old_rec
94: --
95: Open C_Sel1;
96: Fetch C_Sel1 Into pay_pba_shd.g_old_rec;
97: If C_Sel1%notfound Then
98: Close C_Sel1;
99: --
100: -- The primary key is invalid therefore we must error

Line 147: Fetch C_Sel1 Into pay_pba_shd.g_old_rec;

143: );
144: hr_utility.set_location(l_proc,6);
145: --
146: Open C_Sel1;
147: Fetch C_Sel1 Into pay_pba_shd.g_old_rec;
148: If C_Sel1%notfound then
149: Close C_Sel1;
150: --
151: -- The primary key is invalid therefore we must error

Line 203: end pay_pba_shd;

199: Return(l_rec);
200: --
201: End convert_args;
202: --
203: end pay_pba_shd;