DBA Data[Home] [Help]

APPS.PAY_EXA_BUS dependencies on HR_API

Line 82: if ( nvl(p_territory_code, hr_api.g_varchar2) <>

78: -- check that territory code has not being changed
79: --
80: else
81: hr_utility.trace('| old combination, chk territory_code is not mutating');
82: if ( nvl(p_territory_code, hr_api.g_varchar2) <>
83: nvl(pay_exa_shd.g_old_rec.territory_code, hr_api.g_varchar2) ) then
84: hr_api.argument_changed_error(
85: p_api_name => l_proc,
86: p_argument => 'TERRITORY_CODE');

Line 83: nvl(pay_exa_shd.g_old_rec.territory_code, hr_api.g_varchar2) ) then

79: --
80: else
81: hr_utility.trace('| old combination, chk territory_code is not mutating');
82: if ( nvl(p_territory_code, hr_api.g_varchar2) <>
83: nvl(pay_exa_shd.g_old_rec.territory_code, hr_api.g_varchar2) ) then
84: hr_api.argument_changed_error(
85: p_api_name => l_proc,
86: p_argument => 'TERRITORY_CODE');
87: end if;

Line 84: hr_api.argument_changed_error(

80: else
81: hr_utility.trace('| old combination, chk territory_code is not mutating');
82: if ( nvl(p_territory_code, hr_api.g_varchar2) <>
83: nvl(pay_exa_shd.g_old_rec.territory_code, hr_api.g_varchar2) ) then
84: hr_api.argument_changed_error(
85: p_api_name => l_proc,
86: p_argument => 'TERRITORY_CODE');
87: end if;
88: end if;