DBA Data[Home] [Help]

APPS.IGS_UC_LOAD_HERCULES_DATA dependencies on IGS_UC_HRC_TIMSTMPS_PKG

Line 143: igs_uc_hrc_timstmps_pkg.add_row(

139: l_rowid := NULL ;
140:
141: -- if timestamp record is not found for this view in passed cycle then insert new record with the passed timestamp
142: -- else update its timestamp value with the passed timestamp
143: igs_uc_hrc_timstmps_pkg.add_row(
144: x_rowid => l_rowid,
145: x_view_name => p_view ,
146: x_ucas_cycle => g_cyc_info_rec.configured_cycle ,
147: x_timestamp => p_new_max_timestamp,