DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_PS_USEC_X_GRP_PKG

Line 2127: -- max_ovr_group.Also modified the tbh call to igs_ps_usec_x_grp_pkg.insert_row.

2123: --sarakshi 25-Apr-2003 Enh#2858431,modified call to igs_ps_us_req_ref_cd_pkg.insert_row
2124: --vvutukur 01-Nov-2002 Enh#2636716.Added new column max_auditors_allowd in the tbh call to
2125: -- igs_ps_usec_lim_wlst_pkg.insert_row.
2126: --vvutukur 28-Oct-2002 Enh#2613933.Modified cursor usec_x_grpmem to select 2 new columns max_enr_group,
2127: -- max_ovr_group.Also modified the tbh call to igs_ps_usec_x_grp_pkg.insert_row.
2128: --smadathi 02-May-2002 Bug 2261649. The procedure crsp_ins_unit_section contains reference to table IGS_PS_USEC_CHARGE.
2129: -- The table became obsolete. The references to the same have been removed. The declarartion of cursor
2130: -- usec_add_chrg and asscociated section of opening of cursor and calling the TBH of the above tables
2131: -- removed.

Line 3177: igs_ps_usec_x_grp_pkg.insert_row (

3173: l_parent:='N';
3174:
3175: ELSE
3176: CLOSE usec_x_grp;
3177: igs_ps_usec_x_grp_pkg.insert_row (
3178: x_rowid => lvGRp_Row_ID,
3179: x_usec_x_listed_group_id => lnUsec_X_Grp_Id,
3180: x_usec_x_listed_group_name => usec_x_grpmem_rec.usec_x_listed_group_name,
3181: x_location_inheritance => usec_x_grpmem_rec.location_inheritance,