[Home] [Help]
59: -- Create a Status group record in cs_sr_status_groups_b and cs_sr_status_groups_tl table
60:
61: -- bug 3625236 - Reverse the parameters passed to start and end date
62: BEGIN
63: CS_SR_STATUS_GROUPS_PKG.INSERT_ROW
64: ( X_ROWID => l_row_id ,
65: X_STATUS_GROUP_ID => lv_new_statusgroupID ,
66: X_SECURITY_GROUP_ID => null ,
67: X_TRANSITION_IND => c_statusGroups_rec.default_incident_status_id ,