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.37.12020000.11 2013/02/28 09:37:22 lbodired ship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: peasgapi.pkb 120.37.12020000.11 2013/02/28 09:37:22 lbodired 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 3662: hr_assignment_api.create_secondary_emp_asg(

3658: l_assignment_number := p_assignment_number;
3659: --
3660: -- Call the new code
3661: --
3662: hr_assignment_api.create_secondary_emp_asg(
3663: p_validate => p_validate
3664: ,p_effective_date => p_effective_date
3665: ,p_person_id => p_person_id
3666: ,p_organization_id => p_organization_id

Line 4092: hr_assignment_api.create_secondary_emp_asg(

4088: l_assignment_number := p_assignment_number;
4089: --
4090: -- Call the new code
4091: --
4092: hr_assignment_api.create_secondary_emp_asg(
4093: p_validate => p_validate
4094: ,p_effective_date => p_effective_date
4095: ,p_person_id => p_person_id
4096: ,p_organization_id => p_organization_id

Line 4536: hr_assignment_api.create_secondary_emp_asg(

4532: l_assignment_number := p_assignment_number;
4533: --
4534: -- Call the new code
4535: --
4536: hr_assignment_api.create_secondary_emp_asg(
4537: p_validate => p_validate
4538: ,p_effective_date => p_effective_date
4539: ,p_person_id => p_person_id
4540: ,p_organization_id => p_organization_id

Line 7793: hr_assignment_api.create_secondary_emp_asg

7789: -- Call create_secondary_emp_asg
7790: --
7791: -- Bug 944911
7792: -- Amended param p_scl_concatenated_segments to p_concatenated_segments
7793: hr_assignment_api.create_secondary_emp_asg
7794: (p_validate => p_validate
7795: ,p_effective_date => l_effective_date
7796: ,p_person_id => p_person_id
7797: ,p_organization_id => p_organization_id

Line 8102: hr_assignment_api.create_secondary_emp_asg

8098: -- Call create_secondary_emp_asg
8099: --
8100: -- Bug 944911
8101: -- Amended param p_scl_concatenated_segments to p_concatenated_segments
8102: hr_assignment_api.create_secondary_emp_asg
8103: (p_validate => p_validate
8104: ,p_effective_date => l_effective_date
8105: ,p_person_id => p_person_id
8106: ,p_organization_id => p_organization_id

Line 8424: hr_assignment_api.create_secondary_emp_asg

8420: -- Added new param p_concat_segments in
8421: -- made p_concatenated_segments to be out only
8422: -- Amended p_scl_concatenated_segments to be p_concatenated_segments
8423:
8424: hr_assignment_api.create_secondary_emp_asg
8425: (p_validate => p_validate
8426: ,p_effective_date => l_effective_date
8427: ,p_person_id => p_person_id
8428: ,p_organization_id => p_organization_id

Line 8757: hr_assignment_api.create_secondary_emp_asg

8753: -- Added new param p_concat_segments in
8754: -- made p_concatenated_segments to be out only
8755: -- Amended p_scl_concatenated_segments to be p_concatenated_segments
8756:
8757: hr_assignment_api.create_secondary_emp_asg
8758: (p_validate => p_validate
8759: ,p_effective_date => l_effective_date
8760: ,p_person_id => p_person_id
8761: ,p_organization_id => p_organization_id

Line 9548: hr_assignment_api.update_emp_asg

9544: l_proc := g_package||'update_emp_asg';
9545: hr_utility.set_location('Entering:'|| l_proc, 5);
9546: end if;
9547: ---- Call the new code
9548: hr_assignment_api.update_emp_asg
9549: (p_validate => p_validate
9550: ,p_effective_date => p_effective_date
9551: ,p_datetrack_update_mode => p_datetrack_update_mode
9552: ,p_assignment_id => p_assignment_id

Line 9877: hr_assignment_api.update_emp_asg

9873: -- Added notice_period through to job_post_source_name in this call as they
9874: -- were missing
9875: -- see bug 2122535 for details
9876: --
9877: hr_assignment_api.update_emp_asg
9878: (p_validate => p_validate
9879: ,p_effective_date => p_effective_date
9880: ,p_datetrack_update_mode => p_datetrack_update_mode
9881: ,p_assignment_id => p_assignment_id

Line 10227: hr_assignment_api.update_emp_asg

10223: --
10224: -- Call the new code
10225: -- Added p_gsp_post_process_warning
10226: --
10227: hr_assignment_api.update_emp_asg
10228: (p_validate => p_validate
10229: ,p_effective_date => p_effective_date
10230: ,p_datetrack_update_mode => p_datetrack_update_mode
10231: ,p_assignment_id => p_assignment_id

Line 13756: hr_assignment_api.update_gb_emp_asg

13752: end if;
13753: --
13754: -- Call the overloaded procedure
13755: --
13756: hr_assignment_api.update_gb_emp_asg
13757: (p_validate => p_validate
13758: ,p_effective_date => p_effective_date
13759: ,p_datetrack_update_mode => p_datetrack_update_mode
13760: ,p_assignment_id => p_assignment_id

Line 13982: hr_assignment_api.update_emp_asg

13978: end if;
13979: --
13980: -- Call update_emp_asg business process
13981: --
13982: hr_assignment_api.update_emp_asg
13983: (p_validate => p_validate
13984: ,p_effective_date => p_effective_date
13985: ,p_datetrack_update_mode => p_datetrack_update_mode
13986: ,p_assignment_id => p_assignment_id

Line 14219: hr_assignment_api.update_emp_asg

14215: end if;
14216: --
14217: -- Call update_emp_asg business process
14218: --
14219: hr_assignment_api.update_emp_asg
14220: (p_validate => p_validate
14221: ,p_effective_date => p_effective_date
14222: ,p_datetrack_update_mode => p_datetrack_update_mode
14223: ,p_assignment_id => p_assignment_id

Line 14413: hr_assignment_api.update_emp_asg

14409: end if;
14410: --
14411: -- Call the overloaded procedure update_us_emp_asg
14412: --
14413: hr_assignment_api.update_emp_asg
14414: (p_validate => p_validate
14415: ,p_effective_date => p_effective_date
14416: ,p_datetrack_update_mode => p_datetrack_update_mode
14417: ,p_assignment_id => p_assignment_id

Line 14667: hr_assignment_api.update_emp_asg

14663: end if;
14664: --
14665: -- Call update_emp_asg business process
14666: --
14667: hr_assignment_api.update_emp_asg
14668: (p_validate => p_validate
14669: ,p_effective_date => p_effective_date
14670: ,p_datetrack_update_mode => p_datetrack_update_mode
14671: ,p_assignment_id => p_assignment_id

Line 14933: hr_assignment_api.update_emp_asg

14929: end if;
14930: --
14931: -- Call update_emp_asg business process
14932: --
14933: hr_assignment_api.update_emp_asg
14934: (p_validate => p_validate
14935: ,p_effective_date => p_effective_date
14936: ,p_datetrack_update_mode => p_datetrack_update_mode
14937: ,p_assignment_id => p_assignment_id

Line 15201: hr_assignment_api.update_emp_asg

15197: end if;
15198: --
15199: -- Call update_emp_asg business process
15200: --
15201: hr_assignment_api.update_emp_asg
15202: (p_validate => p_validate
15203: ,p_effective_date => p_effective_date
15204: ,p_datetrack_update_mode => p_datetrack_update_mode
15205: ,p_assignment_id => p_assignment_id

Line 15438: hr_assignment_api.update_emp_asg_criteria

15434: --
15435: -- Calling New Overloaded Procedure
15436: --
15437:
15438: hr_assignment_api.update_emp_asg_criteria
15439: (p_validate => p_validate
15440: ,p_effective_date => p_effective_date
15441: ,p_datetrack_update_mode => p_datetrack_update_mode
15442: ,p_called_from_mass_update => p_called_from_mass_update

Line 15653: hr_assignment_api.update_emp_asg_criteria

15649: --
15650: -- Calling New Overloaded Procedure
15651: --
15652:
15653: hr_assignment_api.update_emp_asg_criteria
15654: (p_validate => p_validate
15655: ,p_effective_date => p_effective_date
15656: ,p_datetrack_update_mode => p_datetrack_update_mode
15657: ,p_called_from_mass_update => p_called_from_mass_update

Line 19269: hr_assignment_api.update_apl_asg(

19265: --
19266: -- Call the new code
19267: -- bug 944911
19268: -- made no changes to p_group_name as it is out , while in is
19269: hr_assignment_api.update_apl_asg(
19270: p_validate => p_validate
19271: ,p_effective_date => p_effective_date
19272: ,p_datetrack_update_mode => p_datetrack_update_mode
19273: ,p_assignment_id => p_assignment_id

Line 20952: hr_assignment_api.update_apl_asg

20948: else
20949: l_assignment_status_type_id := p_assignment_status_type_id;
20950: end if;
20951: --
20952: hr_assignment_api.update_apl_asg
20953: (p_validate => FALSE
20954: ,p_effective_date => l_effective_date
20955: ,p_datetrack_update_mode => hr_api.g_correction
20956: ,p_assignment_id => l_assignment_id

Line 21698: hr_assignment_api.create_secondary_apl_asg(

21694: end if;
21695: -- Call the new code
21696: -- Bug 944911
21697: -- No change to call point as all outs are present while the ins have defaults
21698: hr_assignment_api.create_secondary_apl_asg(
21699: p_validate => p_validate
21700: ,p_effective_date => p_effective_date
21701: ,p_person_id => p_person_id
21702: ,p_organization_id => p_organization_id

Line 22319: hr_assignment_api.terminate_apl_asg

22315: ,p_effective_end_date OUT NOCOPY per_all_assignments_f.effective_end_date%TYPE
22316: )
22317: IS
22318: BEGIN
22319: hr_assignment_api.terminate_apl_asg
22320: (p_validate => p_validate
22321: ,p_effective_date => p_effective_date
22322: ,p_assignment_id => p_assignment_id
22323: ,p_assignment_status_type_id => p_assignment_status_type_id

Line 24460: END hr_assignment_api;

24456: raise;
24457: --
24458: END; -- End of delete_assignment Procedure
24459: --
24460: END hr_assignment_api;