DBA Data[Home] [Help]

APPS.HR_ATTACHMENTS_LOADER dependencies on FND_ATTACHMENT_BLOCKS_S

Line 208: select fnd_attachment_blocks_s.nextval

204: fetch block_exists into l_attachment_blk_id;
205: if(block_exists%NOTFOUND) then
206: close block_exists;
207: -- if it doesn't then add it
208: select fnd_attachment_blocks_s.nextval
209: into l_attachment_blk_id
210: from sys.dual;
211: --
212: INSERT INTO fnd_attachment_blocks (