DBA Data[Home] [Help]

APPS.IBE_SHOP_LIST_PVT dependencies on ASO_LINE_RELATIONSHIPS

Line 2185: FROM aso_line_relationships ALR,

2181: -- get the related lines
2182: OPEN l_csr_rel FOR SELECT ALR.quote_line_id,
2183: ALR.related_quote_line_id,
2184: ALR.relationship_type_code
2185: FROM aso_line_relationships ALR,
2186: aso_quote_lines AQL
2187: WHERE ALR.quote_line_id = AQL.quote_line_id
2188: AND AQL.quote_header_id = p_quote_header_id;
2189: