DBA Data[Home] [Help]

APPS.ASO_QUOTE_HEADERS_PVT dependencies on CZ_NETWORK_API_PUB

Line 9546: aso_debug_pub.add('Copy_Line_Rows:Call TO CZ_NETWORK_API_PUB.Is_Container ');

9542: End IF;
9543: End IF; -- Trade in
9544:
9545: IF aso_debug_pub.g_debug_flag = 'Y' THEN
9546: aso_debug_pub.add('Copy_Line_Rows:Call TO CZ_NETWORK_API_PUB.Is_Container ');
9547: END IF;
9548:
9549: -- Validation check for Container Model
9550: cz_network_api_pub.is_container(p_api_version => 1.0

Line 9550: cz_network_api_pub.is_container(p_api_version => 1.0

9546: aso_debug_pub.add('Copy_Line_Rows:Call TO CZ_NETWORK_API_PUB.Is_Container ');
9547: END IF;
9548:
9549: -- Validation check for Container Model
9550: cz_network_api_pub.is_container(p_api_version => 1.0
9551: ,p_inventory_item_id => ls_qte_line_tbl( i ).inventory_item_id
9552: ,p_organization_id => ls_qte_line_tbl( i ).organization_id
9553: ,p_appl_param_rec => l_appl_param_rec
9554: ,x_return_value => l_return_value