DBA Data[Home] [Help]

APPS.PAY_TFU_BUS dependencies on PAY_TFU_BUS

Line 1: Package Body pay_tfu_bus as

1: Package Body pay_tfu_bus as
2: /* $Header: pytfurhi.pkb 120.0 2005/05/29 09:04 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_tfu_bus.'; -- Global package name
9: --
10: -- The following global variables are set by the chk_template_id.
11: --
12: g_legislation_code varchar2(150) default null;

Line 369: ,p_template_type => pay_tfu_bus.g_template_type

365: --
366: chk_formula_id
367: (p_formula_id => p_rec.formula_id
368: ,p_template_id => p_rec.template_id
369: ,p_template_type => pay_tfu_bus.g_template_type
370: ,p_business_group_id => pay_tfu_bus.g_business_group_id
371: ,p_legislation_code => pay_tfu_bus.g_legislation_code
372: ,p_template_ff_usage_id => p_rec.template_ff_usage_id
373: ,p_object_version_number => p_rec.object_version_number

Line 370: ,p_business_group_id => pay_tfu_bus.g_business_group_id

366: chk_formula_id
367: (p_formula_id => p_rec.formula_id
368: ,p_template_id => p_rec.template_id
369: ,p_template_type => pay_tfu_bus.g_template_type
370: ,p_business_group_id => pay_tfu_bus.g_business_group_id
371: ,p_legislation_code => pay_tfu_bus.g_legislation_code
372: ,p_template_ff_usage_id => p_rec.template_ff_usage_id
373: ,p_object_version_number => p_rec.object_version_number
374: );

Line 371: ,p_legislation_code => pay_tfu_bus.g_legislation_code

367: (p_formula_id => p_rec.formula_id
368: ,p_template_id => p_rec.template_id
369: ,p_template_type => pay_tfu_bus.g_template_type
370: ,p_business_group_id => pay_tfu_bus.g_business_group_id
371: ,p_legislation_code => pay_tfu_bus.g_legislation_code
372: ,p_template_ff_usage_id => p_rec.template_ff_usage_id
373: ,p_object_version_number => p_rec.object_version_number
374: );
375: --

Line 428: ,p_template_type => pay_tfu_bus.g_template_type

424: --
425: chk_formula_id
426: (p_formula_id => p_rec.formula_id
427: ,p_template_id => p_rec.template_id
428: ,p_template_type => pay_tfu_bus.g_template_type
429: ,p_business_group_id => pay_tfu_bus.g_business_group_id
430: ,p_legislation_code => pay_tfu_bus.g_legislation_code
431: ,p_template_ff_usage_id => p_rec.template_ff_usage_id
432: ,p_object_version_number => p_rec.object_version_number

Line 429: ,p_business_group_id => pay_tfu_bus.g_business_group_id

425: chk_formula_id
426: (p_formula_id => p_rec.formula_id
427: ,p_template_id => p_rec.template_id
428: ,p_template_type => pay_tfu_bus.g_template_type
429: ,p_business_group_id => pay_tfu_bus.g_business_group_id
430: ,p_legislation_code => pay_tfu_bus.g_legislation_code
431: ,p_template_ff_usage_id => p_rec.template_ff_usage_id
432: ,p_object_version_number => p_rec.object_version_number
433: );

Line 430: ,p_legislation_code => pay_tfu_bus.g_legislation_code

426: (p_formula_id => p_rec.formula_id
427: ,p_template_id => p_rec.template_id
428: ,p_template_type => pay_tfu_bus.g_template_type
429: ,p_business_group_id => pay_tfu_bus.g_business_group_id
430: ,p_legislation_code => pay_tfu_bus.g_legislation_code
431: ,p_template_ff_usage_id => p_rec.template_ff_usage_id
432: ,p_object_version_number => p_rec.object_version_number
433: );
434: --

Line 462: end pay_tfu_bus;

458: --
459: hr_utility.set_location(' Leaving:'||l_proc, 10);
460: End delete_validate;
461: --
462: end pay_tfu_bus;