DBA Data[Home] [Help]

APPS.OTA_TPC_BUS1 dependencies on OTA_TPC_SHD

Line 383: l_api_updating := ota_tpc_shd.api_updating

379: ,p_argument => 'p_tp_measurement_type_id'
380: ,p_argument_value => p_tp_measurement_type_id
381: );
382: --
383: l_api_updating := ota_tpc_shd.api_updating
384: (p_training_plan_cost_id => p_training_plan_cost_id
385: ,p_object_version_number => p_object_version_number
386: );
387: --

Line 391: nvl(ota_tpc_shd.g_old_rec.currency_code, hr_api.g_varchar2) <>

387: --
388: -- If this is a changing update, or a new insert, test
389: --
390: if ((l_api_updating and
391: nvl(ota_tpc_shd.g_old_rec.currency_code, hr_api.g_varchar2) <>
392: nvl(p_currency_code, hr_api.g_varchar2)
393: or
394: nvl(ota_tpc_shd.g_old_rec.amount, hr_api.g_number) <>
395: nvl(p_amount, hr_api.g_number))

Line 394: nvl(ota_tpc_shd.g_old_rec.amount, hr_api.g_number) <>

390: if ((l_api_updating and
391: nvl(ota_tpc_shd.g_old_rec.currency_code, hr_api.g_varchar2) <>
392: nvl(p_currency_code, hr_api.g_varchar2)
393: or
394: nvl(ota_tpc_shd.g_old_rec.amount, hr_api.g_number) <>
395: nvl(p_amount, hr_api.g_number))
396: or (NOT l_api_updating))
397: then
398: hr_utility.set_location(' Step:'|| l_proc, 50);