DBA Data[Home] [Help]

APPS.PER_WBT_SHD dependencies on PER_WBT_SHD

Line 1: Package Body per_wbt_shd as

1: Package Body per_wbt_shd as
2: /* $Header: pewbtrhi.pkb 115.2 2004/07/04 23:58:13 balchand noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 61: = per_wbt_shd.g_old_rec.workbench_item_code and

57: --
58: l_fct_ret := false;
59: Else
60: If (p_workbench_item_code
61: = per_wbt_shd.g_old_rec.workbench_item_code and
62: p_language
63: = per_wbt_shd.g_old_rec.language
64: ) Then
65: --

Line 63: = per_wbt_shd.g_old_rec.language

59: Else
60: If (p_workbench_item_code
61: = per_wbt_shd.g_old_rec.workbench_item_code and
62: p_language
63: = per_wbt_shd.g_old_rec.language
64: ) Then
65: --
66: -- The g_old_rec is current therefore we must
67: -- set the returning function to true

Line 75: Fetch C_Sel1 Into per_wbt_shd.g_old_rec;

71: --
72: -- Select the current row into g_old_rec
73: --
74: Open C_Sel1;
75: Fetch C_Sel1 Into per_wbt_shd.g_old_rec;
76: If C_Sel1%notfound Then
77: Close C_Sel1;
78: --
79: -- The primary key is invalid therefore we must error

Line 133: Fetch C_Sel1 Into per_wbt_shd.g_old_rec;

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

Line 265: end per_wbt_shd;

261: Return(l_rec);
262: --
263: End convert_args;
264: --
265: end per_wbt_shd;