DBA Data[Home] [Help]

APPS.OE_BULK_CONFIG_UTIL dependencies on CZ_CF_API

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

487: param_value(11) := l_ui_type;
488: param_value(12) := null;
489: param_value(13) := l_msg_behavior;
490: param_value(14) := l_model_quantity;
491: param_value(15) := cz_cf_api.icx_session_ticket;
492: param_value(16) := to_char(p_line_rec.header_id(p_line_index));
493: param_value(17) := to_char(p_line_rec.line_id(p_line_index));
494:
495:

Line 3198: CZ_CF_API.Delete_Configuration

3194:
3195: IF l_delete_rec.config_header_id is not null AND
3196: l_delete_rec.config_rev_nbr is not null THEN
3197:
3198: CZ_CF_API.Delete_Configuration
3199: ( config_hdr_id => l_delete_rec.config_header_id
3200: ,config_rev_nbr => l_delete_rec.config_rev_nbr
3201: ,usage_exists => l_usage_exists
3202: ,error_message => l_error_message