DBA Data[Home] [Help]

APPS.EDR_PSIG_RULE dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 1043: --fnd_attached_documents2_pkg.copy_attachments(

1039: ||'from '||p_edr_event_id||' to '||l_document_id);
1040:
1041: --Bug 4381237: Start
1042: --Change the call to EDR attachment API
1043: --fnd_attached_documents2_pkg.copy_attachments(
1044: edr_attachments_grp.copy_attachments
1045: --Bug 4381237: End
1046: (X_from_entity_name => G_TEMP_ENTITY_NAME,
1047: X_from_pk1_value => p_edr_event_id,

Line 1078: fnd_attached_documents2_pkg.delete_attachments

1074: -- Bug 3863541 : Start
1075: -- Modified call to delete_attachments to support
1076: -- URL / Web page attachments
1077:
1078: fnd_attached_documents2_pkg.delete_attachments
1079: (X_entity_name => G_TEMP_ENTITY_NAME,
1080: X_pk1_value => to_char(p_edr_event_id),
1081: X_pk2_value => null,
1082: X_pk3_value => null,