DBA Data[Home] [Help]

APPS.BEN_CWB_POST_PROCESS dependencies on FND_NUMBER

Line 1636: l_message_number := fnd_number.canonical_to_number

1632: FOR i IN 1 .. g_cache_cwb_rpt_person.COUNT
1633: LOOP
1634: BEGIN
1635: IF(g_cache_cwb_rpt_person (i).status='E') THEN
1636: l_message_number := fnd_number.canonical_to_number
1637: (substr(g_cache_cwb_rpt_person (i).error_or_warning_text,1,
1638: instr(g_cache_cwb_rpt_person (i).error_or_warning_text,' ')));
1639: END IF;
1640: l_message_text := g_cache_cwb_rpt_person (i).error_or_warning_text;

Line 4530: l_cache_cwb_rpt_person (v_counter).amount_posted:= fnd_number.canonical_to_number(l_amount_posted);

4526: ,l_cache_cwb_rpt_person (v_counter).effective_date);
4527: --FETCH c_posted_element INTO l_cache_cwb_rpt_person (v_counter).amount_posted;
4528: FETCH c_posted_element INTO l_amount_posted;
4529: CLOSE c_posted_element;
4530: l_cache_cwb_rpt_person (v_counter).amount_posted:= fnd_number.canonical_to_number(l_amount_posted);
4531: WRITE('Amount posted: '||l_cache_cwb_rpt_person (v_counter).amount_posted);
4532: end if;
4533: if((NOT l_error)and(p_validate <> 'Y')and
4534: (l_cache_cwb_rpt_person (v_counter).pay_proposal_id is not null)) then