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'

Line 2397: fnd_attached_documents2_pkg.delete_attachments('PO_IN_GA_LINES',

2393: --'Y' for x_automatically_added_flag as we want to delete only
2394: --those attachment references that have been added automatically
2395: --in procedure reference_attachments
2396: --first delete all references on PO_IN_GA_LINES
2397: fnd_attached_documents2_pkg.delete_attachments('PO_IN_GA_LINES',
2398: l_po_line_id,
2399: '', '', '', '', 'N', 'Y');
2400:
2401: --Copy reference from entity 'PO_LINES' to enity 'PO_IN_GA_LINES'