DBA Data[Home] [Help]

APPS.PAY_BTL_SHD dependencies on PAY_BTL_SHD

Line 1: Package Body pay_btl_shd as

1: Package Body pay_btl_shd as
2: /* $Header: pybtlrhi.pkb 120.7 2005/11/09 08:16:09 mkataria noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 206: = pay_btl_shd.g_old_rec.batch_line_id and

202: --
203: l_fct_ret := false;
204: Else
205: If (p_batch_line_id
206: = pay_btl_shd.g_old_rec.batch_line_id and
207: p_object_version_number
208: = pay_btl_shd.g_old_rec.object_version_number
209: ) Then
210: --

Line 208: = pay_btl_shd.g_old_rec.object_version_number

204: Else
205: If (p_batch_line_id
206: = pay_btl_shd.g_old_rec.batch_line_id and
207: p_object_version_number
208: = pay_btl_shd.g_old_rec.object_version_number
209: ) Then
210: --
211: -- The g_old_rec is current therefore we must
212: -- set the returning function to true

Line 220: Fetch C_Sel1 Into pay_btl_shd.g_old_rec;

216: --
217: -- Select the current row into g_old_rec
218: --
219: Open C_Sel1;
220: Fetch C_Sel1 Into pay_btl_shd.g_old_rec;
221: If C_Sel1%notfound Then
222: Close C_Sel1;
223: --
224: -- The primary key is invalid therefore we must error

Line 231: <> pay_btl_shd.g_old_rec.object_version_number) Then

227: fnd_message.raise_error;
228: End If;
229: Close C_Sel1;
230: If (p_object_version_number
231: <> pay_btl_shd.g_old_rec.object_version_number) Then
232: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
233: fnd_message.raise_error;
234: End If;
235: l_fct_ret := true;

Line 386: Fetch C_Sel1 Into pay_btl_shd.g_old_rec;

382: ,p_argument_value => p_batch_line_id
383: );
384: --
385: Open C_Sel1;
386: Fetch C_Sel1 Into pay_btl_shd.g_old_rec;
387: If C_Sel1%notfound then
388: Close C_Sel1;
389: --
390: -- The primary key is invalid therefore we must error

Line 397: <> pay_btl_shd.g_old_rec.object_version_number) Then

393: fnd_message.raise_error;
394: End If;
395: Close C_Sel1;
396: If (p_object_version_number
397: <> pay_btl_shd.g_old_rec.object_version_number) Then
398: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
399: fnd_message.raise_error;
400: End If;
401: --

Line 786: pay_btl_shd.g_api_dml := true; -- set the api dml status

782: fetch csr_id_flex_num into l_id_flex_num;
783: close csr_id_flex_num;
784:
785: --
786: pay_btl_shd.g_api_dml := true; -- set the api dml status
787:
788:
789:
790: if p_dml_mode = 'UPDATE' then

Line 954: end pay_btl_shd;

950: p_rec.segment30;
951: close csr_get_segs;
952: end get_flex_segs;
953: --
954: end pay_btl_shd;
955: