[Home] [Help]
1348: -- CHECK FOR CURRENT WORKING VERSIONS
1349: -- only for BUDGET Context -- CHECK FOR CURRENT WORKING VERSIONS ENDS
1350: ----------------------------------------------------------------------
1351: -- Delete attachements which are associated with the budget version
1352: fnd_attached_documents2_pkg.delete_attachments
1353: (X_entity_name => 'PA_BUDGET_VERSIONS',
1354: X_pk1_value => to_char(p_budget_version_id),
1355: X_delete_document_flag => 'Y');
1356: