DBA Data[Home] [Help]

APPS.PAY_CA_EOY_ARCHIVE dependencies on FND_NUMBER

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

2128: and pev.effective_end_date = to_date('31-12-4712','DD-MM-RRRR'))
2129: or
2130: (pev.effective_end_date between l_year_start and l_year_end))
2131: and pee.element_entry_id = pev.element_entry_id
2132: -- and fnd_number.canonical_to_number(pev.screen_entry_value) >= 0
2133: -- and pet.element_information_category = 'CA_EARNINGS'
2134: -- and pev.input_value_id = piv.input_value_id
2135: ;
2136:

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

3365:
3366: begin
3367:
3368: -- if condition added by sneelapa for bug 6399498
3369: if fnd_number.canonical_to_number(l_screen_entry_value) >= 0 then
3370:
3371: l_value := pay_ca_balance_pkg.call_ca_balance_get_value
3372: ( l_balance_name,
3373: 'YTD' ,

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

3404: old_l_registration_no := l_registration_no;
3405: end if;
3406: end if;
3407:
3408: end if; -- if fnd_number.canonical_to_number(pev.screen_entry_value) >= 0 then
3409:
3410: exception
3411: when others then
3412: null;