DBA Data[Home] [Help]

APPS.AK_QUERYOBJ_GRP dependencies on AK_DOWNLOAD_GRP

Line 82: if (AK_DOWNLOAD_GRP.G_WRITE_HEADER) then

78: FND_MSG_PUB.initialize;
79: end if;
80:
81: savepoint Start_download;
82: if (AK_DOWNLOAD_GRP.G_WRITE_HEADER) then
83: --
84: -- Call private download procedure to verify parameters,
85: -- load application ID, and write header information such
86: -- as nls_language and codeset to data file.