DBA Data[Home] [Help]

APPS.CSTPWCPX dependencies on MTL_PARAMETERS

Line 32: FROM MTL_PARAMETERS

28:
29: SELECT DECODE(PRIMARY_COST_METHOD, 1, 1,
30: NVL(AVG_RATES_COST_TYPE_ID,-1))
31: INTO l_cost_type_id
32: FROM MTL_PARAMETERS
33: WHERE ORGANIZATION_ID = i_org_id;
34:
35: /*--------------------------------------------------------------+
36: | Copy rows from wip_cost_txn_interface to wip_transactions. |