DBA Data[Home] [Help]

APPS.PAY_EXA_SHD dependencies on PAY_EXA_SHD

Line 1: PACKAGE BODY pay_exa_shd AS

1: PACKAGE BODY pay_exa_shd AS
2: /* $Header: pyexarhi.pkb 115.13 2003/09/26 06:48:50 tvankayl ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 458: pay_exa_shd.g_api_dml := true; -- set the api dml status

454: --
455: -- do not want trigger to maintain object version number,
456: -- will be done explicitly later by api
457: --
458: pay_exa_shd.g_api_dml := true; -- set the api dml status
459: --
460: begin
461: if p_dml_mode = 'INSERT' then
462: hr_utility.trace('| doing insert interface processing');

Line 915: pay_exa_shd.g_api_dml := false; -- set the api dml status

911: --
912: raise;
913: end; -- end of anonymous block
914: --
915: pay_exa_shd.g_api_dml := false; -- set the api dml status
916: --
917: hr_utility.set_location(' Leaving:'||l_proc, 100);
918: --
919: end keyflex_comb;

Line 920: END pay_exa_shd;

916: --
917: hr_utility.set_location(' Leaving:'||l_proc, 100);
918: --
919: end keyflex_comb;
920: END pay_exa_shd;