DBA Data[Home] [Help]

APPS.IGS_UC_TRX_GEN_HOOK dependencies on IGS_UC_GEN_001

Line 190: igs_uc_gen_001.get_transaction_toy(p_system_code => l_system_code,

186:
187: -- If processing period is clearing then generate RX, RD transactions
188: -- Get the transaction time of year, call to the get_transaction_toy
189: l_transaction_toy := NULL;
190: igs_uc_gen_001.get_transaction_toy(p_system_code => l_system_code,
191: p_ucas_cycle => l_ucas_cycle ,
192: p_transaction_toy => l_transaction_toy);
193:
194: IF (l_transaction_toy = 'C' AND l_clearing = 'Y') THEN