DBA Data[Home] [Help]

APPS.PAY_CNU_API dependencies on PAY_CNU_API

Line 1: Package Body PAY_CNU_API as

1: Package Body PAY_CNU_API as
2: /* $Header: pycnuapi.pkb 115.6 2004/02/06 04:53:20 sspratur noship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' PAY_CNU_API.';

2: /* $Header: pycnuapi.pkb 115.6 2004/02/06 04:53:20 sspratur noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' PAY_CNU_API.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |-------------------------< CREATE_CONTRIBUTION_USAGE >--------------------|
10: -- ----------------------------------------------------------------------------

Line 84: pay_cnu_api.update_contribution_usage

80: -- a row exists and needs adjusting. Always set validate to false
81: -- as this insert rollback will rollback the update.
82: --
83: close csr_adjust;
84: pay_cnu_api.update_contribution_usage
85: (p_validate => FALSE
86: ,p_effective_date => l_effective_date
87: ,p_contribution_usage_id => l_adj_cu_id
88: ,p_date_to => l_date_from-1

Line 101: pay_cnu_api_bk1.create_contribution_usage_b

97: --
98: -- Call Before Process User Hook
99: --
100: begin
101: pay_cnu_api_bk1.create_contribution_usage_b
102: (p_effective_date => l_effective_date
103: ,p_date_from => l_date_from
104: ,p_date_to => l_date_to
105: ,p_group_code => p_group_code

Line 152: pay_cnu_api_bk1.create_contribution_usage_a

148: --
149: -- Call After Process User Hook
150: --
151: begin
152: pay_cnu_api_bk1.create_contribution_usage_a
153: (p_effective_date => l_effective_date
154: ,p_date_from => l_date_from
155: ,p_date_to => l_date_to
156: ,p_group_code => p_group_code

Line 260: pay_cnu_api_bk2.update_contribution_usage_b

256: --
257: -- Call Before Process User Hook
258: --
259: begin
260: pay_cnu_api_bk2.update_contribution_usage_b
261: (p_effective_date => l_effective_date
262: ,p_contribution_usage_id => p_contribution_usage_id
263: ,p_object_version_number => l_object_version_number
264: ,p_date_to => l_date_to

Line 297: pay_cnu_api_bk2.update_contribution_usage_a

293: --
294: -- Call After Process User Hook
295: --
296: begin
297: pay_cnu_api_bk2.update_contribution_usage_a
298: (p_effective_date => l_effective_date
299: ,p_contribution_usage_id => p_contribution_usage_id
300: ,p_object_version_number => l_object_version_number
301: ,p_date_to => l_date_to

Line 380: pay_cnu_api_bk3.delete_contribution_usage_b

376: --
377: -- Call Before Process User Hook
378: --
379: begin
380: pay_cnu_api_bk3.delete_contribution_usage_b
381: (p_contribution_usage_id => p_contribution_usage_id
382: ,p_object_version_number => p_object_version_number
383: );
384: exception

Line 405: pay_cnu_api_bk3.delete_contribution_usage_a

401: --
402: -- Call After Process User Hook
403: --
404: begin
405: pay_cnu_api_bk3.delete_contribution_usage_a
406: (p_contribution_usage_id => p_contribution_usage_id
407: ,p_object_version_number => p_object_version_number
408: );
409: exception

Line 449: end pay_cnu_api;

445: hr_utility.set_location(' Leaving:'||l_proc, 190);
446: raise;
447: end delete_contribution_usage;
448: --
449: end pay_cnu_api;