DBA Data[Home] [Help]

APPS.BEN_CWB_POST_PROCESS dependencies on FND_NUMBER

Line 1656: l_message_number := fnd_number.canonical_to_number

1652: FOR i IN 1 .. g_cache_cwb_rpt_person.COUNT
1653: LOOP
1654: BEGIN
1655: IF(g_cache_cwb_rpt_person (i).status='E') THEN
1656: l_message_number := fnd_number.canonical_to_number
1657: (substr(g_cache_cwb_rpt_person (i).error_or_warning_text,1,
1658: instr(g_cache_cwb_rpt_person (i).error_or_warning_text,' ')));
1659: END IF;
1660: l_message_text := g_cache_cwb_rpt_person (i).error_or_warning_text;

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

4603: ,l_cache_cwb_rpt_person (v_counter).effective_date);
4604: --FETCH c_posted_element INTO l_cache_cwb_rpt_person (v_counter).amount_posted;
4605: FETCH c_posted_element INTO l_amount_posted;
4606: CLOSE c_posted_element;
4607: l_cache_cwb_rpt_person (v_counter).amount_posted:= fnd_number.canonical_to_number(l_amount_posted);
4608: WRITE('Amount posted: '||l_cache_cwb_rpt_person (v_counter).amount_posted);
4609: end if;
4610: if((NOT l_error)and(p_validate <> 'Y')and
4611: (l_cache_cwb_rpt_person (v_counter).pay_proposal_id is not null)) then