DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_SWI dependencies on FND_DOCUMENTS

Line 939: from fnd_documents

935: where rowid = p_rowid;
936: --
937: cursor csr_get_doc(csr_p_document_id in number) is
938: select *
939: from fnd_documents
940: where document_id = csr_p_document_id;
941: --
942: cursor csr_get_doc_tl (csr_p_lang in varchar2
943: ,csr_p_document_id in number) is

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 1054: -- Update document to fnd_attached_documents, fnd_documents,

1050: ,x_title => l_doc_tl_pre_upd.title
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

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