DBA Data[Home] [Help]

APPS.PQH_LCD_SHD dependencies on PQH_LCD_SHD

Line 1: Package Body pqh_lcd_shd as

1: Package Body pqh_lcd_shd as
2: /* $Header: pqlcdrhi.pkb 115.4 2002/12/03 00:07:48 rpasapul noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 77: = pqh_lcd_shd.g_old_rec.level_code_id and

73: --
74: l_fct_ret := false;
75: Else
76: If (p_level_code_id
77: = pqh_lcd_shd.g_old_rec.level_code_id and
78: p_object_version_number
79: = pqh_lcd_shd.g_old_rec.object_version_number
80: ) Then
81: --

Line 79: = pqh_lcd_shd.g_old_rec.object_version_number

75: Else
76: If (p_level_code_id
77: = pqh_lcd_shd.g_old_rec.level_code_id and
78: p_object_version_number
79: = pqh_lcd_shd.g_old_rec.object_version_number
80: ) Then
81: --
82: -- The g_old_rec is current therefore we must
83: -- set the returning function to true

Line 91: Fetch C_Sel1 Into pqh_lcd_shd.g_old_rec;

87: --
88: -- Select the current row into g_old_rec
89: --
90: Open C_Sel1;
91: Fetch C_Sel1 Into pqh_lcd_shd.g_old_rec;
92: If C_Sel1%notfound Then
93: Close C_Sel1;
94: --
95: -- The primary key is invalid therefore we must error

Line 102: <> pqh_lcd_shd.g_old_rec.object_version_number) Then

98: fnd_message.raise_error;
99: End If;
100: Close C_Sel1;
101: If (p_object_version_number
102: <> pqh_lcd_shd.g_old_rec.object_version_number) Then
103: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
104: fnd_message.raise_error;
105: End If;
106: l_fct_ret := true;

Line 153: Fetch C_Sel1 Into pqh_lcd_shd.g_old_rec;

149: ,p_argument_value => p_object_version_number
150: );
151: --
152: Open C_Sel1;
153: Fetch C_Sel1 Into pqh_lcd_shd.g_old_rec;
154: If C_Sel1%notfound then
155: Close C_Sel1;
156: --
157: -- The primary key is invalid therefore we must error

Line 164: <> pqh_lcd_shd.g_old_rec.object_version_number) Then

160: fnd_message.raise_error;
161: End If;
162: Close C_Sel1;
163: If (p_object_version_number
164: <> pqh_lcd_shd.g_old_rec.object_version_number) Then
165: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
166: fnd_message.raise_error;
167: End If;
168: --

Line 216: end pqh_lcd_shd;

212: Return(l_rec);
213: --
214: End convert_args;
215: --
216: end pqh_lcd_shd;