DBA Data[Home] [Help]

APPS.OTA_BJT_SHD dependencies on OTA_BJT_SHD

Line 1: Package Body ota_bjt_shd as

1: Package Body ota_bjt_shd as
2: /* $Header: otbjtrhi.pkb 120.0 2005/05/29 07:03:39 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 70: = ota_bjt_shd.g_old_rec.booking_justification_id and

66: --
67: l_fct_ret := false;
68: Else
69: If (p_booking_justification_id
70: = ota_bjt_shd.g_old_rec.booking_justification_id and
71: p_language
72: = ota_bjt_shd.g_old_rec.language
73: ) Then
74: --

Line 72: = ota_bjt_shd.g_old_rec.language

68: Else
69: If (p_booking_justification_id
70: = ota_bjt_shd.g_old_rec.booking_justification_id and
71: p_language
72: = ota_bjt_shd.g_old_rec.language
73: ) Then
74: --
75: -- The g_old_rec is current therefore we must
76: -- set the returning function to true

Line 84: Fetch C_Sel1 Into ota_bjt_shd.g_old_rec;

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

Line 140: Fetch C_Sel1 Into ota_bjt_shd.g_old_rec;

136: ,p_argument_value => p_language
137: );
138: --
139: Open C_Sel1;
140: Fetch C_Sel1 Into ota_bjt_shd.g_old_rec;
141: If C_Sel1%notfound then
142: Close C_Sel1;
143: --
144: -- The primary key is invalid therefore we must error

Line 257: end ota_bjt_shd;

253: Return(l_rec);
254: --
255: End convert_args;
256: --
257: end ota_bjt_shd;