DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on STANDARD

Line 367: l_bom_explode_flag := csi_utl_pkg.check_standard_bom(

363: DEBUG('Single Quantity Instances Table Count'|| l_single_cps_tbl.count);
364:
365: IF l_single_cps_tbl.count > 0 THEN
366:
367: l_bom_explode_flag := csi_utl_pkg.check_standard_bom(
368: p_order_line_rec => l_ship_order_line_rec);
369:
370: IF l_bom_explode_flag THEN
371:

Line 1959: ELSIF p_item_type_code = 'STANDARD' THEN

1955: ELSIF p_item_type_code = 'INCLUDED' THEN
1956: x_item_type := 'INCLUDED_ITEM';
1957: ELSIF p_item_type_code = 'CONFIG' THEN
1958: x_item_type := 'CONFIG_ITEM';
1959: ELSIF p_item_type_code = 'STANDARD' THEN
1960: x_item_type := 'STANDARD';
1961: END IF;
1962: debug(' identified_type : '||x_item_type);
1963: END get_item_type;

Line 1960: x_item_type := 'STANDARD';

1956: x_item_type := 'INCLUDED_ITEM';
1957: ELSIF p_item_type_code = 'CONFIG' THEN
1958: x_item_type := 'CONFIG_ITEM';
1959: ELSIF p_item_type_code = 'STANDARD' THEN
1960: x_item_type := 'STANDARD';
1961: END IF;
1962: debug(' identified_type : '||x_item_type);
1963: END get_item_type;
1964: