DBA Data[Home] [Help]

APPS.IGS_AS_GEN_006 dependencies on IGS_AS_DUE_DT_SUMRY_PKG

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,