DBA Data[Home] [Help]

APPS.PO_MOD_CONTROL_PVT dependencies on PO_CLM_CLO_UTIL

Line 395: PO_CLM_CLO_UTIL.check_po_uda_enabled(

391: l_document_style_id, l_conterms_exist_flag, l_po_header_id, l_type_lookup_code
392: FROM po_headers_draft_all
393: WHERE draft_id = p_draft_id;
394:
395: PO_CLM_CLO_UTIL.check_po_uda_enabled(
396: p_document_type_code => l_type_lookup_code,
397: p_document_style_id => l_document_style_id,
398: x_enabled_flag => l_uda_enabled_flag,
399: x_return_status => l_return_status