DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 1336: fnd_attached_documents2_pkg.delete_attachments

1332: -- CHECK FOR CURRENT WORKING VERSIONS
1333: -- only for BUDGET Context -- CHECK FOR CURRENT WORKING VERSIONS ENDS
1334: ----------------------------------------------------------------------
1335: -- Delete attachements which are associated with the budget version
1336: fnd_attached_documents2_pkg.delete_attachments
1337: (X_entity_name => 'PA_BUDGET_VERSIONS',
1338: X_pk1_value => to_char(p_budget_version_id),
1339: X_delete_document_flag => 'Y');
1340: