DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on CZ_CF_API

Line 5641: l_icx_session_ticket := cz_cf_api.icx_session_ticket;

5637: ' config-rev: ' || l_config_rev_nbr );
5638:
5639: -- profiles and env. variables.
5640: l_database_id := fnd_web_config.database_id;
5641: l_icx_session_ticket := cz_cf_api.icx_session_ticket;
5642:
5643: csi_gen_utility_pvt.put_line('database_id: '||l_database_id);--,2);
5644:
5645: -- Set param_names

Line 5771: l_html_pieces CZ_CF_API.CFG_OUTPUT_PIECES;

5767: ( p_xml_hdr IN VARCHAR2,-- Value passed from Create_hdr_xml
5768: x_out_xml_msg OUT NOCOPY LONG,
5769: x_return_status OUT NOCOPY VARCHAR2 )
5770: IS
5771: l_html_pieces CZ_CF_API.CFG_OUTPUT_PIECES;
5772: l_option CZ_CF_API.INPUT_SELECTION;
5773: l_batch_val_tbl CZ_CF_API.CFG_INPUT_LIST;
5774:
5775: --variable to fetch from cursor Get_Options

Line 5772: l_option CZ_CF_API.INPUT_SELECTION;

5768: x_out_xml_msg OUT NOCOPY LONG,
5769: x_return_status OUT NOCOPY VARCHAR2 )
5770: IS
5771: l_html_pieces CZ_CF_API.CFG_OUTPUT_PIECES;
5772: l_option CZ_CF_API.INPUT_SELECTION;
5773: l_batch_val_tbl CZ_CF_API.CFG_INPUT_LIST;
5774:
5775: --variable to fetch from cursor Get_Options
5776: l_component_code VARCHAR2(1000);

Line 5773: l_batch_val_tbl CZ_CF_API.CFG_INPUT_LIST;

5769: x_return_status OUT NOCOPY VARCHAR2 )
5770: IS
5771: l_html_pieces CZ_CF_API.CFG_OUTPUT_PIECES;
5772: l_option CZ_CF_API.INPUT_SELECTION;
5773: l_batch_val_tbl CZ_CF_API.CFG_INPUT_LIST;
5774:
5775: --variable to fetch from cursor Get_Options
5776: l_component_code VARCHAR2(1000);
5777: l_configuration_id NUMBER;