DBA Data[Home] [Help]

APPS.GMS_BUDGET_CORE dependencies on FND_ATTACHED_DOCUMENTS2_PKG

Line 934: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling fnd_attached_documents2_pkg.copy_attachments','C');

930:
931: -- End Bug 2404567
932:
933: IF L_DEBUG = 'Y' THEN
934: gms_error_pkg.gms_debug('GMS_BUDGET_CORE.BASELINE- Calling fnd_attached_documents2_pkg.copy_attachments','C');
935: END IF;
936:
937: -- Copy attachments for every draft budget copied
938:

Line 939: fnd_attached_documents2_pkg.copy_attachments('GMS_BUDGET_VERSIONS',

935: END IF;
936:
937: -- Copy attachments for every draft budget copied
938:
939: fnd_attached_documents2_pkg.copy_attachments('GMS_BUDGET_VERSIONS',
940: x_draft_version_id,
941: null,null,null,null,
942: 'GMS_BUDGET_VERSIONS',
943: x_dest_version_id,

Line 1381: fnd_attached_documents2_pkg.copy_attachments('GMS_BUDGET_VERSIONS',

1377: end if;
1378:
1379: -- Copy attachments for every draft budget copied
1380:
1381: fnd_attached_documents2_pkg.copy_attachments('GMS_BUDGET_VERSIONS',
1382: x_src_version_id,
1383: null,null,null,null,
1384: 'GMS_BUDGET_VERSIONS',
1385: x_dest_version_id,