DBA Data[Home] [Help]

APPS.IGS_PS_DSCP_PKG dependencies on IGS_PS_DSCP_HIST_PKG

Line 135: IGS_PS_DSCP_HIST_PKG.Insert_Row(

131: END IF;
132:
133:
134: BEGIN
135: IGS_PS_DSCP_HIST_PKG.Insert_Row(
136: X_ROWID => x_rowid,
137: X_DISCIPLINE_GROUP_CD => old_references.discipline_group_cd,
138: X_HIST_START_DT => old_references.last_update_date,
139: X_HIST_END_DT => new_references.last_update_date,

Line 158: IGS_PS_DSCP_HIST_PKG.Delete_Row(X_ROWID => SPDH_Rec.Rowid);

154: BEGIN
155:
156: FOR SPDH_Rec IN SPDH_CUR
157: Loop
158: IGS_PS_DSCP_HIST_PKG.Delete_Row(X_ROWID => SPDH_Rec.Rowid);
159: End Loop;
160:
161: END;
162: