DBA Data[Home] [Help]

APPS.OE_ORDER_COPY_UTIL dependencies on OE_ATCHMT_UTIL

Line 4331: OE_Atchmt_Util.Copy_Attachments

4327: x_header_id := l_header_rec.header_id;
4328:
4329: IF FND_API.to_Boolean( p_copy_rec.hdr_attchmnts ) THEN
4330:
4331: OE_Atchmt_Util.Copy_Attachments
4332: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
4333: ,p_from_entity_id => G_ATT_HEADER_ID
4334: ,p_to_entity_id => l_header_rec.header_id
4335: ,p_manual_attachments_only => 'Y'

Line 4364: OE_Atchmt_Util.Copy_Attachments

4360:
4361: IF ( l_line_tbl(k).return_status = FND_API.g_ret_sts_success ) THEN
4362:
4363: IF FND_API.to_Boolean( p_copy_rec.line_attchmnts ) THEN
4364: OE_Atchmt_Util.Copy_Attachments
4365: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE
4366: ,p_from_entity_id => l_line_tbl(k).source_document_line_id
4367: ,p_to_entity_id => l_line_tbl(k).line_id
4368: ,p_manual_attachments_only => 'Y'