DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ATCHMT_UTIL

Line 4885: OE_Atchmt_Util.Apply_Automatic_Attachments

4881: OE_DEBUG_PUB.Add('Enter OE_DELAYED_REQUESTS_UTIL.Apply_Automatic_Attachments', 0.5); --debug level changed to 0.5 for bug 13435459
4882:
4883: x_return_status := FND_API.G_RET_STS_SUCCESS;
4884:
4885: OE_Atchmt_Util.Apply_Automatic_Attachments
4886: ( p_entity_code => p_entity_code
4887: , p_entity_id => p_entity_id
4888: , p_is_user_action => p_is_user_action
4889: , x_attachment_count => l_attachment_count

Line 4934: OE_Atchmt_Util.Copy_Attachments

4930: p_manual_attachments_only, 0.5); --debug level changed to 0.5 for bug 13435459
4931:
4932: x_return_status := FND_API.G_RET_STS_SUCCESS;
4933:
4934: OE_Atchmt_Util.Copy_Attachments
4935: ( p_entity_code => p_entity_code
4936: , p_from_entity_id => p_from_entity_id
4937: , p_to_entity_id => p_to_entity_id
4938: , p_manual_attachments_only => NVL(p_manual_attachments_only,'N')