DBA Data[Home] [Help]

APPS.ASO_CONFIG_OPERATIONS_PVT dependencies on CZ_CONFIG_DETAILS_V

Line 236: Copy config data from CZ_CONFIG_DETAILS_V

232:
233: Close c_configuration_details_csr;
234:
235: /**************************************************************
236: Copy config data from CZ_CONFIG_DETAILS_V
237: ***************************************************************/
238:
239: l_config_rec.quote_line_id := p_quote_line_id;
240: l_config_rec.complete_configuration_flag := l_complete_configuration_flag;

Line 396: cz_config_details_v a

392:
393: Cursor c_uom_qty_csr(p_config_hdr_id Number,p_config_rev_nbr Number,p_config_item_id Number) is
394: Select a.uom_code, a.quantity
395: from
396: cz_config_details_v a
397: where a.config_hdr_id = p_config_hdr_id
398: and a.config_rev_nbr = p_config_rev_nbr
399: and a.config_item_id = p_config_item_id;
400:

Line 656: Copy config data from CZ_CONFIG_DETAILS_V

652: END IF;
653:
654:
655: /**************************************************************
656: Copy config data from CZ_CONFIG_DETAILS_V
657: **************************************************************/
658:
659: For k IN 1.. lx_out_config_tree_tbl.count Loop
660:

Line 1157: Copy config data from CZ_CONFIG_DETAILS_V

1153:
1154: Close c_top_mdl_details_csr;
1155:
1156: /**************************************************************
1157: Copy config data from CZ_CONFIG_DETAILS_V
1158: **************************************************************/
1159: l_config_rec.quote_line_id := l_quote_line_id;
1160: l_config_rec.complete_configuration_flag := l_complete_configuration_flag;
1161: l_config_rec.valid_configuration_flag := l_valid_configuration_flag;