DBA Data[Home] [Help]

APPS.CSI_CZ_INT dependencies on CZ_CF_API

Line 1521: CZ_CF_API.delete_configuration(

1517: FETCH td_cur INTO l_config_keys;
1518:
1519: -- Calleg CZ Delete API to delete all the details
1520: -- corresponding to old_session_rev_number
1521: CZ_CF_API.delete_configuration(
1522: config_hdr_id => p_session_hdr_id,
1523: config_rev_nbr => p_session_rev_num_old,
1524: usage_exists => l_usage_exists,
1525: Error_message => l_error_message,

Line 1643: x_icx_sessn_tkt := CZ_CF_API.ICX_SESSION_TICKET;

1639: l_resp_id := fnd_profile.value('RESP_ID');
1640: l_resp_appl_id := fnd_profile.value('RESP_APPL_ID');
1641:
1642: -- get icx session ticket
1643: x_icx_sessn_tkt := CZ_CF_API.ICX_SESSION_TICKET;
1644:
1645: -- get the dbc file name
1646: x_db_id := FND_WEB_CONFIG.DATABASE_ID;
1647: