DBA Data[Home] [Help]

APPS.CST_COSTPROCVALIDATION_PVT dependencies on WIP_PERIOD_BALANCES

Line 413: SELECT 1 from wip_period_balances wpb

409: WHERE we.organization_id = mmt.organization_id
410: AND we.wip_entity_id = mmt.transaction_source_id
411: AND (we.entity_type = 4
412: OR EXISTS (
413: SELECT 1 from wip_period_balances wpb
414: WHERE wpb.organization_id = mmt.organization_id
415: AND wpb.wip_entity_id = mmt.transaction_source_id
416: AND wpb.acct_period_id = mmt.acct_period_id)));
417: