DBA Data[Home] [Help]

APPS.CSI_UTL_PKG dependencies on DUAL

Line 2332: FROM sys.dual

2328: /* check if this item is at the leaf node */
2329: BEGIN
2330: SELECT 'Y'
2331: INTO l_leaf_node
2332: FROM sys.dual
2333: WHERE exists (SELECT 'X' FROM oe_order_lines_all
2334: WHERE header_id = p_order_line_rec.header_id
2335: AND link_to_line_id = p_order_line_rec.order_line_id);
2336:

Line 5418: FROM dual;

5414: debug('l_end ='||l_end );
5415:
5416: SELECT mod(l_line_dtl_tbl(1).quantity,p_ratio)
5417: INTO l_mod_value
5418: FROM dual;
5419:
5420: debug('l_line_dtl_tbl(1).quantity ='||l_line_dtl_tbl(1).quantity);
5421:
5422: debug('l_mod_value ='||l_mod_value);