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 599: param_value(15) := cz_cf_api.icx_session_ticket;

595: param_value(11) := l_ui_type;
596: param_value(12) := p_appl_params.language;
597: param_value(13) := l_msg_behavior;
598: param_value(14) := l_model_quantity;
599: param_value(15) := cz_cf_api.icx_session_ticket;
600: param_value(16) := p_appl_params.publication_mode;
601: param_value(17) := p_appl_params.usage_name;
602: param_value(18) := 'TRUE';
603:

Line 983: config_input_list cz_cf_api.cfg_input_list;

979: v_output_cfg_rev_nbr NUMBER := 0;
980: v_valid_config VARCHAR2(30);
981: v_complete_config VARCHAR2(30);
982: l_copy_config_msg VARCHAR2(2000);
983: config_input_list cz_cf_api.cfg_input_list;
984: config_messages cz_cf_api.cfg_output_pieces;
985: v_ouput_config_count NUMBER := 0;
986: v_xml_str LONG;
987: l_idx NUMBER;

Line 984: config_messages cz_cf_api.cfg_output_pieces;

980: v_valid_config VARCHAR2(30);
981: v_complete_config VARCHAR2(30);
982: l_copy_config_msg VARCHAR2(2000);
983: config_input_list cz_cf_api.cfg_input_list;
984: config_messages cz_cf_api.cfg_output_pieces;
985: v_ouput_config_count NUMBER := 0;
986: v_xml_str LONG;
987: l_idx NUMBER;
988: inv_count NUMBER := 0;

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

1287: l_xml_hdr);
1288:
1289: l_url := FND_PROFILE.VALUE('CZ_UIMGR_URL');
1290: config_messages.DELETE;
1291: cz_cf_api.validate(config_input_list,l_xml_hdr,config_messages,validation_status,l_url,p_validation_type);
1292:
1293: EXCEPTION
1294: WHEN OTHERS THEN
1295: delete_dummy_config ( l_dummy_config_hdr_id );

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

1301: COMMIT;
1302:
1303: cz_debug_pub.get_batch_validate_message(validation_status,l_batch_validate_msg);
1304:
1305: IF (validation_status <> CZ_CF_API.CONFIG_PROCESSED) THEN
1306: RAISE BATCH_VALID_ERR;
1307: ELSE
1308: ----get config hdr id and config rev nbr from xml string
1309: IF (config_messages.COUNT > 0) THEN

Line 1567: config_input_list cz_cf_api.cfg_input_list;

1563:
1564: l_model_instantiation_type VARCHAR2(1);
1565: l_component_instance_type VARCHAR2(1);
1566:
1567: config_input_list cz_cf_api.cfg_input_list;
1568: config_messages cz_cf_api.cfg_output_pieces;
1569: validation_status NUMBER;
1570: l_batch_validate_msg VARCHAR2(100);
1571: v_output_cfg_hdr_id NUMBER := 0;

Line 1568: config_messages cz_cf_api.cfg_output_pieces;

1564: l_model_instantiation_type VARCHAR2(1);
1565: l_component_instance_type VARCHAR2(1);
1566:
1567: config_input_list cz_cf_api.cfg_input_list;
1568: config_messages cz_cf_api.cfg_output_pieces;
1569: validation_status NUMBER;
1570: l_batch_validate_msg VARCHAR2(100);
1571: v_output_cfg_hdr_id NUMBER := 0;
1572: v_output_cfg_rev_nbr NUMBER := 0;

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

1715:
1716: config_input_list.DELETE;
1717: l_url := FND_PROFILE.VALUE('CZ_UIMGR_URL');
1718: config_messages.DELETE;
1719: cz_cf_api.validate(config_input_list,l_xml_hdr,config_messages,validation_status,l_url,CZ_API_PUB.INTERACTIVE);
1720:
1721: EXCEPTION
1722: WHEN OTHERS THEN
1723: delete_dummy_config ( l_dummy_config_hdr_id );

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

1729: COMMIT;
1730:
1731: cz_debug_pub.get_batch_validate_message(validation_status,l_batch_validate_msg);
1732:
1733: IF (validation_status <> CZ_CF_API.CONFIG_PROCESSED) THEN
1734: RAISE BATCH_VALID_ERR;
1735: ELSE
1736: ----get config hdr id and config rev nbr from xml string
1737: IF (config_messages.COUNT > 0) THEN

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

1761: x_config_model_rec.inventory_item_id := p_inventory_item_id;
1762: x_config_model_rec.organization_id := p_organization_id;
1763: x_config_model_rec.config_item_id := l_config_item_id;
1764: END IF;
1765: END IF; /* end if of validation_status <> CZ_CF_API.CONFIG_PROCESSED */
1766:
1767: ELSE /* if p_config_hdr_id is NULL */
1768: ----generate config tree
1769: generate_config_trees(l_api_version,

Line 2027: cz_cf_api.default_new_cfg_dates(l_appl_param_rec.config_creation_date

2023: RAISE FND_API.G_EXC_ERROR;
2024: END IF;
2025:
2026: -- defaulting date values if not passed in
2027: cz_cf_api.default_new_cfg_dates(l_appl_param_rec.config_creation_date
2028: ,l_appl_param_rec.config_model_lookup_date
2029: ,l_appl_param_rec.config_effective_date
2030: );
2031:

Line 2033: l_model_id := cz_cf_api.config_model_for_item

2029: ,l_appl_param_rec.config_effective_date
2030: );
2031:
2032: -- publication look up
2033: l_model_id := cz_cf_api.config_model_for_item
2034: (p_inventory_item_id
2035: ,p_organization_id
2036: ,l_appl_param_rec.config_model_lookup_date
2037: ,l_appl_param_rec.calling_application_id

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

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

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

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

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

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. */
2496:
2497: PROCEDURE VALIDATE(config_input_list IN CZ_CF_API.CFG_INPUT_LIST, -- input selections
2498: init_message IN VARCHAR2, -- additional XML
2499: config_messages IN OUT NOCOPY CZ_CF_API.CFG_OUTPUT_PIECES, -- table of output XML messages
2500: validation_status IN OUT NOCOPY NUMBER, -- status return
2501: URL IN VARCHAR2 DEFAULT FND_PROFILE.Value('CZ_UIMGR_URL'),

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

2495: your code will not compile if it calls CZ_CF_API.validate with p_validation_type. */
2496:
2497: PROCEDURE VALIDATE(config_input_list IN CZ_CF_API.CFG_INPUT_LIST, -- input selections
2498: init_message IN VARCHAR2, -- additional XML
2499: config_messages IN OUT NOCOPY CZ_CF_API.CFG_OUTPUT_PIECES, -- table of output XML messages
2500: validation_status IN OUT NOCOPY NUMBER, -- status return
2501: URL IN VARCHAR2 DEFAULT FND_PROFILE.Value('CZ_UIMGR_URL'),
2502: p_validation_type IN VARCHAR2 DEFAULT CZ_API_PUB.VALIDATE_ORDER
2503: )

Line 2508: cz_cf_api.validate( config_input_list,

2504:
2505: IS
2506:
2507: BEGIN
2508: cz_cf_api.validate( config_input_list,
2509: init_message,
2510: config_messages,
2511: validation_status,
2512: URL,