DBA Data[Home] [Help]

APPS.IGS_SS_EN_WRAPPERS dependencies on IGS_EN_PLAN_UNITS_PKG

Line 3514: igs_en_plan_units_pkg.delete_row (x_rowid => cur_plan_unit_rec.rowid);

3510: BEGIN
3511: FOR cur_plan_unit_rec IN cur_plan_unit LOOP
3512: --call the TBH for the planning sheet to delete the unit
3513: --by passing the rowid
3514: igs_en_plan_units_pkg.delete_row (x_rowid => cur_plan_unit_rec.rowid);
3515:
3516: --call drop_permission_unit to drop the permission unit
3517:
3518: FOR cur_permission_unit_rec IN cur_permission_unit(cur_plan_unit_rec.uoo_id) LOOP