DBA Data[Home] [Help]

APPS.PAY_IVT_INS dependencies on HR_GENERAL

Line 341: p_name = hr_general.pay_value) then

337: --
338: -- Find out if the input value is the Pay Value
339: --
340: if (upper(p_name) = 'PAY VALUE' OR
341: p_name = hr_general.pay_value) then
342: l_is_pay_value := TRUE;
343: end if;
344: --
345: -- Insert a row for the base language and every installed language.