DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_CORE_S

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

1193: END IF;
1194:
1195: -- Bug 3573266: Do not continue if the PO encumbrance in the current
1196: -- OU is ON
1197: IF (PO_CORE_S.is_encumbrance_on(p_doc_type => 'RELEASE',
1198: p_org_id => l_current_org_id))
1199: THEN
1200: PO_DEBUG.put_line('Retroactive Pricing is not supported in encumbered OUs ');
1201: IF g_debug_stmt THEN