DBA Data[Home] [Help]

APPS.IGS_PS_WF_EVENT_PKG dependencies on IGS_PS_SH_USEC_OCCURS

Line 196: -- now nullify the column in the shadow table igs_ps_sh_usec_occurs

192: x_abort_flag => rec_usec_details.abort_flag
193:
194: );
195: --
196: -- now nullify the column in the shadow table igs_ps_sh_usec_occurs
197: -- direct update statement is used as there is no TBH for shadow tables
198: --
199: UPDATE igs_ps_sh_usec_occurs SET
200: monday = NULL,

Line 199: UPDATE igs_ps_sh_usec_occurs SET

195: --
196: -- now nullify the column in the shadow table igs_ps_sh_usec_occurs
197: -- direct update statement is used as there is no TBH for shadow tables
198: --
199: UPDATE igs_ps_sh_usec_occurs SET
200: monday = NULL,
201: tuesday = NULL,
202: wednesday = NULL,
203: thursday = NULL,