DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 1352: fnd_attached_documents2_pkg.delete_attachments

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: