DBA Data[Home] [Help]

APPS.PO_DRAFTS_PVT dependencies on PO_CLM_CLO_UTIL

Line 4123: PO_CLM_CLO_UTIL.Check_po_Uda_Enabled

4119: IF PO_LOG.d_stmt THEN
4120: PO_LOG.stmt(d_module,d_position,'Before Check_Uda_Enabled');
4121: END IF;
4122:
4123: PO_CLM_CLO_UTIL.Check_po_Uda_Enabled
4124: (
4125: p_document_type_code => l_document_type_code
4126: ,p_document_style_id => l_document_style_id
4127: ,x_enabled_flag => l_enabled_flag

Line 8233: po_clm_clo_util.check_po_uda_enabled

8229: into l_document_type_code, l_document_style_id
8230: from po_headers_all
8231: where po_header_id = p_po_header_id;
8232:
8233: po_clm_clo_util.check_po_uda_enabled
8234: (
8235: p_document_type_code => l_document_type_code
8236: ,p_document_style_id => l_document_style_id
8237: ,x_enabled_flag => l_enabled_flag