DBA Data[Home] [Help]

APPS.HR_ATTACHMENTS_LOADER dependencies on FND_DOCUMENT_ENTITIES_S

Line 306: select fnd_document_entities_s.nextval

302: fetch entity_exists into l_document_entity_id;
303: if(entity_exists%NOTFOUND) then
304: close entity_exists;
305: -- if not then add it
306: select fnd_document_entities_s.nextval
307: into l_document_entity_id
308: from sys.dual;
309: --
310: insert into fnd_document_entities (