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.9 2006/10/19 17:03:35 qmao ship $ */
3: ------------------------------------------------------------------------------------------
4: -- model_type/model_instantiation_type
5: NETWORK CONSTANT VARCHAR2(1) := 'N';

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

2349: p_data => x_msg_data);
2350: END ext_deactivate_item;
2351:
2352: ------------------------------------------------------------------------------------------
2353: /* The CZ stub patch for use as a prereq by other teams will contain CZ_NETWORK_API_PUB.validate
2354: but not CZ_CF_API.validate. Existing customers have CZ_CF_API.validate,
2355: but without the new p_validation_type parameter. If the CZ stub patch is applied
2356: with your product's MACD changes but without CZ's MACD changes,
2357: your code will not compile if it calls CZ_CF_API.validate with p_validation_type. */

Line 2403: END CZ_NETWORK_API_PUB;

2399: END IF;
2400: END is_item_added;
2401:
2402: ----------------------------------------------------------------------
2403: END CZ_NETWORK_API_PUB;