DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on FND_DATE

Line 720: l_inputs(i).value := fnd_date.date_to_canonical(p_effective_date);

716: -- Set the business_group_id context.
717: l_inputs(i).value := p_business_group_id;
718: Elsif l_inputs(i).name = 'DATE_EARNED' then
719: -- Set the date_earned context.
720: l_inputs(i).value := fnd_date.date_to_canonical(p_effective_date);
721: Elsif l_inputs(i).name = 'ENTRY_VALUE' then
722: -- Set the input to the entry value to be validated.
723: -- Note - need to pass database format to formula.
724: l_inputs(i).value := p_default_value;