DBA Data[Home] [Help]

APPS.PAY_CA_EOY_ARCHIVE dependencies on FND_NUMBER

Line 2373: -- and fnd_number.canonical_to_number(pev.screen_entry_value) >= 0

2369: and pev.effective_end_date = to_date('31-12-4712','DD-MM-RRRR'))
2370: or
2371: (pev.effective_end_date between l_year_start and l_year_end))
2372: and pee.element_entry_id = pev.element_entry_id
2373: -- and fnd_number.canonical_to_number(pev.screen_entry_value) >= 0
2374: -- and pet.element_information_category = 'CA_EARNINGS'
2375: -- and pev.input_value_id = piv.input_value_id
2376: ; */
2377:

Line 3961: if fnd_number.canonical_to_number(l_screen_entry_value) >= 0 then

3957:
3958: begin
3959:
3960: -- if condition added by sneelapa for bug 6399498
3961: if fnd_number.canonical_to_number(l_screen_entry_value) >= 0 then
3962:
3963: l_value := pay_ca_balance_pkg.call_ca_balance_get_value
3964: ( l_balance_name,
3965: 'YTD' ,

Line 4003: end if; -- if fnd_number.canonical_to_number(pev.screen_entry_value) >= 0 then

3999: old_l_value := l_value;
4000: old_l_registration_no := l_registration_no;
4001: end if;
4002: end if;
4003: end if; -- if fnd_number.canonical_to_number(pev.screen_entry_value) >= 0 then
4004:
4005: exception
4006: when others then
4007: null;