DBA Data[Home] [Help]

APPS.AK_SECURITY_GRP dependencies on AK_DOWNLOAD_GRP

Line 88: if (AK_DOWNLOAD_GRP.G_WRITE_HEADER) then

84: FND_MSG_PUB.initialize;
85: end if;
86:
87: savepoint Start_download;
88: if (AK_DOWNLOAD_GRP.G_WRITE_HEADER) then
89: --
90: -- Call private download procedure to verify parameters,
91: -- load application ID, and write header information such
92: -- as nls_language and codeset to data file.