DBA Data[Home] [Help]

APPS.CTO_WORKBENCH_UTIL_PK dependencies on STANDARD

Line 147: if (p_item_type in ('OPTION','STANDARD')) then

143: --
144: -- Get demand line
145: --
146: If (p_ato_line_id is not null) then
147: if (p_item_type in ('OPTION','STANDARD')) then
148:
149: l_demand_line_id := p_line_id;
150:
151: elsif (p_ato_line_id = p_line_id and p_item_type in ('MODEL', 'CLASS')) then

Line 583: (p_item_type_code = 'STANDARD' OR

579:
580: ELSE
581:
582: IF p_ato_line_id = p_line_id AND
583: (p_item_type_code = 'STANDARD' OR
584: p_item_type_code = 'OPTION') THEN
585:
586: x_wb_item_type := 'ATO';
587: