DBA Data[Home] [Help]

APPS.PA_EXP_COPY dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 761: fnd_attached_documents2_pkg.copy_attachments(

757:
758: -- Copies the attachments for the original expenditure
759: -- to the newly created expenditure
760:
761: fnd_attached_documents2_pkg.copy_attachments(
762: 'PA_EXPENDITURES',
763: EXP.orig_exp_id,
764: null,
765: null,

Line 1124: fnd_attached_documents2_pkg.copy_attachments(

1120:
1121: -- Copies the attachments for the original expenditure
1122: -- to the newly created expenditure
1123:
1124: fnd_attached_documents2_pkg.copy_attachments(
1125: X_from_entity_name => 'PA_EXPENDITURES',
1126: X_from_pk1_value => Exp.orig_exp_id,
1127: X_from_pk2_value => null,
1128: X_from_pk3_value => null,