DBA Data[Home] [Help]

APPS.OE_RSCH_SETS_CONC_REQUESTS dependencies on OE_CONFIG_UTIL

Line 77: l_return_status := OE_CONFIG_UTIL.Process_Included_Items

73: -- Calling Process_Included_Items. This procedure
74: -- will take care of exploding and updating the picture
75: -- of included_items in the oe_order_lines table.
76:
77: l_return_status := OE_CONFIG_UTIL.Process_Included_Items
78: (p_line_rec => p_x_line_tbl(I),
79: p_freeze => FALSE,
80: p_process_requests => TRUE);
81:

Line 92: OE_Config_Util.Query_Included_Items

88: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
89: RAISE FND_API.G_EXC_ERROR;
90: END IF;
91:
92: OE_Config_Util.Query_Included_Items
93: (p_line_id => p_x_line_tbl(I).line_id,
94: x_line_tbl => l_ii_line_tbl);
95:
96: IF l_debug_level > 0 THEN