DBA Data[Home] [Help]

APPS.PAY_CNT_BUS dependencies on PAY_STA_SHD

Line 503: nvl(pay_sta_shd.g_old_rec.filing_status_code,hr_api.g_varchar2))

499: -- If the value is being inserted or updated...
500: --
501: if (l_api_updating
502: and nvl(p_filing_status_code, hr_api.g_varchar2) <>
503: nvl(pay_sta_shd.g_old_rec.filing_status_code,hr_api.g_varchar2))
504: or (not l_api_updating) then
505: --
506: -- Check that filing_status_code is not null.
507: --