DBA Data[Home] [Help]

APPS.PAY_LINK_INPUT_VALUES_PKG dependencies on HR_GENERAL

Line 312: and p_name = hr_general.pay_value then

308: --
309: -- Set up default costed flag
310: --
311: if fetched_link.costable_type in ('F', 'C', 'D')
312: and p_name = hr_general.pay_value then
313: v_costed_flag := 'Y';
314: else
315: v_costed_flag := 'N';
316: end if;