DBA Data[Home] [Help]

APPS.PQP_ERT_SHD dependencies on PQP_ERT_SHD

Line 1: Package Body pqp_ert_shd as

1: Package Body pqp_ert_shd as
2: /* $Header: pqertrhi.pkb 120.7 2006/09/15 00:09:58 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 81: = pqp_ert_shd.g_old_rec.exception_report_id and

77: --
78: l_fct_ret := false;
79: Else
80: If (p_exception_report_id
81: = pqp_ert_shd.g_old_rec.exception_report_id and
82: p_language
83: = pqp_ert_shd.g_old_rec.language
84: ) Then
85: --

Line 83: = pqp_ert_shd.g_old_rec.language

79: Else
80: If (p_exception_report_id
81: = pqp_ert_shd.g_old_rec.exception_report_id and
82: p_language
83: = pqp_ert_shd.g_old_rec.language
84: ) Then
85: --
86: -- The g_old_rec is current therefore we must
87: -- set the returning function to true

Line 95: Fetch C_Sel1 Into pqp_ert_shd.g_old_rec;

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

Line 152: Fetch C_Sel1 Into pqp_ert_shd.g_old_rec;

148: );
149: hr_utility.set_location(l_proc,7);
150: --
151: Open C_Sel1;
152: Fetch C_Sel1 Into pqp_ert_shd.g_old_rec;
153: If C_Sel1%notfound then
154: Close C_Sel1;
155: --
156: -- The primary key is invalid therefore we must error

Line 327: end pqp_ert_shd;

323: Return(l_rec);
324: --
325: End convert_args;
326: --
327: end pqp_ert_shd;