DBA Data[Home] [Help]

APPS.PO_GA_PVT dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 1024: fnd_attached_documents2_pkg.delete_attachments('PO_IN_GA_LINES',

1020: --'Y' for x_automatically_added_flag as we want to delete only
1021: --those attachment references that have been added automatically
1022: --in procedure reference_attachments
1023: --first delete all references on PO_IN_GA_LINES
1024: fnd_attached_documents2_pkg.delete_attachments('PO_IN_GA_LINES',
1025: p_po_line_id,
1026: '', '', '', '', 'N', 'Y');
1027:
1028: --Copy reference from entity 'PO_LINES' to enity 'PO_IN_GA_LINES'