DBA Data[Home] [Help]

APPS.PO_CLM_INTG_GRP dependencies on PO_CORE_S

Line 614: PO_CORE_S.is_encumbrance_on( p_doc_type => p_doc_type, p_org_id => NULL)

610: END IF;
611: -- If CLM is Installed and Encumbrance is Not ON need not hide any Records
612: IF NOT
613: (
614: PO_CORE_S.is_encumbrance_on( p_doc_type => p_doc_type, p_org_id => NULL)
615: )
616: THEN
617: RETURN l_hide_record;
618: END IF;