DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_SWI dependencies on FND_DOCUMENTS_TL

Line 945: from fnd_documents_tl

941: --
942: cursor csr_get_doc_tl (csr_p_lang in varchar2
943: ,csr_p_document_id in number) is
944: select *
945: from fnd_documents_tl
946: where document_id = csr_p_document_id
947: and language = csr_p_lang;
948: --
949: l_attached_doc_pre_upd csr_get_attached_doc%rowtype;

Line 1055: -- fnd_documents_tl

1051: );
1052:
1053:
1054: -- Update document to fnd_attached_documents, fnd_documents,
1055: -- fnd_documents_tl
1056: --
1057: hr_utility.set_location(' before fnd_attached_documents_pkg.update_row :' || l_proc,30);
1058: fnd_attached_documents_pkg.update_row
1059: (x_rowid => p_rowid