DBA Data[Home] [Help]

APPS.IGS_PS_GEN_005 dependencies on IGS_PS_ANL_LOAD_U_LN_PKG

Line 130: IGS_PS_ANL_LOAD_U_LN_PKG.Insert_Row(

126: -- Do not insert records with system status of 'INACTIVE'
127: IF (v_s_unit_status <> 'INACTIVE') THEN
128: v_rec_inserted_cnt := v_rec_inserted_cnt + 1;
129:
130: IGS_PS_ANL_LOAD_U_LN_PKG.Insert_Row(
131: X_ROWID => x_rowid,
132: X_COURSE_CD => p_course_cd,
133: X_CRV_VERSION_NUMBER => p_version_number,
134: X_EFFECTIVE_START_DT => p_effective_start_dt,