DBA Data[Home] [Help]

APPS.IGS_TR_GEN_001 dependencies on IGS_TR_GEN_002

Line 284: IF (igs_tr_gen_002.trkp_get_item_status( p_tracking_id) = cst_active) THEN

280:
281: -- If the tracking item is still active then there is no completion date for
282: -- the item.
283:
284: IF (igs_tr_gen_002.trkp_get_item_status( p_tracking_id) = cst_active) THEN
285: RETURN NULL;
286:
287: ELSE
288: -- Determine the maximum completion date of the steps for the item.