DBA Data[Home] [Help]

APPS.PA_EXP_COPY dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 764: fnd_attached_documents2_pkg.copy_attachments(

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

Line 1127: fnd_attached_documents2_pkg.copy_attachments(

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