DBA Data[Home] [Help]

APPS.CZ_NETWORK_API_PUB dependencies on CZ_NETWORK_API_PUB

Line 1: PACKAGE BODY cz_network_api_pub AS

1: PACKAGE BODY cz_network_api_pub AS
2: /* $Header: czntapib.pls 120.10 2012/01/24 04:28:08 spitre ship $ */
3: ------------------------------------------------------------------------------------------
4: -- model_type/model_instantiation_type
5: NETWORK CONSTANT VARCHAR2(1) := 'N';

Line 2491: /* The CZ stub patch for use as a prereq by other teams will contain CZ_NETWORK_API_PUB.validate

2487: p_data => x_msg_data);
2488: END ext_deactivate_item;
2489:
2490: ------------------------------------------------------------------------------------------
2491: /* The CZ stub patch for use as a prereq by other teams will contain CZ_NETWORK_API_PUB.validate
2492: but not CZ_CF_API.validate. Existing customers have CZ_CF_API.validate,
2493: but without the new p_validation_type parameter. If the CZ stub patch is applied
2494: with your product's MACD changes but without CZ's MACD changes,
2495: your code will not compile if it calls CZ_CF_API.validate with p_validation_type. */

Line 2541: END CZ_NETWORK_API_PUB;

2537: END IF;
2538: END is_item_added;
2539:
2540: ----------------------------------------------------------------------
2541: END CZ_NETWORK_API_PUB;