DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on CST_COST_TYPES

Line 2212: from cst_cost_types

2208: lStmtNum := 26;
2209: begin
2210:
2211: select cost_type_id into v_cto_cost_type_id
2212: from cst_cost_types
2213: where cost_type = 'CTO' ;
2214:
2215:
2216:

Line 2241: from cst_cost_types

2237:
2238: if( lBuyCostType is not null ) then
2239: begin
2240: select cost_type_id into v_buy_cost_type_id
2241: from cst_cost_types
2242: where cost_type = lBuyCostType ;
2243:
2244: IF PG_DEBUG <> 0 THEN
2245: oe_debug_pub.add('Buy Cost Type id ::'|| v_buy_cost_type_id , 2);