DBA Data[Home] [Help]

APPS.PQH_FR_ASSIGNMENT_SWI dependencies on PQH_FR_ASSIGNMENT_API

Line 72: pqh_fr_assignment_api.create_affectation

68: --
69: --
70: -- Call API
71: --
72: pqh_fr_assignment_api.create_affectation
73: (p_validate => l_validate
74: ,p_effective_date => p_effective_date
75: ,p_organization_id => p_organization_id
76: ,p_position_id => p_position_id

Line 221: pqh_fr_assignment_api.update_affectation

217: --
218: --
219: -- Call API
220: --
221: pqh_fr_assignment_api.update_affectation
222: (p_validate => l_validate
223: ,p_datetrack_update_mode => p_datetrack_update_mode
224: ,p_effective_date => p_effective_date
225: ,p_organization_id => p_organization_id

Line 363: pqh_fr_assignment_api.update_employment_terms

359: --
360: --
361: -- Call API
362: --
363: pqh_fr_assignment_api.update_employment_terms
364: (p_validate => l_validate
365: ,p_datetrack_update_mode => p_datetrack_update_mode
366: ,p_effective_date => p_effective_date
367: ,p_assignment_id => p_assignment_id

Line 496: pqh_fr_assignment_api.update_administrative_career

492: --
493: --
494: -- Call API
495: --
496: pqh_fr_assignment_api.update_administrative_career
497: (p_validate => l_validate
498: ,p_datetrack_update_mode => p_datetrack_update_mode
499: ,p_effective_date => p_effective_date
500: ,p_assignment_id => p_assignment_id

Line 616: pqh_fr_assignment_api.terminate_affectation

612: --
613: --
614: -- Call API
615: --
616: pqh_fr_assignment_api.terminate_affectation
617: (p_validate => l_validate
618: ,p_assignment_id => p_assignment_id
619: ,p_effective_date => p_effective_date
620: ,p_assignment_status_type_id => p_assignment_status_type_id

Line 728: pqh_fr_assignment_api.suspend_affectation

724: --
725: --
726: -- Call API
727: --
728: pqh_fr_assignment_api.suspend_affectation
729: (p_validate => l_validate
730: ,p_assignment_id => p_assignment_id
731: ,p_effective_date => p_effective_date
732: ,p_assignment_status_type_id => p_assignment_status_type_id

Line 837: pqh_fr_assignment_api.activate_affectation

833: --
834: --
835: -- Call API
836: --
837: pqh_fr_assignment_api.activate_affectation
838: (p_validate => l_validate
839: ,p_assignment_id => p_assignment_id
840: ,p_effective_date => p_effective_date
841: ,p_assignment_status_type_id => p_assignment_status_type_id