DBA Data[Home] [Help]

APPS.PAY_FED_SHD dependencies on PAY_FED_SHD

Line 1: PACKAGE BODY pay_fed_shd AS

1: PACKAGE BODY pay_fed_shd AS
2: /* $Header: pyfedrhi.pkb 120.1.12000000.4 2007/07/26 11:08:20 vaprakas noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 325: pay_fed_shd.g_api_dml := true; -- Set the api dml status

321: p_base_key_column => 'emp_fed_tax_rule_id',
322: p_base_key_value => p_base_key_value);
323: --
324: hr_utility.set_location(l_proc, 10);
325: pay_fed_shd.g_api_dml := true; -- Set the api dml status
326: --
327: -- Update the specified datetrack row setting the effective
328: -- end date to the specified new effective end date.
329: --

Line 337: pay_fed_shd.g_api_dml := false; -- Unset the api dml status

333: where t.emp_fed_tax_rule_id = p_base_key_value
334: and p_effective_date
335: between t.effective_start_date and t.effective_end_date;
336: --
337: pay_fed_shd.g_api_dml := false; -- Unset the api dml status
338: p_object_version_number := l_object_version_number;
339: hr_utility.set_location(' Leaving:'||l_proc, 15);
340: --
341: Exception

Line 343: pay_fed_shd.g_api_dml := false; -- Unset the api dml status

339: hr_utility.set_location(' Leaving:'||l_proc, 15);
340: --
341: Exception
342: When Others Then
343: pay_fed_shd.g_api_dml := false; -- Unset the api dml status
344: Raise;
345: End upd_effective_end_date;
346: --
347: -- ----------------------------------------------------------------------------

Line 759: end pay_fed_shd;

755: hr_utility.set_location(' Leaving:'||l_proc, 10);
756: Return(l_rec);
757: End convert_args;
758: --
759: end pay_fed_shd;