DBA Data[Home] [Help]

APPS.PON_EXHIBITS_PKG dependencies on PON_CLM_UTIL_PKG

Line 166: IF (PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(p_doc_type_id => l_doc_type_id)) <> 1 THEN

162: l_are_exhibits_enabled VARCHAR2(1);
163: BEGIN
164:
165: l_are_exhibits_enabled := 'N';
166: IF (PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(p_doc_type_id => l_doc_type_id)) <> 1 THEN
167: RETURN l_are_exhibits_enabled;
168: END IF;
169: l_are_exhibits_enabled := Nvl(po_core_s.Retrieveoptionvalue(p_organization_id, po_core_s.g_exhibits_lines_col), 'N');
170:

Line 643: IF (PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(p_doc_type_id => l_doc_type_id)) <> 1 THEN

639: l_are_cdrls_enabled VARCHAR2(1);
640: BEGIN
641:
642: l_are_cdrls_enabled := 'N';
643: IF (PON_CLM_UTIL_PKG.IS_DOCUMENT_FEDERAL(p_doc_type_id => l_doc_type_id)) <> 1 THEN
644: RETURN l_are_cdrls_enabled;
645: END IF;
646: l_are_cdrls_enabled := Nvl(po_core_s.Retrieveoptionvalue(p_organization_id, po_core_s.g_CONT_DATA_REQS_COL), 'N');
647: