DBA Data[Home] [Help]

APPS.PAY_IVL_BUS dependencies on FND_DATE

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

648: -- Set the business_group_id context.
649: l_inputs(i).value := p_business_group_id;
650: Elsif l_inputs(i).name = 'DATE_EARNED' then
651: -- Set the date_earned context.
652: l_inputs(i).value := fnd_date.date_to_canonical(p_effective_date);
653: Elsif l_inputs(i).name = 'ENTRY_VALUE' then
654: -- Set the input to the entry value to be validated.
655: -- Note - need to pass database format to formula.
656: l_inputs(i).value := p_default_value;