DBA Data[Home] [Help]

APPS.IGS_OR_PRC_CWLK dependencies on IGS_OR_CWLK_DTL_PKG

Line 147: IGS_OR_CWLK_DTL_PKG.Insert_Row(x_rowid => l_rowid,

143:
144: l_in_proc_alt_id := cwlkdtlrec.alt_id_type;
145: l_in_proc_alt_value := UPPER(cwlkdtlrec.alt_id_value);
146:
147: IGS_OR_CWLK_DTL_PKG.Insert_Row(x_rowid => l_rowid,
148: x_crosswalk_dtl_id => l_cwlk_dtl_id,
149: x_crosswalk_id => l_cwlk_id,
150: x_alt_id_type => cwlkdtlrec.alt_id_type,
151: x_alt_id_value => UPPER(cwlkdtlrec.alt_id_value));