DBA Data[Home] [Help]

APPS.ASO_ATP_INT dependencies on CZ_CONFIG_DETAILS_V

Line 2460: from cz_config_details_v a, aso_quote_line_details b

2456:
2457:
2458: Cursor get_cz_data(l_config_header_id Number,l_config_revision_num Number) IS
2459: select a.ato_config_item_id,b.quote_line_detail_id
2460: from cz_config_details_v a, aso_quote_line_details b
2461: where a.config_hdr_id = b.config_header_id
2462: and a.config_rev_nbr = b.config_revision_num
2463: and b.config_header_id = l_config_header_id
2464: and b.config_revision_num = l_config_revision_num