DBA Data[Home] [Help]

APPS.JMF_SHIKYU_RPT_CUR_PVT dependencies on CST_ITEM_COSTS

Line 1338: FROM cst_item_costs cost

1334: -- g_debug_level := fnd_log.g_current_runtime_level;
1335:
1336: SELECT item_cost
1337: INTO l_item_cost
1338: FROM cst_item_costs cost
1339: WHERE cost.cost_type_id = p_cst_type_id
1340: AND cost.inventory_item_id = p_item_id
1341: AND organization_id = p_org_id;
1342: RETURN(l_item_cost);