DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on HR_ASSIGNMENT_API

Line 1: Package Body hr_assignment_api as

1: Package Body hr_assignment_api as
2: /* $Header: peasgapi.pkb 120.20.12010000.4 2008/09/29 13:00:03 ubhat ship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: peasgapi.pkb 120.20.12010000.4 2008/09/29 13:00:03 ubhat ship $ */
3: --
4: -- Package Variables
5: --
6: g_package CONSTANT varchar2(33) := ' hr_assignment_api.';
7: g_debug boolean := hr_utility.debug_enabled;
8: --
9: ----------------------------------------------------------------------------
10: -- |----------------------< update_pgp_concat_segs >------------------------|

Line 3095: hr_assignment_api.create_secondary_emp_asg(

3091: l_assignment_number := p_assignment_number;
3092: --
3093: -- Call the new code
3094: --
3095: hr_assignment_api.create_secondary_emp_asg(
3096: p_validate => p_validate
3097: ,p_effective_date => p_effective_date
3098: ,p_person_id => p_person_id
3099: ,p_organization_id => p_organization_id

Line 3525: hr_assignment_api.create_secondary_emp_asg(

3521: l_assignment_number := p_assignment_number;
3522: --
3523: -- Call the new code
3524: --
3525: hr_assignment_api.create_secondary_emp_asg(
3526: p_validate => p_validate
3527: ,p_effective_date => p_effective_date
3528: ,p_person_id => p_person_id
3529: ,p_organization_id => p_organization_id

Line 3969: hr_assignment_api.create_secondary_emp_asg(

3965: l_assignment_number := p_assignment_number;
3966: --
3967: -- Call the new code
3968: --
3969: hr_assignment_api.create_secondary_emp_asg(
3970: p_validate => p_validate
3971: ,p_effective_date => p_effective_date
3972: ,p_person_id => p_person_id
3973: ,p_organization_id => p_organization_id

Line 7226: hr_assignment_api.create_secondary_emp_asg

7222: -- Call create_secondary_emp_asg
7223: --
7224: -- Bug 944911
7225: -- Amended param p_scl_concatenated_segments to p_concatenated_segments
7226: hr_assignment_api.create_secondary_emp_asg
7227: (p_validate => p_validate
7228: ,p_effective_date => l_effective_date
7229: ,p_person_id => p_person_id
7230: ,p_organization_id => p_organization_id

Line 7535: hr_assignment_api.create_secondary_emp_asg

7531: -- Call create_secondary_emp_asg
7532: --
7533: -- Bug 944911
7534: -- Amended param p_scl_concatenated_segments to p_concatenated_segments
7535: hr_assignment_api.create_secondary_emp_asg
7536: (p_validate => p_validate
7537: ,p_effective_date => l_effective_date
7538: ,p_person_id => p_person_id
7539: ,p_organization_id => p_organization_id

Line 7857: hr_assignment_api.create_secondary_emp_asg

7853: -- Added new param p_concat_segments in
7854: -- made p_concatenated_segments to be out only
7855: -- Amended p_scl_concatenated_segments to be p_concatenated_segments
7856:
7857: hr_assignment_api.create_secondary_emp_asg
7858: (p_validate => p_validate
7859: ,p_effective_date => l_effective_date
7860: ,p_person_id => p_person_id
7861: ,p_organization_id => p_organization_id

Line 8190: hr_assignment_api.create_secondary_emp_asg

8186: -- Added new param p_concat_segments in
8187: -- made p_concatenated_segments to be out only
8188: -- Amended p_scl_concatenated_segments to be p_concatenated_segments
8189:
8190: hr_assignment_api.create_secondary_emp_asg
8191: (p_validate => p_validate
8192: ,p_effective_date => l_effective_date
8193: ,p_person_id => p_person_id
8194: ,p_organization_id => p_organization_id

Line 8981: hr_assignment_api.update_emp_asg

8977: l_proc := g_package||'update_emp_asg';
8978: hr_utility.set_location('Entering:'|| l_proc, 5);
8979: end if;
8980: ---- Call the new code
8981: hr_assignment_api.update_emp_asg
8982: (p_validate => p_validate
8983: ,p_effective_date => p_effective_date
8984: ,p_datetrack_update_mode => p_datetrack_update_mode
8985: ,p_assignment_id => p_assignment_id

Line 9310: hr_assignment_api.update_emp_asg

9306: -- Added notice_period through to job_post_source_name in this call as they
9307: -- were missing
9308: -- see bug 2122535 for details
9309: --
9310: hr_assignment_api.update_emp_asg
9311: (p_validate => p_validate
9312: ,p_effective_date => p_effective_date
9313: ,p_datetrack_update_mode => p_datetrack_update_mode
9314: ,p_assignment_id => p_assignment_id

Line 9660: hr_assignment_api.update_emp_asg

9656: --
9657: -- Call the new code
9658: -- Added p_gsp_post_process_warning
9659: --
9660: hr_assignment_api.update_emp_asg
9661: (p_validate => p_validate
9662: ,p_effective_date => p_effective_date
9663: ,p_datetrack_update_mode => p_datetrack_update_mode
9664: ,p_assignment_id => p_assignment_id

Line 13155: hr_assignment_api.update_gb_emp_asg

13151: end if;
13152: --
13153: -- Call the overloaded procedure
13154: --
13155: hr_assignment_api.update_gb_emp_asg
13156: (p_validate => p_validate
13157: ,p_effective_date => p_effective_date
13158: ,p_datetrack_update_mode => p_datetrack_update_mode
13159: ,p_assignment_id => p_assignment_id

Line 13381: hr_assignment_api.update_emp_asg

13377: end if;
13378: --
13379: -- Call update_emp_asg business process
13380: --
13381: hr_assignment_api.update_emp_asg
13382: (p_validate => p_validate
13383: ,p_effective_date => p_effective_date
13384: ,p_datetrack_update_mode => p_datetrack_update_mode
13385: ,p_assignment_id => p_assignment_id

Line 13618: hr_assignment_api.update_emp_asg

13614: end if;
13615: --
13616: -- Call update_emp_asg business process
13617: --
13618: hr_assignment_api.update_emp_asg
13619: (p_validate => p_validate
13620: ,p_effective_date => p_effective_date
13621: ,p_datetrack_update_mode => p_datetrack_update_mode
13622: ,p_assignment_id => p_assignment_id

Line 13812: hr_assignment_api.update_emp_asg

13808: end if;
13809: --
13810: -- Call the overloaded procedure update_us_emp_asg
13811: --
13812: hr_assignment_api.update_emp_asg
13813: (p_validate => p_validate
13814: ,p_effective_date => p_effective_date
13815: ,p_datetrack_update_mode => p_datetrack_update_mode
13816: ,p_assignment_id => p_assignment_id

Line 14066: hr_assignment_api.update_emp_asg

14062: end if;
14063: --
14064: -- Call update_emp_asg business process
14065: --
14066: hr_assignment_api.update_emp_asg
14067: (p_validate => p_validate
14068: ,p_effective_date => p_effective_date
14069: ,p_datetrack_update_mode => p_datetrack_update_mode
14070: ,p_assignment_id => p_assignment_id

Line 14332: hr_assignment_api.update_emp_asg

14328: end if;
14329: --
14330: -- Call update_emp_asg business process
14331: --
14332: hr_assignment_api.update_emp_asg
14333: (p_validate => p_validate
14334: ,p_effective_date => p_effective_date
14335: ,p_datetrack_update_mode => p_datetrack_update_mode
14336: ,p_assignment_id => p_assignment_id

Line 14600: hr_assignment_api.update_emp_asg

14596: end if;
14597: --
14598: -- Call update_emp_asg business process
14599: --
14600: hr_assignment_api.update_emp_asg
14601: (p_validate => p_validate
14602: ,p_effective_date => p_effective_date
14603: ,p_datetrack_update_mode => p_datetrack_update_mode
14604: ,p_assignment_id => p_assignment_id

Line 14837: hr_assignment_api.update_emp_asg_criteria

14833: --
14834: -- Calling New Overloaded Procedure
14835: --
14836:
14837: hr_assignment_api.update_emp_asg_criteria
14838: (p_validate => p_validate
14839: ,p_effective_date => p_effective_date
14840: ,p_datetrack_update_mode => p_datetrack_update_mode
14841: ,p_called_from_mass_update => p_called_from_mass_update

Line 15052: hr_assignment_api.update_emp_asg_criteria

15048: --
15049: -- Calling New Overloaded Procedure
15050: --
15051:
15052: hr_assignment_api.update_emp_asg_criteria
15053: (p_validate => p_validate
15054: ,p_effective_date => p_effective_date
15055: ,p_datetrack_update_mode => p_datetrack_update_mode
15056: ,p_called_from_mass_update => p_called_from_mass_update

Line 18406: hr_assignment_api.update_apl_asg(

18402: --
18403: -- Call the new code
18404: -- bug 944911
18405: -- made no changes to p_group_name as it is out , while in is
18406: hr_assignment_api.update_apl_asg(
18407: p_validate => p_validate
18408: ,p_effective_date => p_effective_date
18409: ,p_datetrack_update_mode => p_datetrack_update_mode
18410: ,p_assignment_id => p_assignment_id

Line 20089: hr_assignment_api.update_apl_asg

20085: else
20086: l_assignment_status_type_id := p_assignment_status_type_id;
20087: end if;
20088: --
20089: hr_assignment_api.update_apl_asg
20090: (p_validate => FALSE
20091: ,p_effective_date => l_effective_date
20092: ,p_datetrack_update_mode => hr_api.g_correction
20093: ,p_assignment_id => l_assignment_id

Line 20835: hr_assignment_api.create_secondary_apl_asg(

20831: end if;
20832: -- Call the new code
20833: -- Bug 944911
20834: -- No change to call point as all outs are present while the ins have defaults
20835: hr_assignment_api.create_secondary_apl_asg(
20836: p_validate => p_validate
20837: ,p_effective_date => p_effective_date
20838: ,p_person_id => p_person_id
20839: ,p_organization_id => p_organization_id

Line 21456: hr_assignment_api.terminate_apl_asg

21452: ,p_effective_end_date OUT NOCOPY per_all_assignments_f.effective_end_date%TYPE
21453: )
21454: IS
21455: BEGIN
21456: hr_assignment_api.terminate_apl_asg
21457: (p_validate => p_validate
21458: ,p_effective_date => p_effective_date
21459: ,p_assignment_id => p_assignment_id
21460: ,p_assignment_status_type_id => p_assignment_status_type_id

Line 23412: END hr_assignment_api;

23408: raise;
23409: --
23410: END; -- End of delete_assignment Procedure
23411: --
23412: END hr_assignment_api;