DBA Data[Home] [Help]

APPS.ASO_NETWORK_UI_PVT dependencies on CZ_API_PUB

Line 29: l_appl_param_rec CZ_API_PUB.appl_param_rec_type;

25: ,x_msg_count OUT NOCOPY NUMBER
26: ,x_msg_data OUT NOCOPY VARCHAR2
27: )
28: IS
29: l_appl_param_rec CZ_API_PUB.appl_param_rec_type;
30:
31:
32: l_api_version CONSTANT NUMBER := 1.0;
33: l_api_name CONSTANT VARCHAR2(30) := 'aso_is_container';

Line 122: l_inventory_item_id_tbl CZ_API_PUB.number_tbl_type := cz_api_pub.NUMBER_TBL_TYPE();

118: )
119: IS
120: l_api_name CONSTANT VARCHAR2(30) := 'aso_get_contained_models';
121:
122: l_inventory_item_id_tbl CZ_API_PUB.number_tbl_type := cz_api_pub.NUMBER_TBL_TYPE();
123: l_msg_data VARCHAR2(2000);
124: l_appl_param_rec CZ_API_PUB.appl_param_rec_type;
125:
126: lx_model_tbl CZ_API_PUB.number_tbl_type;

Line 124: l_appl_param_rec CZ_API_PUB.appl_param_rec_type;

120: l_api_name CONSTANT VARCHAR2(30) := 'aso_get_contained_models';
121:
122: l_inventory_item_id_tbl CZ_API_PUB.number_tbl_type := cz_api_pub.NUMBER_TBL_TYPE();
123: l_msg_data VARCHAR2(2000);
124: l_appl_param_rec CZ_API_PUB.appl_param_rec_type;
125:
126: lx_model_tbl CZ_API_PUB.number_tbl_type;
127: BEGIN
128: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');

Line 126: lx_model_tbl CZ_API_PUB.number_tbl_type;

122: l_inventory_item_id_tbl CZ_API_PUB.number_tbl_type := cz_api_pub.NUMBER_TBL_TYPE();
123: l_msg_data VARCHAR2(2000);
124: l_appl_param_rec CZ_API_PUB.appl_param_rec_type;
125:
126: lx_model_tbl CZ_API_PUB.number_tbl_type;
127: BEGIN
128: aso_debug_pub.g_debug_flag := nvl(fnd_profile.value('ASO_ENABLE_DEBUG'),'N');
129:
130: IF aso_debug_pub.g_debug_flag = 'Y' THEN