DBA Data[Home] [Help]

APPS.OE_CONFIG_TSO_PVT dependencies on CZ_NETWORK_API_PUB

Line 1161: CZ_NETWORK_API_PUB.Ext_Deactivate_Item

1157: END IF;
1158:
1159: Print_Time('Calling CZ_PUB.Ext_deactivate_item at: ');
1160:
1161: CZ_NETWORK_API_PUB.Ext_Deactivate_Item
1162: ( p_api_version => 1.0
1163: ,p_config_hdr_id => l_config_header_id
1164: ,p_config_rev_nbr => l_config_rev_nbr
1165: ,p_config_item_id => l_configuration_id

Line 1173: OE_DEBUG_PUB.Add('After Calling CZ_NETWORK_API_PUB.'

1169:
1170: Print_Time('Return from CZ_PUB.Ext_Deactivate_item at: ');
1171:
1172: IF l_debug_level > 0 THEN
1173: OE_DEBUG_PUB.Add('After Calling CZ_NETWORK_API_PUB.'
1174: ||'Ext_Deactivate_Item:'||x_return_status,3);
1175: END IF;
1176:
1177: IF x_return_status=FND_API.G_RET_STS_ERROR THEN

Line 1599: CZ_NETWORK_API_PUB.Generate_Config_Trees

1595: IF l_config_mode = 'R' THEN
1596:
1597: Print_Time('Before Calling CZ_PUB.Generate_Config_trees');
1598:
1599: CZ_NETWORK_API_PUB.Generate_Config_Trees
1600: ( p_api_version => 1.0
1601: ,p_config_tbl => l_config_tbl
1602: ,p_tree_copy_mode => CZ_API_PUB.G_NEW_HEADER_COPY_MODE
1603: --,p_tree_copy_mode => CZ_API_PUB.G_NEW_REVISION_COPY_MODE

Line 1781: CZ_NETWORK_API_PUB.Add_To_Config_Tree

1777: END;
1778:
1779: Print_Time('Before Calling CZ_PUB.Add_To_Config_Tree:');
1780:
1781: CZ_NETWORK_API_PUB.Add_To_Config_Tree
1782: ( p_api_version => 1.0
1783: ,p_inventory_item_id => l_inventory_item_id
1784: ,p_organization_id => OE_SYS_PARAMETERS.VALUE('MASTER_ORGANIZATION_ID')
1785: ,p_config_hdr_id => l_config_header_id