DBA Data[Home] [Help]

APPS.AMW_SCOPE_PVT dependencies on FND_DOCUMENT_CATEGORIES

Line 2470: from fnd_document_categories where name = 'AMW_WORK_PAPERS';

2466: END LOOP; -- FOR scope_org_rec IN c_project_scope_org LOOP
2467:
2468: -- To get the Category of Audit Procedure Working Papers
2469: select category_id into v_category_id
2470: from fnd_document_categories where name = 'AMW_WORK_PAPERS';
2471: -- To copy the attachments
2472: FOR apdetails_rec IN c_apdetails LOOP
2473: FND_ATTACHED_DOCUMENTS2_PKG.copy_attachments(X_from_entity_name => 'AMW_AUDIT_PRCD',
2474: X_from_pk1_value => apdetails_rec.audit_procedure_rev_id,