DBA Data[Home] [Help]

APPS.HR_DOR_REVIEW_SS dependencies on FND_ATTACHED_DOCUMENTS_PKG

Line 3743: hr_utility.set_location(' before fnd_attached_documents_pkg.lock_row :' || l_proc,20);

3739: close csr_get_doc_tl;
3740: raise data_error;
3741: END IF;
3742:
3743: hr_utility.set_location(' before fnd_attached_documents_pkg.lock_row :' || l_proc,20);
3744: fnd_attached_documents_pkg.lock_row
3745: (x_rowid => p_rowid
3746: ,x_attached_document_id =>
3747: l_attached_doc_pre_upd.attached_document_id

Line 3744: fnd_attached_documents_pkg.lock_row

3740: raise data_error;
3741: END IF;
3742:
3743: hr_utility.set_location(' before fnd_attached_documents_pkg.lock_row :' || l_proc,20);
3744: fnd_attached_documents_pkg.lock_row
3745: (x_rowid => p_rowid
3746: ,x_attached_document_id =>
3747: l_attached_doc_pre_upd.attached_document_id
3748: ,x_document_id => l_doc_pre_upd.document_id

Line 3812: hr_utility.set_location(' before fnd_attached_documents_pkg.update_row :' || l_proc,30);

3808: ,x_title => l_doc_tl_pre_upd.title
3809: );
3810:
3811:
3812: hr_utility.set_location(' before fnd_attached_documents_pkg.update_row :' || l_proc,30);
3813:
3814:
3815: fnd_attached_documents_pkg.update_row
3816: (x_rowid => p_rowid

Line 3815: fnd_attached_documents_pkg.update_row

3811:
3812: hr_utility.set_location(' before fnd_attached_documents_pkg.update_row :' || l_proc,30);
3813:
3814:
3815: fnd_attached_documents_pkg.update_row
3816: (x_rowid => p_rowid
3817: ,x_attached_document_id =>
3818: l_attached_doc_pre_upd.attached_document_id
3819: ,x_document_id => l_doc_pre_upd.document_id

Line 3885: hr_utility.set_location(' after fnd_attached_documents_pkg.update_row :' || l_proc,40);

3881: ,x_url => l_doc_pre_upd.url
3882: ,x_title => l_doc_tl_pre_upd.title
3883: );
3884:
3885: hr_utility.set_location(' after fnd_attached_documents_pkg.update_row :' || l_proc,40);
3886: hr_utility.set_location(' Leaving:' || l_proc,50);
3887:
3888: EXCEPTION
3889: when others then