DBA Data[Home] [Help]

APPS.PER_QAT_SHD dependencies on PER_QAT_SHD

Line 1: Package Body per_qat_shd as

1: Package Body per_qat_shd as
2: /* $Header: peqatrhi.pkb 120.0.12010000.2 2008/11/20 12:27:31 kgowripe ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 77: = per_qat_shd.g_old_rec.qualification_id and

73: --
74: l_fct_ret := false;
75: Else
76: If (p_qualification_id
77: = per_qat_shd.g_old_rec.qualification_id and
78: p_language
79: = per_qat_shd.g_old_rec.language
80: ) Then
81: --

Line 79: = per_qat_shd.g_old_rec.language

75: Else
76: If (p_qualification_id
77: = per_qat_shd.g_old_rec.qualification_id and
78: p_language
79: = per_qat_shd.g_old_rec.language
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 per_qat_shd.g_old_rec;

87: --
88: -- Select the current row into g_old_rec
89: --
90: Open C_Sel1;
91: Fetch C_Sel1 Into per_qat_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 155: Fetch C_Sel1 Into per_qat_shd.g_old_rec;

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

Line 338: end per_qat_shd;

334: Return(l_rec);
335: --
336: End convert_args;
337: --
338: end per_qat_shd;