DBA Data[Home] [Help]

APPS.OE_CONFIG_TSO_GRP dependencies on OE_ORDER_LINES_ALL

Line 50: * Assumption: line being passed is already in the in oe_order_lines_all table.

46: * not be part of a container model or the top model line may be passed in
47: * as child line etc. So the number of error messages required would be too
48: * many.)
49: *
50: * Assumption: line being passed is already in the in oe_order_lines_all table.
51: *
52: * Description of API internals:
53: * The Private API called by this procedure uses different SQLs depending
54: * on what is the input parameter

Line 130: FROM oe_order_lines_all

126:
127:
128: SELECT org_id
129: INTO l_org_id
130: FROM oe_order_lines_all
131: WHERE line_id = p_line_id;
132:
133:
134: EXCEPTION