DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_VLD_PVT dependencies on CZ_CF_API

Line 5388: l_icx_session_ticket := cz_cf_api.icx_session_ticket;

5384: ' config-rev: ' || l_config_rev_nbr );
5385:
5386: -- profiles and env. variables.
5387: l_database_id := fnd_web_config.database_id;
5388: l_icx_session_ticket := cz_cf_api.icx_session_ticket;
5389:
5390: csi_gen_utility_pvt.put_line('database_id: '||l_database_id);--,2);
5391:
5392: -- Set param_names

Line 5518: l_html_pieces CZ_CF_API.CFG_OUTPUT_PIECES;

5514: ( p_xml_hdr IN VARCHAR2,-- Value passed from Create_hdr_xml
5515: x_out_xml_msg OUT NOCOPY LONG,
5516: x_return_status OUT NOCOPY VARCHAR2 )
5517: IS
5518: l_html_pieces CZ_CF_API.CFG_OUTPUT_PIECES;
5519: l_option CZ_CF_API.INPUT_SELECTION;
5520: l_batch_val_tbl CZ_CF_API.CFG_INPUT_LIST;
5521:
5522: --variable to fetch from cursor Get_Options

Line 5519: l_option CZ_CF_API.INPUT_SELECTION;

5515: x_out_xml_msg OUT NOCOPY LONG,
5516: x_return_status OUT NOCOPY VARCHAR2 )
5517: IS
5518: l_html_pieces CZ_CF_API.CFG_OUTPUT_PIECES;
5519: l_option CZ_CF_API.INPUT_SELECTION;
5520: l_batch_val_tbl CZ_CF_API.CFG_INPUT_LIST;
5521:
5522: --variable to fetch from cursor Get_Options
5523: l_component_code VARCHAR2(1000);

Line 5520: l_batch_val_tbl CZ_CF_API.CFG_INPUT_LIST;

5516: x_return_status OUT NOCOPY VARCHAR2 )
5517: IS
5518: l_html_pieces CZ_CF_API.CFG_OUTPUT_PIECES;
5519: l_option CZ_CF_API.INPUT_SELECTION;
5520: l_batch_val_tbl CZ_CF_API.CFG_INPUT_LIST;
5521:
5522: --variable to fetch from cursor Get_Options
5523: l_component_code VARCHAR2(1000);
5524: l_configuration_id NUMBER;