DBA Data[Home] [Help]

APPS.IGS_RE_GEN_003 dependencies on IGS_TR_GEN_002

Line 410: IGS_TR_GEN_002.trkp_ins_trk_item (

406: RETURN NULL;
407: END IF;
408: CLOSE c_ts;
409: -- Call routine to insert a tracking item of the appropriate type.
410: IGS_TR_GEN_002.trkp_ins_trk_item (
411: v_tracking_status,
412: v_tracking_type,
413: p_person_id,
414: SYSDATE, -- tracking start date

Line 452: IF NOT IGS_TR_GEN_002.trkp_upd_trst (

448: CLOSE c_tts;
449: END IF;
450: IF v_recipient_id IS NOT NULL THEN
451: -- Call routine to update the current step.
452: IF NOT IGS_TR_GEN_002.trkp_upd_trst (
453: v_tracking_id,
454: v_trs_rec.tracking_step_id, -- tracking step ID
455: v_trs_rec.s_tracking_step_type, -- system tracking step type
456: NULL, -- action date

Line 1003: IGS_TR_GEN_002.trkp_ins_trk_item (

999: RETURN NULL;
1000: END IF;
1001: CLOSE c_ts;
1002: -- Call routine to insert a tracking item of the appropriate type.
1003: IGS_TR_GEN_002.trkp_ins_trk_item (
1004: v_tracking_status,
1005: v_tracking_type,
1006: p_person_id,
1007: SYSDATE, -- tracking start date

Line 1041: IF NOT IGS_TR_GEN_002.trkp_upd_trst (

1037: END IF;
1038: IF v_recipient_id IS NOT NULL THEN
1039: -- Update the recipient ID to the panel member for steps linked to the
1040: -- appropriate s_tracking_step_type.
1041: IF NOT IGS_TR_GEN_002.trkp_upd_trst (
1042: v_tracking_id,
1043: v_trs_rec.tracking_step_id, -- tracking step ID
1044: v_trs_rec.s_tracking_step_type, -- system tracking step type
1045: NULL, -- action date