DBA Data[Home] [Help]

APPS.ASO_SUBMIT_QUOTE_PVT dependencies on ASO_LINE_RELATIONSHIPS

Line 48: FROM ASO_LINE_RELATIONSHIPS a, aso_quote_lines_all b

44:
45: CURSOR c_line_relation (x_quote_header_id NUMBER) IS
46: SELECT a.LINE_RELATIONSHIP_ID, a.QUOTE_LINE_ID, a.RELATED_QUOTE_LINE_ID,
47: a.RELATIONSHIP_TYPE_CODE, a.RECIPROCAL_FLAG
48: FROM ASO_LINE_RELATIONSHIPS a, aso_quote_lines_all b
49: WHERE a.quote_line_id = b.quote_line_id
50: and b.quote_header_id = x_quote_header_id;
51:
52: CURSOR C_Qte_Status_Id (c_status_code VARCHAR2) IS