DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on MTL_ACTUAL_COST_SUBELEMENT

Line 6363: from mtl_actual_cost_subelement

6359: l_err_msg VARCHAR2(240);
6360:
6361: cursor mat_ovhds is
6362: select resource_id, actual_cost
6363: from mtl_actual_cost_subelement
6364: where transaction_id = i_txn_id
6365: and organization_id = i_org_id
6366: and cost_element_id = 2;
6367: BEGIN