DBA Data[Home] [Help]

APPS.IGS_TR_GEN_002 dependencies on IGS_TR_TYPE_STEP_V

Line 168: of IGS_TR_TYPE_STEP_V.

164:
165: Created By: pradhakr
166: Date Created By: 11-Feb-2002
167: Purpose: This procedure will synchronise the content of the table IGS_TR_STEP_GRP_LMT with the content
168: of IGS_TR_TYPE_STEP_V.
169: 1. If that step group being deleted in form IGSTR001 ( block tracking step) is the last one of its
170: kind for a particular tracking id, the step group id will be deleted from IGS_TR_TSTP_GRP_LMT
171: else Step Group Limit will be decremented by 1.
172: 2. Any new Step Group ID being created in the form IGSTR001 ( block tracking step) will also be created

Line 181: p_tracking_type IGS_TR_TYPE_STEP_V.tracking_type%TYPE,

177: Who When What
178: ************************************************************************************************************/
179:
180: PROCEDURE sync_trk_type_grplmt (
181: p_tracking_type IGS_TR_TYPE_STEP_V.tracking_type%TYPE,
182: p_execute VARCHAR2 DEFAULT 'N'
183: );
184:
185: