DBA Data[Home] [Help]

APPS.PAY_PURGE_PKG dependencies on PAY_CORE_UTILS

Line 305: pay_core_utils.assert_condition

301: fetch csr_ppa into l_ppa_rec;
302: close csr_ppa;
303: --
304: hr_utility.set_location(l_proc, 15);
305: pay_core_utils.assert_condition
306: ('pay_purge_pkg.init_pact:1', nvl(l_ppa_rec.action_type,'null') = 'Z');
307: end if;
308:
309: --