DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on STANDARD

Line 344: l_bom_explode_flag := csi_utl_pkg.check_standard_bom(

340: DEBUG('Single Quantity Instances Table Count'|| l_single_cps_tbl.count);
341:
342: IF l_single_cps_tbl.count > 0 THEN
343:
344: l_bom_explode_flag := csi_utl_pkg.check_standard_bom(
345: p_order_line_rec => l_ship_order_line_rec);
346:
347: IF l_bom_explode_flag THEN
348:

Line 1919: ELSIF p_item_type_code = 'STANDARD' THEN

1915: ELSIF p_item_type_code = 'INCLUDED' THEN
1916: x_item_type := 'INCLUDED_ITEM';
1917: ELSIF p_item_type_code = 'CONFIG' THEN
1918: x_item_type := 'CONFIG_ITEM';
1919: ELSIF p_item_type_code = 'STANDARD' THEN
1920: x_item_type := 'STANDARD';
1921: END IF;
1922: debug(' identified_type : '||x_item_type);
1923: END get_item_type;

Line 1920: x_item_type := 'STANDARD';

1916: x_item_type := 'INCLUDED_ITEM';
1917: ELSIF p_item_type_code = 'CONFIG' THEN
1918: x_item_type := 'CONFIG_ITEM';
1919: ELSIF p_item_type_code = 'STANDARD' THEN
1920: x_item_type := 'STANDARD';
1921: END IF;
1922: debug(' identified_type : '||x_item_type);
1923: END get_item_type;
1924: