DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_CORE_S

Line 1170: IF (PO_CORE_S.is_encumbrance_on(p_doc_type => 'RELEASE',

1166: END IF;
1167:
1168: -- Bug 3573266: Do not continue if the PO encumbrance in the current
1169: -- OU is ON
1170: IF (PO_CORE_S.is_encumbrance_on(p_doc_type => 'RELEASE',
1171: p_org_id => l_current_org_id))
1172: THEN
1173: PO_DEBUG.put_line('Retroactive Pricing is not supported in encumbered OUs ');
1174: IF g_debug_stmt THEN