DBA Data[Home] [Help]

APPS.HR_PL_CONTINGENT_WORKER_API dependencies on HR_PL_CONTINGENT_WORKER_API

Line 1: Package body hr_pl_contingent_worker_api as

1: Package body hr_pl_contingent_worker_api as
2: /* $Header: pecwkpli.pkb 120.1 2005/09/26 23:58:39 mseshadr noship $ */
3: --
4: -- package variables
5: g_package varchar2(33);

Line 153: g_package := 'hr_pl_contingent_worker_api.';

149: from per_business_groups pbg
150: where pbg.business_group_id = p_business_group_id;
151: --
152: begin
153: g_package := 'hr_pl_contingent_worker_api.';
154: l_proc := g_package||'create_pl_cwk old';
155: hr_utility.set_location('Entering:'|| l_proc, 5);
156: --
157: -- Check that the specified business group is valid.

Line 188: hr_pl_contingent_worker_api.create_pl_cwk

184: -- Call the person business process
185: hr_contingent_worker_api.create_cwk */
186:
187:
188: hr_pl_contingent_worker_api.create_pl_cwk
189: (p_validate =>p_validate
190: ,p_start_date =>p_start_date
191: ,p_business_group_id =>p_business_group_id
192: ,p_last_name =>p_last_name

Line 421: g_package := 'hr_pl_contingent_worker_api.';

417: from per_business_groups pbg
418: where pbg.business_group_id = p_business_group_id;
419: --
420: begin
421: g_package := 'hr_pl_contingent_worker_api.';
422: l_proc := g_package||'create_pl_cwk';
423: hr_utility.set_location('Entering:'|| l_proc, 5);
424: --
425: -- Check that the specified business group is valid.

Line 565: End hr_pl_contingent_worker_api;

561: );
562:
563:
564: End create_pl_cwk;
565: End hr_pl_contingent_worker_api;
566: