DBA Data[Home] [Help]

APPS.IGS_OR_PRC_CWLK dependencies on IGS_OR_CWLK_PKG

Line 107: IGS_OR_CWLK_PKG.Insert_Row(x_rowid => l_rowid,

103: -- Call the Insert Row procedure of the table handler for the
104: -- Crosswalk table
105: l_rowid := NULL;
106: l_cwlk_id := NULL;
107: IGS_OR_CWLK_PKG.Insert_Row(x_rowid => l_rowid,
108: x_crosswalk_id => l_cwlk_id,
109: x_institution_code => NULL,
110: x_institution_name => cwlkrec.institution_name);
111: