DBA Data[Home] [Help]

APPS.IGS_AS_GEN_006 dependencies on IGS_AS_DUE_DT_SUMRY

Line 27: l_AT_ID IGS_AS_DUE_DT_SUMRY.AT_ID%type;

23: --swaghmar 16-Jan-2006 Bug# 4951054 Added check for disabling UI's
24: -------------------------------------------------------------------------------------------------------------------------
25: -- As part of the bug# 1956374 prcodure assp_val_actv_stdnt is changed
26: x_rowid VARCHAR2(25);
27: l_AT_ID IGS_AS_DUE_DT_SUMRY.AT_ID%type;
28: g_module_head CONSTANT VARCHAR2(40) := 'igs.plsql.igs_as_gen_006.';
29:
30: PROCEDURE assp_get_ese_key(
31: p_exam_cal_type IN OUT NOCOPY VARCHAR2 ,

Line 1865: IGS_AS_DUE_DT_SUMRY_PKG.INSERT_ROW(

1861: END IF;
1862: -- Insert into SI_AS_ASSR1020 table for the actual week ending date
1863: -- that the item is now due (override due date).
1864: x_rowid := NULL;
1865: IGS_AS_DUE_DT_SUMRY_PKG.INSERT_ROW(
1866: X_ROWID => x_rowid,
1867: X_SESSION_ID => v_session_id,
1868: X_AT_ID => l_AT_ID,
1869: X_UNIT_CD => c_uoo_rec.unit_cd,

Line 1899: IGS_AS_DUE_DT_SUMRY_PKG.INSERT_ROW(

1895: ELSE
1896: -- Insert into SI_AS_ASSR1020 table for the actual week ending date
1897: -- that the item was received (completion date of the tracking step.).
1898: x_rowid := NULL;
1899: IGS_AS_DUE_DT_SUMRY_PKG.INSERT_ROW(
1900: X_ROWID => x_rowid,
1901: X_SESSION_ID => v_session_id,
1902: X_AT_ID => l_AT_ID,
1903: X_UNIT_CD => c_uoo_rec.unit_cd,