DBA Data[Home] [Help]

APPS.HR_PERSON_DEPLOYMENT_SWI dependencies on FND_DOCUMENTS_TL

Line 931: from fnd_documents_tl

927: --
928: cursor csr_get_doc_tl (csr_p_lang in varchar2
929: ,csr_p_document_id in number) is
930: select *
931: from fnd_documents_tl
932: where document_id = csr_p_document_id
933: and language = csr_p_lang;
934: --
935: l_attached_doc_pre_upd csr_get_attached_doc%rowtype;

Line 1041: -- fnd_documents_tl

1037: );
1038:
1039:
1040: -- Update document to fnd_attached_documents, fnd_documents,
1041: -- fnd_documents_tl
1042: --
1043: hr_utility.set_location(' before fnd_attached_documents_pkg.update_row :' || l_proc,30);
1044: fnd_attached_documents_pkg.update_row
1045: (x_rowid => p_rowid