DBA Data[Home] [Help]

APPS.IRC_INO_SHD dependencies on IRC_INO_SHD

Line 1: Package Body irc_ino_shd as

1: Package Body irc_ino_shd as
2: /* $Header: irinorhi.pkb 120.1 2005/10/04 06:25:18 kthavran noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 82: = irc_ino_shd.g_old_rec.note_id and

78: --
79: l_fct_ret := false;
80: Else
81: If (p_note_id
82: = irc_ino_shd.g_old_rec.note_id and
83: p_object_version_number
84: = irc_ino_shd.g_old_rec.object_version_number
85: ) Then
86: --

Line 84: = irc_ino_shd.g_old_rec.object_version_number

80: Else
81: If (p_note_id
82: = irc_ino_shd.g_old_rec.note_id and
83: p_object_version_number
84: = irc_ino_shd.g_old_rec.object_version_number
85: ) Then
86: --
87: -- The g_old_rec is current therefore we must
88: -- set the returning function to true

Line 96: Fetch C_Sel1 Into irc_ino_shd.g_old_rec;

92: --
93: -- Select the current row into g_old_rec
94: --
95: Open C_Sel1;
96: Fetch C_Sel1 Into irc_ino_shd.g_old_rec;
97: If C_Sel1%notfound Then
98: Close C_Sel1;
99: --
100: -- The primary key is invalid therefore we must error

Line 107: irc_ino_shd.g_old_rec.note_text

103: fnd_message.raise_error;
104: End If;
105: Close C_Sel1;
106: -- Convert note_text from clob to varchar
107: irc_ino_shd.g_old_rec.note_text
108: := dbms_lob.substr(irc_ino_shd.g_old_rec.note_text_c);
109: --
110: If (p_object_version_number
111: <> irc_ino_shd.g_old_rec.object_version_number) Then

Line 108: := dbms_lob.substr(irc_ino_shd.g_old_rec.note_text_c);

104: End If;
105: Close C_Sel1;
106: -- Convert note_text from clob to varchar
107: irc_ino_shd.g_old_rec.note_text
108: := dbms_lob.substr(irc_ino_shd.g_old_rec.note_text_c);
109: --
110: If (p_object_version_number
111: <> irc_ino_shd.g_old_rec.object_version_number) Then
112: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');

Line 111: <> irc_ino_shd.g_old_rec.object_version_number) Then

107: irc_ino_shd.g_old_rec.note_text
108: := dbms_lob.substr(irc_ino_shd.g_old_rec.note_text_c);
109: --
110: If (p_object_version_number
111: <> irc_ino_shd.g_old_rec.object_version_number) Then
112: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
113: fnd_message.raise_error;
114: End If;
115: l_fct_ret := true;

Line 161: Fetch C_Sel1 Into irc_ino_shd.g_old_rec;

157: ,p_argument_value => p_object_version_number
158: );
159: --
160: Open C_Sel1;
161: Fetch C_Sel1 Into irc_ino_shd.g_old_rec;
162: If C_Sel1%notfound then
163: Close C_Sel1;
164: --
165: -- The primary key is invalid therefore we must error

Line 172: irc_ino_shd.g_old_rec.note_text

168: fnd_message.raise_error;
169: End If;
170: Close C_Sel1;
171: -- Convert note_text from clob to varchar
172: irc_ino_shd.g_old_rec.note_text
173: := dbms_lob.substr(irc_ino_shd.g_old_rec.note_text_c);
174: --
175: If (p_object_version_number
176: <> irc_ino_shd.g_old_rec.object_version_number) Then

Line 173: := dbms_lob.substr(irc_ino_shd.g_old_rec.note_text_c);

169: End If;
170: Close C_Sel1;
171: -- Convert note_text from clob to varchar
172: irc_ino_shd.g_old_rec.note_text
173: := dbms_lob.substr(irc_ino_shd.g_old_rec.note_text_c);
174: --
175: If (p_object_version_number
176: <> irc_ino_shd.g_old_rec.object_version_number) Then
177: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');

Line 176: <> irc_ino_shd.g_old_rec.object_version_number) Then

172: irc_ino_shd.g_old_rec.note_text
173: := dbms_lob.substr(irc_ino_shd.g_old_rec.note_text_c);
174: --
175: If (p_object_version_number
176: <> irc_ino_shd.g_old_rec.object_version_number) Then
177: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
178: fnd_message.raise_error;
179: End If;
180: --

Line 224: end irc_ino_shd;

220: Return(l_rec);
221: --
222: End convert_args;
223: --
224: end irc_ino_shd;