DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on MTL_ACTUAL_COST_SUBELEMENT

Line 6475: from mtl_actual_cost_subelement

6471: l_err_msg VARCHAR2(240);
6472:
6473: cursor mat_ovhds is
6474: select resource_id, actual_cost
6475: from mtl_actual_cost_subelement
6476: where transaction_id = i_txn_id
6477: and organization_id = i_org_id
6478: and cost_element_id = 2;
6479: BEGIN