DBA Data[Home] [Help]

APPS.CZ_NETWORK_API_PUB dependencies on CZ_CF_API

Line 207: -- this needs to change to call cz_cf_api.delete_configuration

203: BEGIN
204: IF (p_config_model_tbl.COUNT > 0) THEN
205: FOR I IN p_config_model_tbl.FIRST..p_config_model_tbl.LAST
206: LOOP
207: -- this needs to change to call cz_cf_api.delete_configuration
208: cz_cf_api.delete_configuration(p_config_model_tbl(i).config_hdr_id,
209: p_config_model_tbl(i).config_rev_nbr,
210: l_usage_exists,
211: l_error_message,

Line 208: cz_cf_api.delete_configuration(p_config_model_tbl(i).config_hdr_id,

204: IF (p_config_model_tbl.COUNT > 0) THEN
205: FOR I IN p_config_model_tbl.FIRST..p_config_model_tbl.LAST
206: LOOP
207: -- this needs to change to call cz_cf_api.delete_configuration
208: cz_cf_api.delete_configuration(p_config_model_tbl(i).config_hdr_id,
209: p_config_model_tbl(i).config_rev_nbr,
210: l_usage_exists,
211: l_error_message,
212: l_Return_value);

Line 572: param_value(15) := cz_cf_api.icx_session_ticket;

568: param_value(11) := l_ui_type;
569: param_value(12) := p_appl_params.language;
570: param_value(13) := l_msg_behavior;
571: param_value(14) := l_model_quantity;
572: param_value(15) := cz_cf_api.icx_session_ticket;
573: param_value(16) := p_appl_params.publication_mode;
574: param_value(17) := p_appl_params.usage_name;
575: param_value(18) := 'TRUE';
576:

Line 956: config_input_list cz_cf_api.cfg_input_list;

952: v_output_cfg_rev_nbr NUMBER := 0;
953: v_valid_config VARCHAR2(30);
954: v_complete_config VARCHAR2(30);
955: l_copy_config_msg VARCHAR2(2000);
956: config_input_list cz_cf_api.cfg_input_list;
957: config_messages cz_cf_api.cfg_output_pieces;
958: v_ouput_config_count NUMBER := 0;
959: v_xml_str LONG;
960: l_idx NUMBER;

Line 957: config_messages cz_cf_api.cfg_output_pieces;

953: v_valid_config VARCHAR2(30);
954: v_complete_config VARCHAR2(30);
955: l_copy_config_msg VARCHAR2(2000);
956: config_input_list cz_cf_api.cfg_input_list;
957: config_messages cz_cf_api.cfg_output_pieces;
958: v_ouput_config_count NUMBER := 0;
959: v_xml_str LONG;
960: l_idx NUMBER;
961: inv_count NUMBER := 0;

Line 1153: cz_cf_api.validate(config_input_list,l_xml_hdr,config_messages,validation_status,l_url,p_validation_type);

1149: l_xml_hdr);
1150:
1151: l_url := FND_PROFILE.VALUE('CZ_UIMGR_URL');
1152: config_messages.DELETE;
1153: cz_cf_api.validate(config_input_list,l_xml_hdr,config_messages,validation_status,l_url,p_validation_type);
1154:
1155: EXCEPTION
1156: WHEN OTHERS THEN
1157: delete_dummy_config ( l_dummy_config_hdr_id );

Line 1167: IF (validation_status <> CZ_CF_API.CONFIG_PROCESSED) THEN

1163: COMMIT;
1164:
1165: cz_debug_pub.get_batch_validate_message(validation_status,l_batch_validate_msg);
1166:
1167: IF (validation_status <> CZ_CF_API.CONFIG_PROCESSED) THEN
1168: RAISE BATCH_VALID_ERR;
1169: ELSE
1170: ----get config hdr id and config rev nbr from xml string
1171: IF (config_messages.COUNT > 0) THEN

Line 1429: config_input_list cz_cf_api.cfg_input_list;

1425:
1426: l_model_instantiation_type VARCHAR2(1);
1427: l_component_instance_type VARCHAR2(1);
1428:
1429: config_input_list cz_cf_api.cfg_input_list;
1430: config_messages cz_cf_api.cfg_output_pieces;
1431: validation_status NUMBER;
1432: l_batch_validate_msg VARCHAR2(100);
1433: v_output_cfg_hdr_id NUMBER := 0;

Line 1430: config_messages cz_cf_api.cfg_output_pieces;

1426: l_model_instantiation_type VARCHAR2(1);
1427: l_component_instance_type VARCHAR2(1);
1428:
1429: config_input_list cz_cf_api.cfg_input_list;
1430: config_messages cz_cf_api.cfg_output_pieces;
1431: validation_status NUMBER;
1432: l_batch_validate_msg VARCHAR2(100);
1433: v_output_cfg_hdr_id NUMBER := 0;
1434: v_output_cfg_rev_nbr NUMBER := 0;

Line 1581: cz_cf_api.validate(config_input_list,l_xml_hdr,config_messages,validation_status,l_url,CZ_API_PUB.INTERACTIVE);

1577:
1578: config_input_list.DELETE;
1579: l_url := FND_PROFILE.VALUE('CZ_UIMGR_URL');
1580: config_messages.DELETE;
1581: cz_cf_api.validate(config_input_list,l_xml_hdr,config_messages,validation_status,l_url,CZ_API_PUB.INTERACTIVE);
1582:
1583: EXCEPTION
1584: WHEN OTHERS THEN
1585: delete_dummy_config ( l_dummy_config_hdr_id );

Line 1595: IF (validation_status <> CZ_CF_API.CONFIG_PROCESSED) THEN

1591: COMMIT;
1592:
1593: cz_debug_pub.get_batch_validate_message(validation_status,l_batch_validate_msg);
1594:
1595: IF (validation_status <> CZ_CF_API.CONFIG_PROCESSED) THEN
1596: RAISE BATCH_VALID_ERR;
1597: ELSE
1598: ----get config hdr id and config rev nbr from xml string
1599: IF (config_messages.COUNT > 0) THEN

Line 1627: END IF; /* end if of validation_status <> CZ_CF_API.CONFIG_PROCESSED */

1623: x_config_model_rec.inventory_item_id := p_inventory_item_id;
1624: x_config_model_rec.organization_id := p_organization_id;
1625: x_config_model_rec.config_item_id := l_config_item_id;
1626: END IF;
1627: END IF; /* end if of validation_status <> CZ_CF_API.CONFIG_PROCESSED */
1628:
1629: ELSE /* if p_config_hdr_id is NULL */
1630: ----generate config tree
1631: generate_config_trees(l_api_version,

Line 1889: cz_cf_api.default_new_cfg_dates(l_appl_param_rec.config_creation_date

1885: RAISE FND_API.G_EXC_ERROR;
1886: END IF;
1887:
1888: -- defaulting date values if not passed in
1889: cz_cf_api.default_new_cfg_dates(l_appl_param_rec.config_creation_date
1890: ,l_appl_param_rec.config_model_lookup_date
1891: ,l_appl_param_rec.config_effective_date
1892: );
1893:

Line 1895: l_model_id := cz_cf_api.config_model_for_item

1891: ,l_appl_param_rec.config_effective_date
1892: );
1893:
1894: -- publication look up
1895: l_model_id := cz_cf_api.config_model_for_item
1896: (p_inventory_item_id
1897: ,p_organization_id
1898: ,l_appl_param_rec.config_model_lookup_date
1899: ,l_appl_param_rec.calling_application_id

Line 2354: but not CZ_CF_API.validate. Existing customers have CZ_CF_API.validate,

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. */
2358:

Line 2357: your code will not compile if it calls CZ_CF_API.validate with p_validation_type. */

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. */
2358:
2359: PROCEDURE VALIDATE(config_input_list IN CZ_CF_API.CFG_INPUT_LIST, -- input selections
2360: init_message IN VARCHAR2, -- additional XML
2361: config_messages IN OUT NOCOPY CZ_CF_API.CFG_OUTPUT_PIECES, -- table of output XML messages

Line 2359: PROCEDURE VALIDATE(config_input_list IN CZ_CF_API.CFG_INPUT_LIST, -- input selections

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. */
2358:
2359: PROCEDURE VALIDATE(config_input_list IN CZ_CF_API.CFG_INPUT_LIST, -- input selections
2360: init_message IN VARCHAR2, -- additional XML
2361: config_messages IN OUT NOCOPY CZ_CF_API.CFG_OUTPUT_PIECES, -- table of output XML messages
2362: validation_status IN OUT NOCOPY NUMBER, -- status return
2363: URL IN VARCHAR2 DEFAULT FND_PROFILE.Value('CZ_UIMGR_URL'),

Line 2361: config_messages IN OUT NOCOPY CZ_CF_API.CFG_OUTPUT_PIECES, -- table of output XML messages

2357: your code will not compile if it calls CZ_CF_API.validate with p_validation_type. */
2358:
2359: PROCEDURE VALIDATE(config_input_list IN CZ_CF_API.CFG_INPUT_LIST, -- input selections
2360: init_message IN VARCHAR2, -- additional XML
2361: config_messages IN OUT NOCOPY CZ_CF_API.CFG_OUTPUT_PIECES, -- table of output XML messages
2362: validation_status IN OUT NOCOPY NUMBER, -- status return
2363: URL IN VARCHAR2 DEFAULT FND_PROFILE.Value('CZ_UIMGR_URL'),
2364: p_validation_type IN VARCHAR2 DEFAULT CZ_API_PUB.VALIDATE_ORDER
2365: )

Line 2370: cz_cf_api.validate( config_input_list,

2366:
2367: IS
2368:
2369: BEGIN
2370: cz_cf_api.validate( config_input_list,
2371: init_message,
2372: config_messages,
2373: validation_status,
2374: URL,