DBA Data[Home] [Help]

APPS.BEN_CWB_BACKOUT_POST_PROCESS dependencies on FND_NUMBER

Line 1408: l_message_number := fnd_number.canonical_to_number

1404: FOR i IN 1 .. g_cache_cwb_rpt_person.COUNT
1405: LOOP
1406: BEGIN
1407: IF(g_cache_cwb_rpt_person (i).status='E') THEN
1408: l_message_number := fnd_number.canonical_to_number
1409: (substr(g_cache_cwb_rpt_person (i).error_or_warning_text,1,
1410: instr(g_cache_cwb_rpt_person (i).error_or_warning_text,' ')));
1411: END IF;
1412: l_message_text := g_cache_cwb_rpt_person (i).error_or_warning_text;

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

3681: ,l_cache_cwb_rpt_person (v_counter).effective_date);
3682: --FETCH c_posted_element INTO l_cache_cwb_rpt_person (v_counter).amount_posted;
3683: FETCH c_posted_element INTO l_amount_posted;
3684: CLOSE c_posted_element;
3685: l_cache_cwb_rpt_person (v_counter).amount_posted:= fnd_number.canonical_to_number(l_amount_posted);
3686: WRITE('Amount posted: '||l_cache_cwb_rpt_person (v_counter).amount_posted);
3687: end if;
3688: if((NOT l_error)and (p_validate <> 'Y')and
3689: (l_cache_cwb_rpt_person (v_counter).pay_proposal_id is not null)) then