DBA Data[Home] [Help]

APPS.PAY_ETP_BUS_ND dependencies on PAY_ETP_BUS_ND

Line 1: Package Body pay_etp_bus_nd as

1: Package Body pay_etp_bus_nd as
2: /* $Header: pyetpmhi.pkb 120.3.12010000.3 2008/08/06 07:12:57 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_etp_bus_nd.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 115: if ( nvl(pay_etp_bus_nd.g_element_type_id, hr_api.g_number)

111: ,p_argument => 'element_type_id'
112: ,p_argument_value => p_element_type_id
113: );
114: --
115: if ( nvl(pay_etp_bus_nd.g_element_type_id, hr_api.g_number)
116: = p_element_type_id) then
117: --
118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global

Line 122: l_legislation_code := pay_etp_bus_nd.g_legislation_code;

118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global
120: -- variable.
121: --
122: l_legislation_code := pay_etp_bus_nd.g_legislation_code;
123: hr_utility.set_location(l_proc, 20);
124: else
125: --
126: -- The ID is different to the last call to this function

Line 146: pay_etp_bus_nd.g_element_type_id := p_element_type_id;

142: -- Set the global variables so the values are
143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: pay_etp_bus_nd.g_element_type_id := p_element_type_id;
147: pay_etp_bus_nd.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;

Line 147: pay_etp_bus_nd.g_legislation_code := l_legislation_code;

143: -- available for the next call to this function.
144: --
145: close csr_leg_code;
146: pay_etp_bus_nd.g_element_type_id := p_element_type_id;
147: pay_etp_bus_nd.g_legislation_code := l_legislation_code;
148: end if;
149: hr_utility.set_location(' Leaving:'|| l_proc, 40);
150: return l_legislation_code;
151: end return_legislation_code;

Line 2891: pay_etp_bus_nd.chk_ddf(p_rec);

2887: chk_time_definition_type(p_effective_date
2888: ,p_rec.time_definition_type);
2889: end if;
2890: --
2891: pay_etp_bus_nd.chk_ddf(p_rec);
2892: --
2893: pay_etp_bus_nd.chk_df(p_rec);
2894: --
2895: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 2893: pay_etp_bus_nd.chk_df(p_rec);

2889: end if;
2890: --
2891: pay_etp_bus_nd.chk_ddf(p_rec);
2892: --
2893: pay_etp_bus_nd.chk_df(p_rec);
2894: --
2895: hr_utility.set_location(' Leaving:'||l_proc, 10);
2896: End insert_validate;
2897: --

Line 3082: pay_etp_bus_nd.chk_ddf(p_rec);

3078: (p_effective_date => p_effective_date
3079: ,p_rec => p_rec
3080: );
3081: --
3082: pay_etp_bus_nd.chk_ddf(p_rec);
3083: --
3084: pay_etp_bus_nd.chk_df(p_rec);
3085: --
3086: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 3084: pay_etp_bus_nd.chk_df(p_rec);

3080: );
3081: --
3082: pay_etp_bus_nd.chk_ddf(p_rec);
3083: --
3084: pay_etp_bus_nd.chk_df(p_rec);
3085: --
3086: hr_utility.set_location(' Leaving:'||l_proc, 10);
3087: End update_validate;
3088: --

Line 3142: end pay_etp_bus_nd;

3138: --
3139: hr_utility.set_location(' Leaving:'||l_proc, 10);
3140: End delete_validate;
3141: --
3142: end pay_etp_bus_nd;