DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_ATTRIBUTE_VALUES_PVT

Line 484: PO_ATTRIBUTE_VALUES_PVT.gen_draft_line_translations

480:
481: --
482: -- Generate the default translations for the Attribute TLP records.
483: -- (Call this BEFORE complete_transfer because it deletes drafts)
484: PO_ATTRIBUTE_VALUES_PVT.gen_draft_line_translations
485: (
486: p_draft_id => p_draft_id
487: , p_doc_type => l_draft_info.doc_subtype
488: );