DBA Data[Home] [Help]

APPS.OTA_LPT_SHD dependencies on OTA_LPT_SHD

Line 1: Package Body ota_lpt_shd as

1: Package Body ota_lpt_shd as
2: /* $Header: otlptrhi.pkb 120.0 2005/05/29 07:24:49 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 74: = ota_lpt_shd.g_old_rec.learning_path_id and

70: --
71: l_fct_ret := false;
72: Else
73: If (p_learning_path_id
74: = ota_lpt_shd.g_old_rec.learning_path_id and
75: p_language
76: = ota_lpt_shd.g_old_rec.language
77: ) Then
78: --

Line 76: = ota_lpt_shd.g_old_rec.language

72: Else
73: If (p_learning_path_id
74: = ota_lpt_shd.g_old_rec.learning_path_id and
75: p_language
76: = ota_lpt_shd.g_old_rec.language
77: ) Then
78: --
79: -- The g_old_rec is current therefore we must
80: -- set the returning function to true

Line 88: Fetch C_Sel1 Into ota_lpt_shd.g_old_rec;

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

Line 149: Fetch C_Sel1 Into ota_lpt_shd.g_old_rec;

145: ,p_argument_value => p_language
146: );
147: --
148: Open C_Sel1;
149: Fetch C_Sel1 Into ota_lpt_shd.g_old_rec;
150: If C_Sel1%notfound then
151: Close C_Sel1;
152: --
153: -- The primary key is invalid therefore we must error

Line 307: end ota_lpt_shd;

303: Return(l_rec);
304: --
305: End convert_args;
306: --
307: end ota_lpt_shd;