DBA Data[Home] [Help]

APPS.OE_ORDER_COPY_UTIL dependencies on OE_ATCHMT_UTIL

Line 4481: OE_Atchmt_Util.Copy_Attachments

4477: x_header_id := l_header_rec.header_id;
4478:
4479: IF FND_API.to_Boolean( p_copy_rec.hdr_attchmnts ) THEN
4480:
4481: OE_Atchmt_Util.Copy_Attachments
4482: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
4483: ,p_from_entity_id => G_ATT_HEADER_ID
4484: ,p_to_entity_id => l_header_rec.header_id
4485: ,p_manual_attachments_only => 'Y'

Line 4514: OE_Atchmt_Util.Copy_Attachments

4510:
4511: IF ( l_line_tbl(k).return_status = FND_API.g_ret_sts_success ) THEN
4512:
4513: IF FND_API.to_Boolean( p_copy_rec.line_attchmnts ) THEN
4514: OE_Atchmt_Util.Copy_Attachments
4515: (p_entity_code => OE_GLOBALS.G_ENTITY_LINE
4516: ,p_from_entity_id => l_line_tbl(k).source_document_line_id
4517: ,p_to_entity_id => l_line_tbl(k).line_id
4518: ,p_manual_attachments_only => 'Y'