DBA Data[Home] [Help]

APPS.AK_ON_OBJECTS_PVT dependencies on AK_DOWNLOAD_GRP

Line 3455: if (p_write_mode = AK_ON_OBJECTS_PUB.G_OVERWRITE AND AK_DOWNLOAD_GRP.G_WRITE_HEADER) then

3451: end if;
3452:
3453: -- If it's append mode, start appending to the end of the global table
3454: --
3455: if (p_write_mode = AK_ON_OBJECTS_PUB.G_OVERWRITE AND AK_DOWNLOAD_GRP.G_WRITE_HEADER) then
3456: G_TBL_INDEX := 0;
3457: end if;
3458:
3459: --