DBA Data[Home] [Help]

APPS.PER_STL_SHD dependencies on PER_STL_SHD

Line 1: Package Body per_stl_shd as

1: Package Body per_stl_shd as
2: /* $Header: pestlrhi.pkb 120.1 2005/06/01 12:05:24 ndorai noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 73: = per_stl_shd.g_old_rec.setup_task_code

69: --
70: l_fct_ret := false;
71: Else
72: If (p_setup_task_code
73: = per_stl_shd.g_old_rec.setup_task_code
74: ) Then
75: --
76: -- The g_old_rec is current therefore we must
77: -- set the returning function to true

Line 85: Fetch C_Sel1 Into per_stl_shd.g_old_rec;

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

Line 135: Fetch C_Sel1 Into per_stl_shd.g_old_rec;

131: ,p_argument_value => p_setup_task_code
132: );
133: --
134: Open C_Sel1;
135: Fetch C_Sel1 Into per_stl_shd.g_old_rec;
136: If C_Sel1%notfound then
137: Close C_Sel1;
138: --
139: -- The primary key is invalid therefore we must error

Line 267: end per_stl_shd;

263: Return(l_rec);
264: --
265: End convert_args;
266: --
267: end per_stl_shd;