DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 226: PO_ATTRIBUTE_VALUES_PVT.gen_draft_line_translations

222:
223: --
224: -- Generate the default translations for the Attribute TLP records.
225: -- (Call this BEFORE complete_transfer because it deletes drafts)
226: PO_ATTRIBUTE_VALUES_PVT.gen_draft_line_translations
227: (
228: p_draft_id => p_draft_id
229: , p_doc_type => l_draft_info.doc_subtype
230: );