DBA Data[Home] [Help]

APPS.EDR_PSIG_RULE dependencies on EDR_ATTACHMENTS_GRP

Line 1044: edr_attachments_grp.copy_attachments

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,
1048: X_from_pk2_value => null,

Line 2024: EDR_ATTACHMENTS_GRP.ADD_ERP_ATTACH(p_attachment_string => l_attachment_string_details);

2020: DBMS_LOB.CREATETEMPORARY(l_erecord_data, TRUE, DBMS_LOB.SESSION);
2021: DBMS_LOB.COPY(l_erecord_data,l_event_data,DBMS_LOB.GETLENGTH(l_event_data));
2022: l_attachment_string_details := wf_event.getValueForParameter('EDR_PSIG_ATTACHMENT',p_event.Parameter_List);
2023: if l_attachment_string_details is not null then
2024: EDR_ATTACHMENTS_GRP.ADD_ERP_ATTACH(p_attachment_string => l_attachment_string_details);
2025: end if;
2026:
2027: wf_log_pkg.string(3, 'EDR_PSIG_RULE.psig_rule','no ecx transformation required');
2028: else

Line 2519: EDR_ATTACHMENTS_GRP.ADD_ERP_ATTACH(p_attachment_string => l_attachment_string_details);

2515: l_attachment_string_details := wf_event.getValueForParameter('EDR_PSIG_ATTACHMENT',p_event.Parameter_List);
2516:
2517: --If the attachment string exists then call the attachment API to create the attachments.
2518: if l_attachment_string_details is not null then
2519: EDR_ATTACHMENTS_GRP.ADD_ERP_ATTACH(p_attachment_string => l_attachment_string_details);
2520: end if;
2521: --Bug 4529417: End
2522:
2523: