DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_LINE_SETS

Line 1904: From oe_line_sets

1900: IS
1901:
1902: CURSOR parent_sets IS
1903: Select set_id
1904: From oe_line_sets
1905: Where line_id = p_line_id;
1906: --
1907: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
1908: --

Line 3193: from oe_line_sets a,

3189:
3190: IF C2.line_set_id is not null THEN
3191: select distinct reference_line_id
3192: into l_ref_line_tbl(l_index2)
3193: from oe_line_sets a,
3194: oe_order_lines b
3195: where a.set_id = C2.line_set_id
3196: and a.line_id = b.line_id
3197: and b.cancelled_flag <> 'Y';