DBA Data[Home] [Help]

APPS.CSI_T_VLDN_ROUTINES_PVT dependencies on CSI_IP_ACCOUNTS

Line 494: FROM csi_ip_accounts

490: BEGIN
491:
492: SELECT 'X'
493: INTO l_found
494: FROM csi_ip_accounts
495: WHERE ip_account_id = p_ip_account_id;
496:
497: x_return_status := fnd_api.g_ret_sts_success;
498: