DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_LINE_SETS

Line 1838: From oe_line_sets

1834: IS
1835:
1836: CURSOR parent_sets IS
1837: Select set_id
1838: From oe_line_sets
1839: Where line_id = p_line_id;
1840: --
1841: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1842: --

Line 3074: from oe_line_sets a,

3070:
3071: IF C2.line_set_id is not null THEN
3072: select distinct reference_line_id
3073: into l_ref_line_tbl(l_index2)
3074: from oe_line_sets a,
3075: oe_order_lines b
3076: where a.set_id = C2.line_set_id
3077: and a.line_id = b.line_id
3078: and b.cancelled_flag <> 'Y';