DBA Data[Home] [Help]

APPS.HR_DOR_REVIEW_SS dependencies on FND_DOCUMENTS_TL

Line 3712: from fnd_documents_tl

3708: where document_id = csr_p_document_id;
3709: cursor csr_get_doc_tl (csr_p_lang in varchar2
3710: ,csr_p_document_id in number) is
3711: select *
3712: from fnd_documents_tl
3713: where document_id = csr_p_document_id
3714: and language = csr_p_lang;
3715: l_attached_doc_pre_upd csr_get_attached_doc%rowtype;
3716: l_doc_pre_upd csr_get_doc%rowtype;