DBA Data[Home] [Help]

APPS.ASO_QUOTE_LINES_PVT dependencies on CZ_CONFIG_DETAILS_V

Line 1254: from cz_config_details_v

1250:
1251: cursor c_config_item_id( p_config_header_id number, p_config_revision_num number,
1252: p_component_code varchar2 ) is
1253: select config_item_id, bom_sort_order
1254: from cz_config_details_v
1255: where config_hdr_id = p_config_header_id and
1256: config_rev_nbr = p_config_revision_num and
1257: component_code = p_component_code;
1258:

Line 1262: from cz_config_details_v

1258:
1259: cursor c_bom_sort_order( p_config_header_id number, p_config_revision_num number,
1260: p_config_item_id number ) is
1261: select bom_sort_order
1262: from cz_config_details_v
1263: where config_hdr_id = p_config_header_id and
1264: config_rev_nbr = p_config_revision_num and
1265: config_item_id = p_config_item_id;
1266:

Line 1805: --populate the config_item_id and bom_sort_order column values from cz_config_details_v

1801: END IF; --l_call_get_duration = FND_API.G_TRUE
1802:
1803: END IF; -- Service_item_flag
1804:
1805: --populate the config_item_id and bom_sort_order column values from cz_config_details_v
1806: --view if the calling application is passing config_header_id, config_revision_num and
1807: --component_code values. Fix for Bug#2980130
1808:
1809: if aso_debug_pub.g_debug_flag = 'Y' then

Line 2392: --populate the config_item_id and bom_sort_order column values from cz_config_details_v

2388:
2389: --End of service line_number code
2390:
2391:
2392: --populate the config_item_id and bom_sort_order column values from cz_config_details_v
2393: --view if the calling application is passing config_header_id, config_revision_num and
2394: --component_code values. Fix for Bug#2980130
2395:
2396: if aso_debug_pub.g_debug_flag = 'Y' then