DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on CZ_PRC_CALLBACK_UTIL

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

1707: END Get_Config_Details;
1708:
1709:
1710: -- This pricing_callback procedure needs the followings things
1711: -- The cz_prc_callback_util.root_bom_config_item_id function will always return the config_item_id of the
1712: -- root model no matter what the price_type is.
1713: PROCEDURE Pricing_Callback( p_config_session_key IN VARCHAR2,
1714: p_price_type IN VARCHAR2,
1715: x_total_price OUT NOCOPY /* file.sql.39 change */ NUMBER )

Line 1887: IF p_price_type = cz_prc_callback_util.g_prc_type_list THEN

1883: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1884: aso_debug_pub.add('ASO_CFG_INT: PRICING CALLBACK: l_config_header_id: ' || l_config_header_id);
1885: END IF;
1886:
1887: IF p_price_type = cz_prc_callback_util.g_prc_type_list THEN
1888:
1889: FOR row IN C_options LOOP
1890:
1891: IF aso_debug_pub.g_debug_flag = 'Y' THEN

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

1970:
1971: ELSE
1972:
1973: -- Get the config_item_id of the root model
1974: l_root_model_config_item_id := cz_prc_callback_util.root_bom_config_item_id(p_config_session_key);
1975:
1976: IF aso_debug_pub.g_debug_flag = 'Y' THEN
1977: aso_debug_pub.add( 'ASO_CFG_INT: PRICING CALLBACK: l_root_model_config_item_id: ' || l_root_model_config_item_id);
1978: END IF;