DBA Data[Home] [Help]

APPS.CSTPOYLD dependencies on CST_STD_COST_ADJ_VALUES

Line 1822: FROM cst_std_cost_adj_values

1818: cscav.ADJ_VALUE
1819: FROM ( SELECT wip_entity_id WIP_ENTITY,
1820: operation_seq_num OP_SEQ_NUM,
1821: SUM((NVL(new_unit_cost,0) - NVL(old_unit_cost,0)) * adjustment_quantity) adj_value
1822: FROM cst_std_cost_adj_values
1823: WHERE organization_id = i_org_id
1824: AND cost_update_id = i_update_id
1825: AND transaction_type NOT IN (1, 2, 4, 5)
1826: GROUP BY wip_entity_id, operation_seq_num