DBA Data[Home] [Help]

APPS.IGS_UC_EXT_MARVIN dependencies on FND_GLOBAL

Line 490: l_choice_no := fnd_global.local_chr( ASCII('A') + (cur_transactions_rec.choice_no - 10) ) ;

486: -- For the systems like GTTR, the choice number can be greater than 9
487: -- So, the choice number should be as A,if it is 10 B for 11, C for 12 like that
488: IF NVL(cur_transactions_rec.choice_no,0) > 9 THEN
489:
490: l_choice_no := fnd_global.local_chr( ASCII('A') + (cur_transactions_rec.choice_no - 10) ) ;
491:
492: ELSE
493: l_choice_no := LPAD(NVL(cur_transactions_rec.choice_no,0),1,0) ;
494: