DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ATCHMT_UTIL

Line 4510: OE_Atchmt_Util.Apply_Automatic_Attachments

4506: OE_DEBUG_PUB.Add('Enter OE_DELAYED_REQUESTS_UTIL.Apply_Automatic_Attachments', 1);
4507:
4508: x_return_status := FND_API.G_RET_STS_SUCCESS;
4509:
4510: OE_Atchmt_Util.Apply_Automatic_Attachments
4511: ( p_entity_code => p_entity_code
4512: , p_entity_id => p_entity_id
4513: , p_is_user_action => p_is_user_action
4514: , x_attachment_count => l_attachment_count

Line 4559: OE_Atchmt_Util.Copy_Attachments

4555: p_manual_attachments_only, 1);
4556:
4557: x_return_status := FND_API.G_RET_STS_SUCCESS;
4558:
4559: OE_Atchmt_Util.Copy_Attachments
4560: ( p_entity_code => p_entity_code
4561: , p_from_entity_id => p_from_entity_id
4562: , p_to_entity_id => p_to_entity_id
4563: , p_manual_attachments_only => NVL(p_manual_attachments_only,'N')