DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on CST_COST_TYPES

Line 2272: from cst_cost_types

2268: lStmtNum := 26;
2269: begin
2270:
2271: select cost_type_id into v_cto_cost_type_id
2272: from cst_cost_types
2273: where cost_type = 'CTO' ;
2274:
2275:
2276:

Line 2301: from cst_cost_types

2297:
2298: if( lBuyCostType is not null ) then
2299: begin
2300: select cost_type_id into v_buy_cost_type_id
2301: from cst_cost_types
2302: where cost_type = lBuyCostType ;
2303:
2304: IF PG_DEBUG <> 0 THEN
2305: oe_debug_pub.add('Buy Cost Type id ::'|| v_buy_cost_type_id , 2);