DBA Data[Home] [Help]

APPS.PON_NEGOTIATION_COPY_GRP dependencies on FND_ATTACHED_DOCUMENTS

Line 3355: -- FND_ATTACHED_DOCUMENTS2_PKG API. But, most of the time it is NULL

3351: -- Copy Attachments for Lines if user wants to retain the attachments of the
3352: -- source document and the corresponding line in the source document has
3353: -- attachment flag on. It tried to assume that the original document should have
3354: -- the ATTACHMENT_FLAG properly set to prevent redundant calls on
3355: -- FND_ATTACHED_DOCUMENTS2_PKG API. But, most of the time it is NULL
3356: -- even if there are attachments. Hence dropping the condition as of now
3357: --
3358: IF ( p_retain_attachments = 'Y' ) THEN
3359: -- AND l_attachment_flag(x) = 'Y' ) THEN

Line 3360: FND_ATTACHED_DOCUMENTS2_PKG.COPY_ATTACHMENTS (

3356: -- even if there are attachments. Hence dropping the condition as of now
3357: --
3358: IF ( p_retain_attachments = 'Y' ) THEN
3359: -- AND l_attachment_flag(x) = 'Y' ) THEN
3360: FND_ATTACHED_DOCUMENTS2_PKG.COPY_ATTACHMENTS (
3361: X_from_entity_name => 'PON_AUCTION_ITEM_PRICES_ALL',
3362: X_from_pk1_value => to_char(p_source_auction_header_id),
3363: X_from_pk2_value => to_char(l_line_number(x)),
3364: X_to_entity_name => 'PON_AUCTION_ITEM_PRICES_ALL',

Line 4706: FND_ATTACHED_DOCUMENTS fnd,

4702: paps.line_number dest_line_number,
4703: paps.payment_id dest_payment_id
4704: FROM
4705: PON_AUC_PAYMENTS_SHIPMENTS paps,
4706: FND_ATTACHED_DOCUMENTS fnd,
4707: PON_AUC_PAYMENTS_SHIPMENTS psps
4708: WHERE psps.auction_header_id = p_source_auction_header_id
4709: AND paps.auction_header_id = p_auction_header_id
4710: AND paps.line_number = psps.line_number

Line 4810: FND_ATTACHED_DOCUMENTS2_PKG.COPY_ATTACHMENTS (

4806: g_err_loc := '3. before calling copy payments attachments';
4807: LOG_MESSAGE('copy_negotiation','Before copying attachments for payments. Source id =' ||payment_line_rec.source_payment_id);
4808: LOG_MESSAGE('copy_negotiation','Before copying attachments for payments. Destination id =' ||payment_line_rec.dest_payment_id);
4809:
4810: FND_ATTACHED_DOCUMENTS2_PKG.COPY_ATTACHMENTS (
4811: X_from_entity_name => 'PON_AUC_PAYMENTS_SHIPMENTS',
4812: X_from_pk1_value => to_char(payment_line_rec.source_auc_id),
4813: X_from_pk2_value => to_char(payment_line_rec.source_line_number),
4814: X_from_pk3_value => to_char(payment_line_rec.source_payment_id),

Line 10601: -- Using fnd_attached_documents2_pkg.copy_attachments

10597: --
10598: IF (p_retain_attachments = 'Y') THEN
10599: --
10600: -- Copy Header and line level attachments here
10601: -- Using fnd_attached_documents2_pkg.copy_attachments
10602: -- for this purpose
10603: --
10604: -- Header Attachments copy
10605: --

Line 10606: FND_ATTACHED_DOCUMENTS2_PKG.COPY_ATTACHMENTS (

10602: -- for this purpose
10603: --
10604: -- Header Attachments copy
10605: --
10606: FND_ATTACHED_DOCUMENTS2_PKG.COPY_ATTACHMENTS (
10607: X_from_entity_name => 'PON_AUCTION_HEADERS_ALL',
10608: X_from_pk1_value => to_char(p_source_auction_header_id),
10609: X_to_entity_name => 'PON_AUCTION_HEADERS_ALL',
10610: X_to_pk1_value => to_char(p_auction_header_id), -- PK1_VALUE