DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_SWI dependencies on FND_DOCUMENTS

Line 1219: from fnd_documents

1215: where rowid = p_rowid;
1216: --
1217: cursor csr_get_doc(csr_p_document_id in number) is
1218: select *
1219: from fnd_documents
1220: where document_id = csr_p_document_id;
1221: --
1222: cursor csr_get_doc_tl (csr_p_lang in varchar2
1223: ,csr_p_document_id in number) is

Line 1225: from fnd_documents_tl

1221: --
1222: cursor csr_get_doc_tl (csr_p_lang in varchar2
1223: ,csr_p_document_id in number) is
1224: select *
1225: from fnd_documents_tl
1226: where document_id = csr_p_document_id
1227: and language = csr_p_lang;
1228: --
1229: l_attached_doc_pre_upd csr_get_attached_doc%rowtype;

Line 1334: -- Update document to fnd_attached_documents, fnd_documents,

1330: ,x_title => l_doc_tl_pre_upd.title
1331: );
1332:
1333:
1334: -- Update document to fnd_attached_documents, fnd_documents,
1335: -- fnd_documents_tl
1336: --
1337: hr_utility.set_location(' before fnd_attached_documents_pkg.update_row :' || l_proc,30);
1338: fnd_attached_documents_pkg.update_row

Line 1335: -- fnd_documents_tl

1331: );
1332:
1333:
1334: -- Update document to fnd_attached_documents, fnd_documents,
1335: -- fnd_documents_tl
1336: --
1337: hr_utility.set_location(' before fnd_attached_documents_pkg.update_row :' || l_proc,30);
1338: fnd_attached_documents_pkg.update_row
1339: (x_rowid => p_rowid