DBA Data[Home] [Help]

APPS.PAY_ITERATE dependencies on PAY_RUN_TYPE_API

Line 798: pay_run_type_api.create_run_type

794: --
795: -- call insert api. End date will be EOT for now, will be updated
796: -- later if it should be anything other than eot.
797: --
798: pay_run_type_api.create_run_type
799: (p_effective_date => p_effective_start_date
800: -- ,p_language_code => 'US'
801: ,p_run_type_name => p_rt_name
802: ,p_run_method => p_method

Line 992: pay_run_type_api.create_run_type

988: and key_value = p_rt_id
989: and product_name = each_row.product_short_name;
990: end loop;
991: --
992: pay_run_type_api.create_run_type
993: (p_effective_date => p_effective_start_date
994: ,p_run_type_name => p_rt_name
995: ,p_run_method => p_method
996: ,p_business_group_id => l_bg

Line 1107: pay_run_type_api.update_run_type

1103: hr_startup_data_api_support.delete_owner_definitions;
1104: hr_startup_data_api_support.create_owner_definition('PAY');
1105: end if;
1106: --
1107: pay_run_type_api.update_run_type
1108: (p_effective_date => p_effective_start_date
1109: ,p_datetrack_update_mode => 'UPDATE'
1110: ,p_run_type_id => rec_uploaded.rt_id
1111: ,p_object_version_number => rec_uploaded.rt_ovn

Line 1277: pay_run_type_api.delete_run_type

1273: end if;
1274: --
1275: -- now delete the run type
1276: --
1277: pay_run_type_api.delete_run_type
1278: (p_effective_date => g_to_be_uploaded_eed
1279: ,p_datetrack_delete_mode => 'DELETE'
1280: ,p_run_type_id => rec_uploaded.rt_id
1281: ,p_object_version_number => rec_uploaded.rt_ovn