DBA Data[Home] [Help]

APPS.PAY_ETT_SHD dependencies on PAY_ETT_SHD

Line 1: Package Body pay_ett_shd as

1: Package Body pay_ett_shd as
2: /* $Header: pyettrhi.pkb 120.1 2005/10/04 22:03:25 pgongada noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 72: = pay_ett_shd.g_old_rec.element_type_id and

68: --
69: l_fct_ret := false;
70: Else
71: If (p_element_type_id
72: = pay_ett_shd.g_old_rec.element_type_id and
73: p_language
74: = pay_ett_shd.g_old_rec.language
75: ) Then
76: --

Line 74: = pay_ett_shd.g_old_rec.language

70: Else
71: If (p_element_type_id
72: = pay_ett_shd.g_old_rec.element_type_id and
73: p_language
74: = pay_ett_shd.g_old_rec.language
75: ) Then
76: --
77: -- The g_old_rec is current therefore we must
78: -- set the returning function to true

Line 86: Fetch C_Sel1 Into pay_ett_shd.g_old_rec;

82: --
83: -- Select the current row into g_old_rec
84: --
85: Open C_Sel1;
86: Fetch C_Sel1 Into pay_ett_shd.g_old_rec;
87: If C_Sel1%notfound Then
88: Close C_Sel1;
89: --
90: -- The primary key is invalid therefore we must error

Line 145: Fetch C_Sel1 Into pay_ett_shd.g_old_rec;

141: ,p_argument_value => p_language
142: );
143: --
144: Open C_Sel1;
145: Fetch C_Sel1 Into pay_ett_shd.g_old_rec;
146: If C_Sel1%notfound then
147: Close C_Sel1;
148: --
149: -- The primary key is invalid therefore we must error

Line 272: end pay_ett_shd;

268: Return(l_rec);
269: --
270: End convert_args;
271: --
272: end pay_ett_shd;