DBA Data[Home] [Help]

APPS.CST_COSTPROCVALIDATION_PVT dependencies on WIP_PERIOD_BALANCES

Line 408: SELECT 1 from wip_period_balances wpb

404: WHERE we.organization_id = mmt.organization_id
405: AND we.wip_entity_id = mmt.transaction_source_id
406: AND (we.entity_type = 4
407: OR EXISTS (
408: SELECT 1 from wip_period_balances wpb
409: WHERE wpb.organization_id = mmt.organization_id
410: AND wpb.wip_entity_id = mmt.transaction_source_id
411: AND wpb.acct_period_id = mmt.acct_period_id)));
412: