DBA Data[Home] [Help]

APPS.OTA_BJS_SHD dependencies on OTA_BJS_SHD

Line 1: Package Body ota_bjs_shd as

1: Package Body ota_bjs_shd as
2: /* $Header: otbjsrhi.pkb 120.0 2005/05/29 07:02:59 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 72: = ota_bjs_shd.g_old_rec.booking_justification_id and

68: --
69: l_fct_ret := false;
70: Else
71: If (p_booking_justification_id
72: = ota_bjs_shd.g_old_rec.booking_justification_id and
73: p_object_version_number
74: = ota_bjs_shd.g_old_rec.object_version_number
75: ) Then
76: --

Line 74: = ota_bjs_shd.g_old_rec.object_version_number

70: Else
71: If (p_booking_justification_id
72: = ota_bjs_shd.g_old_rec.booking_justification_id and
73: p_object_version_number
74: = ota_bjs_shd.g_old_rec.object_version_number
75: ) Then
76: --
77: -- The g_old_rec is current therefore we must
78: -- set the returning function to true

Line 86: Fetch C_Sel1 Into ota_bjs_shd.g_old_rec;

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

Line 97: <> ota_bjs_shd.g_old_rec.object_version_number) Then

93: fnd_message.raise_error;
94: End If;
95: Close C_Sel1;
96: If (p_object_version_number
97: <> ota_bjs_shd.g_old_rec.object_version_number) Then
98: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
99: fnd_message.raise_error;
100: End If;
101: l_fct_ret := true;

Line 148: Fetch C_Sel1 Into ota_bjs_shd.g_old_rec;

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

Line 159: <> ota_bjs_shd.g_old_rec.object_version_number) Then

155: fnd_message.raise_error;
156: End If;
157: Close C_Sel1;
158: If (p_object_version_number
159: <> ota_bjs_shd.g_old_rec.object_version_number) Then
160: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
161: fnd_message.raise_error;
162: End If;
163: --

Line 211: end ota_bjs_shd;

207: Return(l_rec);
208: --
209: End convert_args;
210: --
211: end ota_bjs_shd;