DBA Data[Home] [Help]

APPS.ASO_VALIDATE_CFG_PVT dependencies on ASO_QUOTE_LINES_ALL

Line 18: ASO_CFG_INT.Get_config_details : To save options along with the model line in ASO_QUOTE_LINES_ALL

14: CZ configurator along with a pl/sql table which has options
15: that are updated and deleted from the model.
16: ASO_CFG_INT.Parse_output_xml : parses the CZ output xml message to see if the configuration
17: is valid and complete.
18: ASO_CFG_INT.Get_config_details : To save options along with the model line in ASO_QUOTE_LINES_ALL
19: , ASO_QUOTE_LINE_DETAILS and ASO_LINE_RELATIONSHIPS
20: -----------------------------------------------------------------------*/
21:
22: PROCEDURE Validate_Configuration

Line 337: select organization_id from aso_quote_lines_all

333: select org_id from aso_quote_headers_all
334: where quote_header_id = p_quote_header_id;
335:
336: Cursor c_inv_org_id (p_quote_line_id NUMBER) is
337: select organization_id from aso_quote_lines_all
338: where quote_line_id = p_quote_line_id;
339:
340: TYPE param_name_type IS TABLE OF VARCHAR2(25)
341: INDEX BY BINARY_INTEGER;