DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on PO_DOC_STYLE_HELPER

Line 8416: AND PO_DOC_STYLE_HELPER.get_clm_flag(p_style_id) = 'Y' -- PO is CLM Enabled

8412: d_pos := 20;
8413: l_default_dist_option := PO_CORE_S.retrieveOptionValue(p_org_id => p_org_id,
8414: p_option_column => PO_CORE_S.g_DEFAULT_DISTRIBUTIONS_COL);
8415: IF l_doc_type = g_doc_type_PO -- Document Type is PO
8416: AND PO_DOC_STYLE_HELPER.get_clm_flag(p_style_id) = 'Y' -- PO is CLM Enabled
8417: AND PO_CORE_S.is_encumbrance_on(l_doc_type, p_org_id) -- Encumbrance is On
8418: AND l_default_dist_option = 'N' -- Profile Value for PO:Default Distributions
8419: THEN
8420: d_pos := 30;