DBA Data[Home] [Help]

APPS.IGS_UC_EXT_MARVIN dependencies on IGS_UC_MV_DATA_UPLD

Line 483: l_digital_num := NVL(igs_uc_mv_data_upld.get_check_digit(cur_transactions_rec.app_no),-1);

479: FETCH cur_transactions INTO cur_transactions_rec;
480: EXIT WHEN cur_transactions%NOTFOUND;
481:
482: -- To get the Check-Digital number
483: l_digital_num := NVL(igs_uc_mv_data_upld.get_check_digit(cur_transactions_rec.app_no),-1);
484:
485: -- While generating the Flat file, the Choice Number column has only one character assigned,
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