DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on CZ_PRC_CALLBACK_UTIL

Line 1884: -- The cz_prc_callback_util.root_bom_config_item_id function will always return the config_item_id of the

1880: END Get_Config_Details;
1881:
1882:
1883: -- This pricing_callback procedure needs the followings things
1884: -- The cz_prc_callback_util.root_bom_config_item_id function will always return the config_item_id of the
1885: -- root model no matter what the price_type is.
1886: PROCEDURE Pricing_Callback( p_config_session_key IN VARCHAR2,
1887: p_price_type IN VARCHAR2,
1888: x_total_price OUT NOCOPY /* file.sql.39 change */ NUMBER )

Line 2073: IF p_price_type = cz_prc_callback_util.g_prc_type_list THEN

2069: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2070: aso_debug_pub.add('ASO_CFG_INT: PRICING CALLBACK: l_config_header_id: ' || l_config_header_id);
2071: END IF;
2072:
2073: IF p_price_type = cz_prc_callback_util.g_prc_type_list THEN
2074:
2075: FOR row IN C_options LOOP
2076:
2077: IF aso_debug_pub.g_debug_flag = 'Y' THEN

Line 2193: l_root_model_config_item_id := cz_prc_callback_util.root_bom_config_item_id(p_config_session_key);

2189:
2190: ELSE
2191:
2192: -- Get the config_item_id of the root model
2193: l_root_model_config_item_id := cz_prc_callback_util.root_bom_config_item_id(p_config_session_key);
2194:
2195: IF aso_debug_pub.g_debug_flag = 'Y' THEN
2196: aso_debug_pub.add( 'ASO_CFG_INT: PRICING CALLBACK: l_root_model_config_item_id: ' || l_root_model_config_item_id);
2197: END IF;