DBA Data[Home] [Help]

APPS.CSI_CZ_INT dependencies on CZ_CF_API

Line 1480: CZ_CF_API.delete_configuration(

1476: FETCH td_cur INTO l_config_keys;
1477:
1478: -- Calleg CZ Delete API to delete all the details
1479: -- corresponding to old_session_rev_number
1480: CZ_CF_API.delete_configuration(
1481: config_hdr_id => p_session_hdr_id,
1482: config_rev_nbr => p_session_rev_num_old,
1483: usage_exists => l_usage_exists,
1484: Error_message => l_error_message,

Line 1602: x_icx_sessn_tkt := CZ_CF_API.ICX_SESSION_TICKET;

1598: l_resp_id := fnd_profile.value('RESP_ID');
1599: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
1600:
1601: -- get icx session ticket
1602: x_icx_sessn_tkt := CZ_CF_API.ICX_SESSION_TICKET;
1603:
1604: -- get the dbc file name
1605: x_db_id := FND_WEB_CONFIG.DATABASE_ID;
1606: