DBA Data[Home] [Help]

APPS.PAY_JP_BAL_UPLOAD dependencies on PAY_CORE_UTILS

Line 266: and nvl(pay_core_utils.get_parameter('DATE_TYPE', l_description), 'DP') <> 'DE' then

262: -- DATE_EARNED based dimensions cannot be supported because of PURGE process.
263: --
264: if l_dimension_level = 'ASG'
265: and nvl(l_period_type, 'RUN') not in ('RUN', 'PAYMENT')
266: and nvl(pay_core_utils.get_parameter('DATE_TYPE', l_description), 'DP') <> 'DE' then
267: l_is_supported := true;
268: else
269: l_is_supported := false;
270: end if;